14
0

- update to 25.1.0:

* Attempting using any methods that mutate an
    OpenSSL.SSL.Context after it has been used to create an
    OpenSSL.SSL.Connection will emit a warning. In a future
    release, this will raise an exception.
  * cryptography maximum version has been increased to 45.0.x.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=127
This commit is contained in:
2025-07-12 17:23:58 +00:00
committed by Git OBS Bridge
parent 611026faf3
commit 4c05fed8fd
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 12 17:23:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 25.1.0:
* Attempting using any methods that mutate an
OpenSSL.SSL.Context after it has been used to create an
OpenSSL.SSL.Connection will emit a warning. In a future
release, this will raise an exception.
* cryptography maximum version has been increased to 45.0.x.
-------------------------------------------------------------------
Thu Apr 17 18:29:52 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>