From a590eb98942d457ea1ae2ebb8460cbe01d38cf3d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:40:32 +0100 Subject: [PATCH] update to 0.32.0 [release 0.32.0-1mamba;Sat Mar 30 2019] --- python-M2Crypto.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 51988d6..9d543d0 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -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 0.32.0-1mamba +- update to 0.32.0 + * Tue Oct 24 2017 Automatic Build System 0.27.0-1mamba - automatic update by autodist