summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-rsa_4.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-9/+9
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Remove unused AUTHOR variableMichael Opdenacker2023-08-051-1/+0
| | | | | | | | | No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rsa: upgrade 4.8 -> 4.9Wang Mingyu2022-07-271-0/+40
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>