14
0
forked from pool/python-josepy

Accepting request 1243288 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1243288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=33
This commit is contained in:
2025-02-05 09:03:29 +00:00
committed by Git OBS Bridge
parent bc0d83c9e9
commit 0519b6179e
5 changed files with 22 additions and 35 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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>