Accepting request 647603 from devel:languages:python

- 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
- pre-release of 0.31.0 tarball
- add openssl-1_1_1-compat.patch to fix OpenSSL 1.1.1 compatibility.

OBS-URL: https://build.opensuse.org/request/show/647603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-M2Crypto?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2018-11-12 08:36:51 +00:00 committed by Git OBS Bridge
commit 8fbce3873b
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1b2751cdadc6afac3df8a5799676b7b7c67a6ad144bb62d38563062e7cd3fc6
size 1272599

3
M2Crypto-0.31.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd59a9705275d609948005f4cbcaf25f28a4271308237eb166169528692ce498
size 1292016

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
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
- pre-release of 0.31.0 tarball
- add openssl-1_1_1-compat.patch to fix OpenSSL 1.1.1 compatibility.
-------------------------------------------------------------------
Mon Sep 24 15:14:14 UTC 2018 - Matěj Cepl <mcepl@suse.com>

View File

@ -19,7 +19,7 @@
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-M2Crypto
Version: 0.30.1
Version: 0.31.0
Release: 0
Summary: Crypto and SSL toolkit for Python
License: MIT
@ -77,7 +77,8 @@ messenger for Zope.
Documentation for the Crypto and SSL toolkit for Python
%prep
%setup -q -n M2Crypto-%{version}
# %%setup -q -n M2Crypto-%%{version}
%setup -q -n M2Crypto-0.31.0
%build
export CFLAGS="%{optflags}"