From 4c05fed8fd38e715b5392e54f385f787cbd335be6806ba4ee68c56431144c76f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 17:23:58 +0000 Subject: [PATCH] - 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 --- pyopenssl-25.0.0.tar.gz | 3 --- pyopenssl-25.1.0.tar.gz | 3 +++ python-pyOpenSSL.changes | 10 ++++++++++ python-pyOpenSSL.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 pyopenssl-25.0.0.tar.gz create mode 100644 pyopenssl-25.1.0.tar.gz diff --git a/pyopenssl-25.0.0.tar.gz b/pyopenssl-25.0.0.tar.gz deleted file mode 100644 index 251ef46..0000000 --- a/pyopenssl-25.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16 -size 179573 diff --git a/pyopenssl-25.1.0.tar.gz b/pyopenssl-25.1.0.tar.gz new file mode 100644 index 0000000..ec858c8 --- /dev/null +++ b/pyopenssl-25.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b +size 179937 diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 7971ece..499bd3c 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jul 12 17:23:23 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index d5df9af..03bdaea 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pyOpenSSL%{psuffix} -Version: 25.0.0 +Version: 25.1.0 Release: 0 Summary: Python wrapper module around the OpenSSL library License: Apache-2.0 @@ -42,7 +42,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cffi -Requires: (python-cryptography >= 41.0.5 with python-cryptography < 45) +Requires: (python-cryptography >= 41.0.5 with python-cryptography < 46) %if %{python_version_nodots} < 313 Requires: python-typing-extensions >= 4.9 %endif @@ -51,7 +51,7 @@ Provides: pyopenssl = %{version}-%release %if %{without test} BuildArch: noarch %else -BuildRequires: %{python_module cryptography >= 41.0.5 with %python-cryptography < 45} +BuildRequires: %{python_module cryptography >= 41.0.5 with %python-cryptography < 46} BuildRequires: %{python_module pretend} BuildRequires: %{python_module pyOpenSSL >= %version} BuildRequires: %{python_module pytest >= 3.0.1}