diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-07-28 10:14:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-27 21:21:43 -0700 |
commit | 5cc6d9375eca8f190e9ac38a93864910fb48476b (patch) | |
tree | e312d503f0c24ccbb17edd7974fa4bd7a626183a /meta-python | |
parent | 49ef6e58e8f78653cc2072b816e425837522cfe0 (diff) | |
download | meta-openembedded-5cc6d9375eca8f190e9ac38a93864910fb48476b.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-rsa_4.9.bb (renamed from meta-python/recipes-devtools/python/python3-rsa_4.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.8.bb b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb index 21b664ddd..ed5018f49 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" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17" | 7 | SRC_URI[sha256sum] = "e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21" |
8 | 8 | ||
9 | inherit pypi python_poetry_core update-alternatives | 9 | inherit pypi python_poetry_core update-alternatives |
10 | 10 | ||