forked from pool/python-service_identity
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:
@@ -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
|
Tue Jul 21 12:30:36 UTC 2015 - nemysis@gmx.ch
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-service_identity
|
# 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.
|
# Copyright (c) 2014 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -20,24 +20,24 @@
|
|||||||
%define oname service_identity
|
%define oname service_identity
|
||||||
|
|
||||||
Name: python-service_identity
|
Name: python-service_identity
|
||||||
Version: 14.0.0
|
Version: 16.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Service identity verification for pyOpenSSL
|
Summary: Service identity verification for pyOpenSSL
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/pyca/service_identity
|
Url: https://github.com/pyca/service_identity
|
||||||
Source0: https://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz
|
Source0: https://pypi.python.org/packages/source/s/%{oname}/%{oname}-%{version}.tar.gz
|
||||||
BuildRequires: python-characteristic
|
BuildRequires: python-attrs
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-pyOpenSSL >= 0.12
|
BuildRequires: python-pyOpenSSL >= 0.14
|
||||||
BuildRequires: python-pyasn1
|
BuildRequires: python-pyasn1
|
||||||
BuildRequires: python-pyasn1-modules
|
BuildRequires: python-pyasn1-modules
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
# Documentation
|
# Documentation
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
|
|
||||||
Requires: python-characteristic
|
Requires: python-attrs
|
||||||
Requires: python-pyOpenSSL >= 0.12
|
Requires: python-pyOpenSSL >= 0.14
|
||||||
Requires: python-pyasn1
|
Requires: python-pyasn1
|
||||||
Requires: python-pyasn1-modules
|
Requires: python-pyasn1-modules
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3105a319a7c558490666694f599be0c377ad54824eefb404cde4ce49e74a4f5a
|
|
||||||
size 26033
|
|
3
service_identity-16.0.0.tar.gz
Normal file
3
service_identity-16.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0630e222f59f91f3db498be46b1d879ff220955d7bbad719a5cb9ad14e3c3036
|
||||||
|
size 30270
|
Reference in New Issue
Block a user