forked from pool/python-rsa
- update to 4.8:
- Switch to [Poetry](https://python-poetry.org/) for dependency and release management. - Compatibility with Python 3.10. - Chain exceptions using `raise new_exception from old_exception` - Added marker file for PEP 561. This will allow type checking tools in dependent projects - Use the Chinese Remainder Theorem when decrypting with a private key. This makes decryption 2-4x faster OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rsa?expand=0&rev=41
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 25 20:49:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.8:
|
||||
- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
|
||||
- Compatibility with Python 3.10.
|
||||
- Chain exceptions using `raise new_exception from old_exception`
|
||||
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
|
||||
- Use the Chinese Remainder Theorem when decrypting with a private key. This
|
||||
makes decryption 2-4x faster
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 23 14:46:41 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user