summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-02-26 13:09:30 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-01 11:06:56 -0800
commit9f21933c7a7e30088d62349bba072cd108af6e2a (patch)
tree513ce8a7626c9a2e6468f1575a3c9a730ae75629 /meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb
parent0f6a5106e5bb20f27afba93205c73848e8283999 (diff)
downloadmeta-openembedded-9f21933c7a7e30088d62349bba072cd108af6e2a.tar.gz
python3-autobahn: Upgrade 21.2.1 -> 21.2.2
Upgrade to release 21.2.2: - fix: correct some sphinx doc references - new: minimum supported Python (language) version is now 3.7 (on CPython and PyPy) - new: more XBR proxy/stub code generation capabilities (RPC call/invoation handlers) - fix: wamp-cryptosign loading of keys from SSH agent - fix: update Docker image building and build Docker multi-arch images - new: add more WAMP-cryptosign signature test vectors and unit tests - fix: include XBR code rendering templates in package manifest Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb
new file mode 100644
index 0000000000..cc3773fc56
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-autobahn_21.2.2.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] = "bf7a9d302a34d0f719d43c57f65ca1f2f5c982dd6ea0c11e1e190ef6f43710fe"
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"