From 9f21933c7a7e30088d62349bba072cd108af6e2a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 26 Feb 2021 13:09:30 +0200 Subject: [PATCH] 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-autobahn_21.2.1.bb => python3-autobahn_21.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-autobahn_21.2.1.bb => python3-autobahn_21.2.2.bb} (86%) 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 similarity index 86% rename from meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb rename to 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