diff --git a/.gitignore b/.gitignore index 890f797..6326686 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /idna-1.0.tar.gz +/idna-2.0.tar.gz diff --git a/python-idna.spec b/python-idna.spec index 1b87c91..0903e76 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -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 - 2.0-1 +- Update to 2.0 which is required by python-cryptography + * Thu Jun 18 2015 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 6d80d49..311b813 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01abd8bd98f119e02aad6e686ff6181b idna-1.0.tar.gz +bd17a9d15e755375f48a62c13b25b801 idna-2.0.tar.gz