17
0

Accepting request 1292433 from devel:languages:python

- 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/request/show/1292433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=60
This commit is contained in:
2025-08-08 13:10:15 +00:00
committed by Git OBS Bridge
4 changed files with 8 additions and 8 deletions

Binary file not shown.

3
pyopenssl-25.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b
size 179937

Binary file not shown.

View File

@@ -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}