diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index b22b7f8..57f7882 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -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 23.2.0-2mamba +- rebuilt with cryptography 41.0.3 + * Wed May 31 2023 Automatic Build System 23.2.0-1mamba - automatic version update by autodist