update to 0.32.0 [release 0.32.0-1mamba;Sat Mar 30 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 10:40:32 +01:00
parent a07bb8230e
commit a590eb9894

View File

@ -1,5 +1,5 @@
Name: python-M2Crypto
Version: 0.27.0
Version: 0.32.0
Release: 1mamba
Summary: A python wrapper for OpenSSL featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers and more
Group: System/Libraries
@ -21,6 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL functionality to implement clients and servers; HTTPS extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be used to provide SSL for Twisted. Smartcards supported through the Engine interface.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -c %{name}-%{version}
@ -39,10 +43,13 @@ cd M2Crypto-%{version}
--single-version-externally-managed \
--record=%{name}.filelist
%files -f M2Crypto-%{version}/%{name}.filelist
%files %{?pyappend} -f M2Crypto-%{version}/%{name}.filelist
%defattr(-,root,root)
%changelog
* Sat Mar 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.32.0-1mamba
- update to 0.32.0
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 0.27.0-1mamba
- automatic update by autodist