summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_21.11.1.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-25 10:56:36 +0800
committerKhem Raj <raj.khem@gmail.com>2021-11-29 08:42:08 -0800
commit954fac6af7d17dfade52db8d4aeca83f498efe8b (patch)
tree258f142cce3bdbb900022d64ba0b3d67ddd7b33c /meta-python/recipes-devtools/python/python3-autobahn_21.11.1.bb
parentee3c61f8168a09dd6afa25722e13fd93af42d3da (diff)
downloadmeta-openembedded-954fac6af7d17dfade52db8d4aeca83f498efe8b.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_21.11.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_21.11.1.bb23
1 files changed, 23 insertions, 0 deletions
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 @@
1DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
2HOMEPAGE = "http://crossbar.io/autobahn"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
5
6SRC_URI[sha256sum] = "bd6f46315419ca0a5be4109f737410208ad5f19718f67ca6a4a674cc66ca9b18"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-twisted \
12 ${PYTHON_PN}-zopeinterface \
13 ${PYTHON_PN}-py-ubjson \
14 ${PYTHON_PN}-cbor2 \
15 ${PYTHON_PN}-u-msgpack-python \
16 ${PYTHON_PN}-lz4 \
17 ${PYTHON_PN}-snappy \
18 ${PYTHON_PN}-pyopenssl \
19 ${PYTHON_PN}-txaio \
20 ${PYTHON_PN}-six \
21"
22
23BBCLASSEXTEND = "native nativesdk"