|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: python-service-identity
|
|
|
|
|
Version: 14.0.0
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 16.0.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Service identity verification for pyOpenSSL
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -19,7 +19,7 @@ BuildRequires: python-setuptools
|
|
|
|
|
# so skip running the tests there.
|
|
|
|
|
# For tests
|
|
|
|
|
BuildRequires: pytest >= 2.5
|
|
|
|
|
BuildRequires: python-characteristic
|
|
|
|
|
BuildRequires: python-attrs
|
|
|
|
|
BuildRequires: python-pyasn1
|
|
|
|
|
BuildRequires: python-pyasn1-modules
|
|
|
|
|
BuildRequires: pyOpenSSL >= 0.12
|
|
|
|
@ -143,8 +143,9 @@ popd
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 17 2016 Tom Prince <tom.prince@twistedmatrix.com> - 14.0.0-6
|
|
|
|
|
* Mon Oct 17 2016 Tom Prince <tom.prince@twistedmatrix.com> - 16.0.0-1
|
|
|
|
|
- Update source URL for pypi migration. (#1361604)
|
|
|
|
|
- Build new version
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.0.0-5
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|