14
0
forked from pool/python-rsa

- update to 4.9:

* Remove debug logging from `rsa/key.py`
  * Remove overlapping slots in `PrivateKey` and `PublicKey`.
  * Do not include CHANGELOG/LICENSE/README.md in wheel
  * Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rsa?expand=0&rev=43
This commit is contained in:
2022-07-24 08:46:02 +00:00
committed by Git OBS Bridge
parent e0cad910d1
commit e0d80ca51b
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jul 24 08:44:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.9:
* Remove debug logging from `rsa/key.py`
* Remove overlapping slots in `PrivateKey` and `PublicKey`.
* Do not include CHANGELOG/LICENSE/README.md in wheel
* Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around
-------------------------------------------------------------------
Sat Jun 25 20:49:54 UTC 2022 - Dirk Müller <dmueller@suse.com>