forked from pool/python-pyOpenSSL
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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user