Accepting request 579674 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/579674 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-M2Crypto?expand=0&rev=27
This commit is contained in:
commit
8f8cd37174
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4dfa7a77f983444e64f7b81f946bdfc1b05bc92b1aeca0775be8742aa939c3f
|
||||
size 1268506
|
3
M2Crypto-0.29.0.tar.gz
Normal file
3
M2Crypto-0.29.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0fea2c5ab913e42864d1ccbaee5878c23886368b606e923609fda4ce37d26c0
|
||||
size 1269694
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 17:38:27 UTC 2018 - michael@stroeder.com
|
||||
|
||||
- Update to 0.29.0 (Fixes of some small bugs)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 11:14:52 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Require python-xml that is used by some parts of M2crypto
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 22:30:59 UTC 2018 - michael@stroeder.com
|
||||
|
||||
@ -111,7 +121,7 @@ Fri Jul 22 14:06:42 UTC 2016 - michael@stroeder.com
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 13:05:13 UTC 2016 - jweberhofer@weberhofer.at
|
||||
|
||||
- update to 0.24.0
|
||||
- update to 0.24.0 (bsc#1001377)
|
||||
* No changelog provided
|
||||
- README is no longer included
|
||||
- Removed obsolete python-M2Crypto-SWIG-3.0.5.patch
|
||||
@ -119,7 +129,7 @@ Fri Jun 3 13:05:13 UTC 2016 - jweberhofer@weberhofer.at
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 13:29:40 UTC 2015 - opensuse@dstoecker.de
|
||||
|
||||
- fix SSLv2 link error for 13.2 and Leap 42.1 (M2Crypto-0.22.5-SSLv2_link_error.patch)
|
||||
- fix SSLv2 link error for 13.2 and Leap 42.1 (M2Crypto-0.22.5-SSLv2_link_error.patch) (bsc#969731)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 20:42:42 UTC 2015 - opensuse@dstoecker.de
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define oldpython python
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-M2Crypto
|
||||
Version: 0.28.2
|
||||
Version: 0.29.0
|
||||
Release: 0
|
||||
Summary: Crypto and SSL toolkit for Python
|
||||
License: MIT
|
||||
@ -29,11 +29,13 @@ Source: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Cryp
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typing}
|
||||
BuildRequires: %{python_module xml}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: openssl
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-typing
|
||||
Requires: python-xml
|
||||
# hpj: SLES 12 and Leap 42.1 need swig3 to build this package
|
||||
%if 0%{?sle_version} == 120100
|
||||
BuildRequires: swig3
|
||||
|
Loading…
Reference in New Issue
Block a user