rebuilt with cryptography 41.0.3 [release 23.2.0-2mamba;Tue Aug 15 2023]
This commit is contained in:
parent
8395f3d83a
commit
5f8d8685d1
@ -1,6 +1,6 @@
|
||||
Name: python-pyOpenSSL
|
||||
Version: 23.2.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Python interface to the OpenSSL library
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -19,6 +19,11 @@ BuildRequires: (python3.7dist(cryptography) < 40.0.1 or python3.7dist(cryptograp
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(cryptography)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-pytest-py3
|
||||
BuildRequires: python-flaky-py3
|
||||
BuildRequires: python-pretend-py3
|
||||
BuildRequires: python-pytest-py310
|
||||
BuildRequires: python-flaky-py310
|
||||
BuildRequires: elinks
|
||||
BuildRequires: tetex-dvips
|
||||
BuildRequires: tetex-latex
|
||||
@ -55,6 +60,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%ifnarch %{ix86} arm
|
||||
%check
|
||||
%if "%{?with_pyver}" == "3"
|
||||
PYTHONPATH=${PWD}/build/lib pytest%{?with_pyver!="3":-py%{pyver}}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -64,6 +76,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{python_sitearch}/pyOpenSSL-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.2.0-2mamba
|
||||
- rebuilt with cryptography 41.0.3
|
||||
|
||||
* Wed May 31 2023 Automatic Build System <autodist@mambasoft.it> 23.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user