From adf7b2a4f9faaca3120a8155c65141c319f04164 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 3 Aug 2020 12:57:58 +0300 Subject: python3-autobahn: Upgrade 20.6.2 -> 20.7.1 Upgrade to release 20.7.1: - new: various fixes and improvements to rlinks - new: proxy worker management API - fix: turn down log noise Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-autobahn_20.6.2.bb | 24 ---------------------- .../python/python3-autobahn_20.7.1.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-autobahn_20.6.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-autobahn_20.7.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-autobahn_20.6.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_20.6.2.bb deleted file mode 100644 index 171a6dce41..0000000000 --- a/meta-python/recipes-devtools/python/python3-autobahn_20.6.2.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98" - -SRC_URI[md5sum] = "bcafb42ea58232308777a265d41c1c98" -SRC_URI[sha256sum] = "6ac6b6653b8d20d632b034adccf6a566154d4efbeaa23abf7c3995fd601e9a01" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-twisted \ - ${PYTHON_PN}-zopeinterface \ - ${PYTHON_PN}-py-ubjson \ - ${PYTHON_PN}-cbor2 \ - ${PYTHON_PN}-u-msgpack-python \ - ${PYTHON_PN}-lz4 \ - ${PYTHON_PN}-snappy \ - ${PYTHON_PN}-pyopenssl \ - ${PYTHON_PN}-txaio \ - ${PYTHON_PN}-six \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-autobahn_20.7.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_20.7.1.bb new file mode 100644 index 0000000000..29f187cf83 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-autobahn_20.7.1.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98" + +SRC_URI[md5sum] = "1ea21f5e751517a71f605eaaff7f0c38" +SRC_URI[sha256sum] = "86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-twisted \ + ${PYTHON_PN}-zopeinterface \ + ${PYTHON_PN}-py-ubjson \ + ${PYTHON_PN}-cbor2 \ + ${PYTHON_PN}-u-msgpack-python \ + ${PYTHON_PN}-lz4 \ + ${PYTHON_PN}-snappy \ + ${PYTHON_PN}-pyopenssl \ + ${PYTHON_PN}-txaio \ + ${PYTHON_PN}-six \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg