aboutsummaryrefslogtreecommitdiffstats
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
parent0f6a5106e5bb20f27afba93205c73848e8283999 (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb (renamed from meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb
index 3af81d1dab..cc3773fc56 100644
--- a/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://crossbar.io/autobahn"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
-SRC_URI[sha256sum] = "7e6b1bf95196b733978bab2d54a7ab8899c16ce11be369dc58422c07b7eea726"
+SRC_URI[sha256sum] = "bf7a9d302a34d0f719d43c57f65ca1f2f5c982dd6ea0c11e1e190ef6f43710fe"
inherit pypi setuptools3