update to 19.1.0 [release 19.1.0-1mamba;Sat Apr 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 16:22:55 +01:00
parent 72282f4e47
commit 82b609f2dd

View File

@ -1,5 +1,5 @@
Name: python-pyOpenSSL
Version: 17.5.0
Version: 19.1.0
Release: 1mamba
Summary: Python interface to the OpenSSL library
Group: System/Libraries/Python
@ -28,6 +28,10 @@ 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
%if "%{?with_pyver}"
%pyver_package
%endif
%prep
%setup -q -n pyOpenSSL-%{version}
#%patch0 -p1 -b .openssl097
@ -55,10 +59,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%changelog
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 19.1.0-1mamba
- update to 19.1.0
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 17.5.0-1mamba
- automatic update by autodist