From 954fac6af7d17dfade52db8d4aeca83f498efe8b Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 25 Nov 2021 10:56:36 +0800 Subject: python3-autobahn: upgrade 21.3.1 -> 21.11.1 Changelog: fix: autobahn installation in docker (https://github.com/crossbario/crossbar/issues/1503) new: refactor SigningKey class for reusability (https://github.com/crossbario/crossbar/issues/1500, https://github.com/crossbario/crossbar/issues/1501) new: expand XBR node pairing helpers fix: build with nvx by default and don't publish universal wheel. (https://github.com/crossbario/crossbar/issues/1493) fix: update wamp flatbuffer schema for r2r links fix: don't clobber factory (https://github.com/crossbario/crossbar/issues/1480) fix: explicitly require setuptools new: expand wamp auth scram and xbr argon2/hkdf (https://github.com/crossbario/crossbar/issues/1479) fix: WebSocket compression, window size (zlib wbits) == 8 is illegal nowerdays (https://github.com/crossbario/crossbar/issues/1477) fix: XBR IDL code generator - all 4 WAMP actions working now new: add automated build of xbrnetwork CLI (single-file EXE) in CI Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-autobahn_21.11.1.bb | 23 ++++++++++++++++++++++ .../python/python3-autobahn_21.3.1.bb | 23 ---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-autobahn_21.11.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-autobahn_21.11.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.11.1.bb new file mode 100644 index 0000000000..857862d31b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-autobahn_21.11.1.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" +HOMEPAGE = "http://crossbar.io/autobahn" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98" + +SRC_URI[sha256sum] = "bd6f46315419ca0a5be4109f737410208ad5f19718f67ca6a4a674cc66ca9b18" + +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_21.3.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb deleted file mode 100644 index d11c70e13d..0000000000 --- a/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" -HOMEPAGE = "http://crossbar.io/autobahn" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98" - -SRC_URI[sha256sum] = "e126c1f583e872fb59e79d36977cfa1f2d0a8a79f90ae31f406faae7664b8e03" - -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 v1.2.3-54-g00ecf