From 5cc6d9375eca8f190e9ac38a93864910fb48476b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 28 Jul 2022 10:14:28 +0800 Subject: [PATCH] python3-rsa: upgrade 4.8 -> 4.9 Changelog: ========== Remove debug logging from rsa/key.py (#194). Remove overlapping slots in PrivateKey and PublicKey. (#189). Do not include CHANGELOG/LICENSE/README.md in wheel (#191). Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (#188). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-rsa_4.8.bb => python3-rsa_4.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rsa_4.8.bb => python3-rsa_4.9.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.8.bb b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-rsa_4.8.bb rename to meta-python/recipes-devtools/python/python3-rsa_4.9.bb index 21b664ddd1c..ed5018f49ef 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.8.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb @@ -4,7 +4,7 @@ AUTHOR = "Sybren A. Stuvel" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" -SRC_URI[sha256sum] = "5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17" +SRC_URI[sha256sum] = "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" inherit pypi python_poetry_core update-alternatives