Path to this page:
Subject: CVS commit: pkgsrc/security/py-rsa
From: Thomas Klausner
Date: 2022-07-24 12:48:55
Message id: 20220724104855.D72FCFB1A@cvs.NetBSD.org
Log Message:
py-rsa: update to 4.9.
## Version 4.9 - release 2022-07-20
- Remove debug logging from `rsa/key.py`
([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)).
- Remove overlapping slots in `PrivateKey` and `PublicKey`.
([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
- Do not include CHANGELOG/LICENSE/README.md in wheel
([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong \
way around
([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)).
Files: