- Update to 2.0 which is required by python-cryptography

This commit is contained in:
Paul Wouters 2015-08-13 13:00:45 -04:00
parent 29370d9275
commit 8987bde35b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/idna-1.0.tar.gz
/idna-2.0.tar.gz

View File

@ -5,8 +5,8 @@
%global srcname idna
Name: python-%{srcname}
Version: 1.0
Release: 2%{?dist}
Version: 2.0
Release: 1%{?dist}
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD and Python and Unicode
@ -105,6 +105,9 @@ popd
%endif # with_python3
%changelog
* Thu Aug 13 2015 Paul Wouters <pwouters@redhat.com> - 2.0-1
- Update to 2.0 which is required by python-cryptography
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
01abd8bd98f119e02aad6e686ff6181b idna-1.0.tar.gz
bd17a9d15e755375f48a62c13b25b801 idna-2.0.tar.gz