diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 75219b1..f7ece54 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -1,22 +1,21 @@ Name: python-M2Crypto -Version: 0.37.1 +Version: 0.38.0 Release: 1mamba Summary: A python wrapper for OpenSSL featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers and more Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://pypi.python.org/pypi/M2Crypto +URL: https://pypi.org/project/M2Crypto/ Source: http://pypi.debian.net/M2Crypto/M2Crypto-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libopenssl-devel -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version -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. @@ -47,6 +46,9 @@ cd M2Crypto-%{version} %defattr(-,root,root) %changelog +* Tue Jun 15 2021 Automatic Build System 0.38.0-1mamba +- automatic version update by autodist + * Sun Feb 21 2021 Automatic Build System 0.37.1-1mamba - automatic version update by autodist