diff --git a/M2Crypto-0.31.0.tar.gz b/M2Crypto-0.31.0.tar.gz new file mode 100644 index 0000000..f1a242f --- /dev/null +++ b/M2Crypto-0.31.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd59a9705275d609948005f4cbcaf25f28a4271308237eb166169528692ce498 +size 1292016 diff --git a/M2Crypto-0.31.0~pre1.tar.gz b/M2Crypto-0.31.0~pre1.tar.gz deleted file mode 100644 index db50e92..0000000 --- a/M2Crypto-0.31.0~pre1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2b044d3ce9d8beeaebb45c78a89667dae8e146e00238727cf7215841d7bcee8 -size 1291871 diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index 1ca285f..7208372 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 9 15:20:09 CET 2018 - mcepl@suse.com + +- Update to 0.31.0 released tarball: + * Compatibility with OpenSSL 1.1.1 (partly workaround, maybe + requires further investigation) + * Fixes for Windows builds + * Fixes of installs on AWS Lambda + * Fixes of Mac OS X related failures + * Fix Python 2.6 compatibility issues + ------------------------------------------------------------------- Tue Nov 6 17:26:23 CET 2018 - mcepl@suse.com diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 7b9409f..1176354 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -19,14 +19,13 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-M2Crypto -Version: 0.31.0~pre1 +Version: 0.31.0 Release: 0 Summary: Crypto and SSL toolkit for Python License: MIT Group: Development/Languages/Python Url: https://gitlab.com/m2crypto/m2crypto Source: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz -Patch0: openssl-1_1_1-compat.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} @@ -80,7 +79,6 @@ Documentation for the Crypto and SSL toolkit for Python %prep # %%setup -q -n M2Crypto-%%{version} %setup -q -n M2Crypto-0.31.0 -%autopatch -p1 %build export CFLAGS="%{optflags}"