* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=37
162 lines
6.5 KiB
Plaintext
162 lines
6.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Nov 6 00:12:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 17 18:07:11 UTC 2025 - ecsos <ecsos@opensuse.org>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 5 08:59:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 28 22:01:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add ignore-pyopenssl-warnings.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 29 09:34:59 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 1.14.0
|
|
- Added support for Python 3.11 and 3.12.
|
|
- Support for Python 3.7 has been deprecated and will be removed
|
|
in the next scheduled release.
|
|
- Dropped support for Python 3.6.
|
|
- Added a new valid PGP key for signing our PyPI packages with
|
|
the fingerprint F2871B4152AE13C49519111F447BF683AA3B26C3
|
|
- Comment out asc because no more found.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 11 14:32:17 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 7 07:20:14 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 1.13.0
|
|
* Added support for Python 3.10.
|
|
* PGP keys used to sign the packages we upload to PyPI changed.
|
|
(python-josepy.keyring refreshed)
|
|
* Dropped support for cryptography<1.5.
|
|
* Support for Python 3.6 has been deprecated and will be removed
|
|
in the next scheduled release.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 5 19:12:28 UTC 2021 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 1.10.0
|
|
* josepy is now compliant with PEP-561: type checkers will fetch
|
|
types from the inline types annotations when josepy is
|
|
installed as a dependency in a Python project.
|
|
* Added a field function to assist in adding type annotations for
|
|
Fields in classes. If the field function is used to define a
|
|
Field in a JSONObjectWithFields based class without a type
|
|
annotation, an error will be raised.
|
|
* josepy's tests can no longer be imported under the name josepy,
|
|
however, they are still included in the package and you can run
|
|
them by installing josepy with "tests" extras and running
|
|
python -m pytest.
|
|
|
|
- Changes from 1.9.0
|
|
* Removed pytest-cache testing dependency.
|
|
* Fixed a bug that sometimes caused incorrect padding to be used
|
|
when serializing Elliptic Curve keys as JSON Web Keys.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 9 14:43:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 8 08:39:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.7.0:
|
|
* Dropped support for Python 2.7.
|
|
* Added support for EC keys.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 6 12:37:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 31 05:09:52 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to version 1.3.0:
|
|
* Deprecated support for Python 3.4.
|
|
* Officially add support for Python 3.8.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 17 11:22:51 UTC 2019 - Richard Brown <rbrown@suse.com>
|
|
|
|
- Remove obsolete Groups tag (fate#326485)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 24 13:33:16 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 1.2.0
|
|
* Support for Python 2.6 and 3.3 has been removed.
|
|
* Known incompatibilities with Python 3.8 have been resolved.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 29 12:31:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Really run tests
|
|
- Disable docs building it is distributed by upstream and does not
|
|
work on older openSUSE releases
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 3 09:57:33 UTC 2018 - ecsos@opensuse.org
|
|
|
|
- update to 1.1.0
|
|
- Deprecated support for Python 2.6 and 3.3.
|
|
- Use the sign and verify methods when they are available in
|
|
cryptography instead of the deprecated methods signer and
|
|
verifier.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 30 22:15:57 UTC 2018 - jengelh@inai.de
|
|
|
|
- Use Documentation/* as RPM group for -doc.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 27 14:31:07 UTC 2018 - ecsos@opensuse.org
|
|
|
|
- initial version 1.0.1
|