14
0

Accepting request 1241218 from home:ecsos:python

- Update to 25.0.0

python-cryptography is now in version 44 in the repos!

OBS-URL: https://build.opensuse.org/request/show/1241218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=118
This commit is contained in:
2025-01-30 01:18:25 +00:00
committed by Git OBS Bridge
parent cf1675bc9a
commit c844e4f6cd
5 changed files with 58 additions and 18 deletions

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pyOpenSSL%{psuffix}
Version: 24.2.1
Version: 25.0.0
Release: 0
Summary: Python wrapper module around the OpenSSL library
License: Apache-2.0
@@ -35,18 +35,19 @@ Source: https://files.pythonhosted.org/packages/source/p/pyopenssl/pyope
# PATCH-FIX-UPSTREAM skip-networked-test.patch gh#pyca/pyopenssl#68 mcepl@suse.com
# Mark tests requiring network access
Patch0: skip-networked-test.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cffi
Requires: (python-cryptography >= 41.0.5 with python-cryptography < 44)
Requires: (python-cryptography >= 41.0.5 with python-cryptography < 45)
Provides: pyOpenSSL = %{version}
Provides: pyopenssl = %{version}-%release
%if %{without test}
BuildArch: noarch
%else
BuildRequires: %{python_module cryptography >= 41.0.5 with %python-cryptography < 44}
BuildRequires: %{python_module cryptography >= 41.0.5 with %python-cryptography < 45}
BuildRequires: %{python_module pretend}
BuildRequires: %{python_module pyOpenSSL >= %version}
BuildRequires: %{python_module pytest >= 3.0.1}