- Update to 0.30.1:
* Various small typos (Windows builds, Fix SSL.Connection.__del__) * The project is now Linux-distribution agnostic * Replace all old-style classes with the new ones (it shouldn't cause any problems, but feel free to file an issue, if it does) * Do not by-pass a potential transfer decoding in m2urllib2 * Update M2Crypto.six with 1.11.0 and replace our local workarounds with new functions. * SSLv3 just removed. * Don't support Python 2.6 on Windows anymore. Windows users don't have python as a system package, so they are usually more likely to upgrade anyway. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=63
This commit is contained in:
parent
9c9f151241
commit
10a7f1863f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0fea2c5ab913e42864d1ccbaee5878c23886368b606e923609fda4ce37d26c0
|
||||
size 1269694
|
3
M2Crypto-0.30.1.tar.gz
Normal file
3
M2Crypto-0.30.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1b2751cdadc6afac3df8a5799676b7b7c67a6ad144bb62d38563062e7cd3fc6
|
||||
size 1272599
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 15:14:14 UTC 2018 - Matěj Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 0.30.1:
|
||||
* Various small typos (Windows builds, Fix SSL.Connection.__del__)
|
||||
* The project is now Linux-distribution agnostic
|
||||
* Replace all old-style classes with the new ones (it shouldn't
|
||||
cause any problems, but feel free to file an issue, if it does)
|
||||
* Do not by-pass a potential transfer decoding in m2urllib2
|
||||
* Update M2Crypto.six with 1.11.0 and replace our local workarounds
|
||||
with new functions.
|
||||
* SSLv3 just removed.
|
||||
* Don't support Python 2.6 on Windows anymore. Windows users don't
|
||||
have python as a system package, so they are usually more likely
|
||||
to upgrade anyway.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 17:38:27 UTC 2018 - michael@stroeder.com
|
||||
|
||||
|
@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define oldpython python
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-M2Crypto
|
||||
Version: 0.29.0
|
||||
Version: 0.30.1
|
||||
Release: 0
|
||||
Summary: Crypto and SSL toolkit for Python
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user