diff --git a/python-service_identity.changes b/python-service_identity.changes index 068515d..330b75c 100644 --- a/python-service_identity.changes +++ b/python-service_identity.changes @@ -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 diff --git a/python-service_identity.spec b/python-service_identity.spec index a580b54..f3298e4 100644 --- a/python-service_identity.spec +++ b/python-service_identity.spec @@ -1,7 +1,7 @@ # # spec file for package python-service_identity # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,24 +20,24 @@ %define oname service_identity Name: python-service_identity -Version: 14.0.0 +Version: 16.0.0 Release: 0 Summary: Service identity verification for pyOpenSSL License: MIT Group: Development/Languages/Python Url: https://github.com/pyca/service_identity Source0: https://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz -BuildRequires: python-characteristic +BuildRequires: python-attrs BuildRequires: python-devel -BuildRequires: python-pyOpenSSL >= 0.12 +BuildRequires: python-pyOpenSSL >= 0.14 BuildRequires: python-pyasn1 BuildRequires: python-pyasn1-modules BuildRequires: python-setuptools # Documentation BuildRequires: python-Sphinx -Requires: python-characteristic -Requires: python-pyOpenSSL >= 0.12 +Requires: python-attrs +Requires: python-pyOpenSSL >= 0.14 Requires: python-pyasn1 Requires: python-pyasn1-modules Requires: python-setuptools diff --git a/service_identity-14.0.0.tar.gz b/service_identity-14.0.0.tar.gz deleted file mode 100644 index 048b0de..0000000 --- a/service_identity-14.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3105a319a7c558490666694f599be0c377ad54824eefb404cde4ce49e74a4f5a -size 26033 diff --git a/service_identity-16.0.0.tar.gz b/service_identity-16.0.0.tar.gz new file mode 100644 index 0000000..7e743cd --- /dev/null +++ b/service_identity-16.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0630e222f59f91f3db498be46b1d879ff220955d7bbad719a5cb9ad14e3c3036 +size 30270