17
0

- Update to 3.5.0

* Remove support for Python 3.8
  * Added support for Python 3.12 & 3.13
  * Upgrade to pyasn1 0.5.1+
  * Upgrade to pytest and other dependencies
  * Add RTD config file to silence emailed deprecation warnings
  * Remove get_random_bytes from cryptography backend
  * Do not use utc_now on module level
  * Remove key data (sensitive information) from JWKError exceptions
  * Added possibility to call jwk.construct() with a private RSA key

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jose?expand=0&rev=23
This commit is contained in:
2025-09-10 12:34:11 +00:00
committed by Git OBS Bridge
parent 6d2a845607
commit 4f0a1b86b4
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Sep 10 12:29:34 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 3.5.0
* Remove support for Python 3.8
* Added support for Python 3.12 & 3.13
* Upgrade to pyasn1 0.5.1+
* Upgrade to pytest and other dependencies
* Add RTD config file to silence emailed deprecation warnings
* Remove get_random_bytes from cryptography backend
* Do not use utc_now on module level
* Remove key data (sensitive information) from JWKError exceptions
* Added possibility to call jwk.construct() with a private RSA key
-------------------------------------------------------------------
Wed Jun 11 05:49:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>