Fix Version tag
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=69
This commit is contained in:
parent
51970a19dc
commit
e0dc617125
3
M2Crypto-0.31.0.tar.gz
Normal file
3
M2Crypto-0.31.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd59a9705275d609948005f4cbcaf25f28a4271308237eb166169528692ce498
|
||||
size 1292016
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2b044d3ce9d8beeaebb45c78a89667dae8e146e00238727cf7215841d7bcee8
|
||||
size 1291871
|
@ -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
|
||||
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user