From e6c9d453e4edf512633841ddc55fd45bb2792a09 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:22:55 +0100 Subject: [PATCH] rebuilt with distdeps [release 20.0.1-2mamba;Fri Apr 09 2021] --- python-pyOpenSSL.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 97e3840..b7bea22 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -1,6 +1,6 @@ Name: python-pyOpenSSL Version: 20.0.1 -Release: 1mamba +Release: 2mamba Summary: Python interface to the OpenSSL library Group: System/Libraries/Python Vendor: openmamba @@ -14,16 +14,14 @@ Patch2: python-pyOpenSSL-nopdfout.patch Patch3: python-pyOpenSSL-threadsafe.patch License: LGPL ## AUTOBUILDREQ-BEGIN -BuildRequires: glibc-devel -BuildRequires: libopenssl-devel -BuildRequires: libpython-devel +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(cryptography) +BuildRequires: python3.7dist(six) ## AUTOBUILDREQ-END BuildRequires: elinks BuildRequires: tetex-dvips BuildRequires: tetex-latex BuildRequires: latex2html -Requires: python-cryptography -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer. The Connection object wraps all the socket methods and can therefore be used in @@ -54,15 +52,20 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/pyOpenSSL-%{version}-py*.egg-info +%{python_sitearch}/pyOpenSSL-%{version}-py*.egg-info/* %changelog +* Fri Apr 09 2021 Silvan Calarco 20.0.1-2mamba +- rebuilt with distdeps + * Sun Feb 21 2021 Automatic Build System 20.0.1-1mamba - automatic version update by autodist