15
0

- 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:
2018-09-24 15:21:46 +00:00
committed by Git OBS Bridge
parent 9c9f151241
commit 10a7f1863f
4 changed files with 21 additions and 5 deletions

View File

@@ -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