[meta-python] python3-rsa: upgrade 4.7.2 -> 4.8

Message ID 1638944767-1957-1-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-rsa: upgrade 4.7.2 -> 4.8 | expand

Commit Message

XU Huan Dec. 8, 2021, 6:26 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

changelog:
================================================================

- Switch to Poetry for dependency and release management.
- Compatibility with Python 3.10.
- Chain exceptions using raise new_exception from old_exception (#157)
- Added marker file for PEP 561. This will allow type checking tools
in dependent projects to use type annotations from Python-RSA (#136).
- Use the Chinese Remainder Theorem when decrypting with a private key.
This makes decryption 2-4x faster (#163).

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../python/{python3-rsa_4.7.2.bb => python3-rsa_4.8.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-rsa_4.7.2.bb => python3-rsa_4.8.bb} (92%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb b/meta-python/recipes-devtools/python/python3-rsa_4.8.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb
rename to meta-python/recipes-devtools/python/python3-rsa_4.8.bb
index 4a9b9a9d3f..d0a18f92e5 100644
--- a/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-rsa_4.8.bb
@@ -4,7 +4,7 @@  AUTHOR = "Sybren A. Stuvel"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
 
-SRC_URI[sha256sum] = "9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9"
+SRC_URI[sha256sum] = "5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17"
 
 inherit pypi setuptools3 update-alternatives