From 06992620dfeac06cccfa998ef5ee190d37f874407d8fa87467ea4a9328b251b1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Sep 2025 19:11:53 +0000 Subject: [PATCH] - update to 25.3.0: * Maximum supported cryptography version is now 46.x. * The minimum cryptography version is now 45.0.7. * pyOpenSSL now sets SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER on connections by default, matching CPython's behavior. * Added OpenSSL.SSL.Context.clear_mode. * Added OpenSSL.SSL.Context.set_tls13_ciphersuites to set the allowed TLS 1.3 ciphers. * Added OpenSSL.SSL.Connection.set_info_callback OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=129 --- pyopenssl-25.1.0.tar.gz | 3 --- pyopenssl-25.3.0.tar.gz | 3 +++ python-pyOpenSSL.changes | 4 ++-- python-pyOpenSSL.spec | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 pyopenssl-25.1.0.tar.gz create mode 100644 pyopenssl-25.3.0.tar.gz diff --git a/pyopenssl-25.1.0.tar.gz b/pyopenssl-25.1.0.tar.gz deleted file mode 100644 index ec858c8..0000000 --- a/pyopenssl-25.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b -size 179937 diff --git a/pyopenssl-25.3.0.tar.gz b/pyopenssl-25.3.0.tar.gz new file mode 100644 index 0000000..e51b06c --- /dev/null +++ b/pyopenssl-25.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c981cb0a3fd84e8602d7afc209522773b94c1c2446a3c710a75b06fe1beae329 +size 184073 diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index fec4967..266a982 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87ff89ea65695fdcab92847b0edc6b68c2dac619c8184105c374f93107cad525 -size 31087 +oid sha256:814c2ce08ffcb32dc86c08d2d1d1db2f27d3af345d8bc21e3cac6f58734a665a +size 31654 diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 03bdaea..f55061b 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyOpenSSL # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pyOpenSSL%{psuffix} -Version: 25.1.0 +Version: 25.3.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 < 46) +Requires: (python-cryptography >= 45.0.7 with python-cryptography < 47) %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 < 46} +BuildRequires: %{python_module cryptography >= 45.0.7 with %python-cryptography < 47} BuildRequires: %{python_module pretend} BuildRequires: %{python_module pyOpenSSL >= %version} BuildRequires: %{python_module pytest >= 3.0.1}