rebuilt with distdeps [release 20.0.1-2mamba;Fri Apr 09 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:22:55 +01:00
parent b42f98b4e3
commit e6c9d453e4

View File

@ -1,6 +1,6 @@
Name: python-pyOpenSSL Name: python-pyOpenSSL
Version: 20.0.1 Version: 20.0.1
Release: 1mamba Release: 2mamba
Summary: Python interface to the OpenSSL library Summary: Python interface to the OpenSSL library
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -14,16 +14,14 @@ Patch2: python-pyOpenSSL-nopdfout.patch
Patch3: python-pyOpenSSL-threadsafe.patch Patch3: python-pyOpenSSL-threadsafe.patch
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: libpython3-devel
BuildRequires: libopenssl-devel BuildRequires: python3.7dist(cryptography)
BuildRequires: libpython-devel BuildRequires: python3.7dist(six)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: elinks BuildRequires: elinks
BuildRequires: tetex-dvips BuildRequires: tetex-dvips
BuildRequires: tetex-latex BuildRequires: tetex-latex
BuildRequires: latex2html BuildRequires: latex2html
Requires: python-cryptography
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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 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} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/pyOpenSSL-%{version}-py*.egg-info
%{python_sitearch}/pyOpenSSL-%{version}-py*.egg-info/*
%changelog %changelog
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20.0.1-2mamba
- rebuilt with distdeps
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 20.0.1-1mamba * Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 20.0.1-1mamba
- automatic version update by autodist - automatic version update by autodist