f951d0b560
- Update to 2.2.0: * Added support for Python 3.14. * Dropped support for Python 3.9.0 and 3.9.1 for compatibility with newer versions of the cryptography Python package. Python 3.9.2+ is still supported. - Clean up {Build,}Requires.
Steve Kowalik2025-11-06 00:12:48 +00:00
212e63d8ea
Accepting request 1271139 from devel:languages:python
Ana Guerrero2025-04-22 15:28:54 +00:00
22fa795df7
- Update to 2.0.0 * Breaking Change: PyOpenSSL has been fully removed. - Dropped objects: - josepy.util.ComparableX509 - Functions now expect cryptography.x509 objects: josepy.json_util.encode_cert josepy.json_util.encode_csr josepy.jws.Header.x5c.encoder - Functions now return cryptography.x509 objects: josepy.json_util.decode_cert josepy.json_util.decode_csr josepy.jws.Header.x5c.decoder * Dropped support for Python 3.8.
Matej Cepl2025-04-21 07:00:07 +00:00
826586ede4
Accepting request 1243289 from devel:languages:python
Ana Guerrero2025-02-05 11:42:41 +00:00
0fd6fab6f7
- Update to 1.15.0 * Added a deprecation warning about future backwards incompatible changes. The text of that warning is "The next major version of josepy will remove josepy.util.ComparableX509 and all uses of it as part of removing our dependency on PyOpenSSL. This includes modifying any functions with ComparableX509 parameters or return values. This will be a breaking change. To avoid breakage, we recommend pinning josepy < 2.0.0 until josepy 2.0.0 is out and you've had time to update your code." * Added support for Python 3.13. * Dropped support for Python 3.7. * Support for Python 3.8 has been deprecated and will be removed in the next scheduled release. - Drop ignore-pyopenssl-warnings.patch, merged upstream
Eric Schirra2025-02-05 09:03:29 +00:00
17865cd804
Accepting request 1218878 from devel:languages:python
Ana Guerrero2024-10-29 13:36:30 +00:00
93367f9ce4
- add ignore-pyopenssl-warnings.patch * Support for Python 3.6 has been deprecated and will be removed Fields in classes. If the field function is used to define a - Use the sign and verify methods when they are available in cryptography instead of the deprecated methods signer and
Dirk Mueller2024-10-28 22:02:07 +00:00
afda5fab80
Accepting request 1129754 from devel:languages:python
Ana Guerrero2023-11-30 21:00:20 +00:00
b5896332cb
Accepting request 1129753 from home:ecsos:python
Eric Schirra2023-11-29 10:12:36 +00:00
fa2384d34e
- update to 1.8.0: * Removed external mock dependency. * Removed dependency on six. * Deprecated the module josepy.magic_typing. * Fix JWS/JWK generation with EC keys when keys or signatures have leading zeros.
Dirk Mueller2021-05-09 14:44:59 +00:00
41e5d29c9c
- update to 1.5.0: * Added support for Python 3.9. * Dropped support for Python 3.5. * Stopped supporting running tests with `python setup.py test which is deprecated in favor of python -m pytest`. * Deprecated support for Python 3.5.
Dirk Mueller2021-01-06 12:37:39 +00:00
025855b5a5
- Update to version 1.3.0: * Deprecated support for Python 3.4. * Officially add support for Python 3.8.
Steve Kowalik2020-03-31 05:11:00 +00:00
084be2d57b
Accepting request 718262 from home:pgajdos
Tomáš Chvátal
2019-07-24 14:08:14 +00:00
09f99cf921
Accepting request 669839 from devel:languages:python
Stephan Kulow
2019-02-02 20:49:13 +00:00
1bd2027be5
- Really run tests - Disable docs building it is distributed by upstream and does not work on older openSUSE releases
Tomáš Chvátal
2019-01-29 12:32:44 +00:00