14
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
commit 902f069dbc
6 changed files with 276 additions and 0 deletions

4
_multibuild Normal file
View File

@@ -0,0 +1,4 @@
<multibuild>
<flavor>test-backend-cryptography</flavor>
<flavor>test-backend-native</flavor>
</multibuild>