14
0

Accepting request 399867 from home:winski:python

update to newest version

OBS-URL: https://build.opensuse.org/request/show/399867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-service_identity?expand=0&rev=5
This commit is contained in:
2016-06-02 19:36:35 +00:00
committed by Git OBS Bridge
parent f50cb36a69
commit d5c32ceb9c
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jun 2 16:30:29 UTC 2016 - jacobwinski@gmail.com
- Update to 16.0.0:
* Changes:
+ Officially support Python 3.5.
+ service_identity.SubjectAltNameWarning is now raised if the server certicate lacks a proper SubjectAltName. [#9]
+ Add a __str__ method to VerificationError.
+ Port from characteristic to its spiritual successor attrs.
* Backward-incompatible changes:
+ Python 3.3 and 2.6 aren't supported anymore. They may work by chance but any effort to keep them working has ceased.
+ pyOpenSSL versions older than 0.14 are not tested anymore. They don't even build with recent OpenSSL versions.
- Update spec file with new upstream package requirements.
-------------------------------------------------------------------
Tue Jul 21 12:30:36 UTC 2015 - nemysis@gmx.ch