Skip to content

Commit

Permalink
python3-rsa: upgrade 4.8 -> 4.9
Browse files Browse the repository at this point in the history
Changelog:
==========
    Remove debug logging from rsa/key.py (openembedded#194).
    Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189).
    Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191).
    Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Jul 28, 2022
1 parent 49ef6e5 commit 5cc6d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5cc6d93

Please sign in to comment.