From 5ad7c7fda5a76ee4ed2c0db5b98d5a300e4188cf Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Mar 2021 10:47:27 +0200 Subject: [PATCH] python3-autobahn: Upgrade 21.2.2 -> 21.3.1 Upgrade to release 21.3.1: - fix: Twisted v21.2.0 breaks Crossbar.io Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-autobahn_21.2.2.bb => python3-autobahn_21.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-autobahn_21.2.2.bb => python3-autobahn_21.3.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb rename to meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb index cc3773fc56..daa66ec1ac 100644 --- a/meta-python/recipes-devtools/python/python3-autobahn_21.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://crossbar.io/autobahn" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98" -SRC_URI[sha256sum] = "bf7a9d302a34d0f719d43c57f65ca1f2f5c982dd6ea0c11e1e190ef6f43710fe" +SRC_URI[sha256sum] = "e126c1f583e872fb59e79d36977cfa1f2d0a8a79f90ae31f406faae7664b8e03" inherit pypi setuptools3