Bump version.

This commit is contained in:
Tom Prince 2015-01-01 04:01:03 +00:00
parent e7233afc89
commit 707eb1754d
3 changed files with 13 additions and 10 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/idna-0.8.tar.gz
/idna-1.0.tar.gz

View File

@ -5,8 +5,8 @@
%global srcname idna
Name: python-%{srcname}
Version: 0.8
Release: 2%{?dist}
Version: 1.0
Release: 1%{?dist}
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD and Python and Unicode
@ -29,7 +29,7 @@ different results from the earlier standard from 2003.
The library is also intended to act as a suitable drop-in replacement for the
"encodings.idna" module that comes with the Python standard library but
currently only supports the 2003 specification.
currently only supports the older 2003 specification.
%if 0%{?with_python3}
%package -n python3-%{srcname}
@ -38,12 +38,12 @@ Summary: Internationalized Domain Names in Applications (IDNA)
%description -n python3-%{srcname}
A library to support the Internationalised Domain Names in Applications (IDNA)
protocol as specified in RFC 5891 <http://tools.ietf.org/html/rfc5891>. This
version of the protocol is often referred to as “IDNA2008” and can produce
version of the protocol is often referred to as "IDNA2008" and can produce
different results from the earlier standard from 2003.
The library is also intended to act as a suitable drop-in replacement for the
“encodings.idna” module that comes with the Python standard library but
currently only supports the 2003 specification.
"encodings.idna" module that comes with the Python standard library but
currently only supports the older 2003 specification.
%endif # with_python3
%prep
@ -93,18 +93,21 @@ popd
%files
%doc README.rst HISTORY.rst
%doc README.rst HISTORY.rst LICENSE.rst
%{python2_sitelib}/%{srcname}
%{python2_sitelib}/%{srcname}-%{version}-py%{python2_version}.egg-info
%if 0%{?with_python3}
%files -n python3-%{srcname}
%doc README.rst HISTORY.rst
%doc README.rst HISTORY.rst LICENSE.rst
%{python3_sitelib}/%{srcname}
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
%endif # with_python3
%changelog
* Wed Dec 31 2014 tom.prince@ualberta.net - 1.0-1
- Bump version.
* Mon Oct 27 2014 tom.prince@ualberta.net - 0.8-3
- Update licences.

View File

@ -1 +1 @@
2bf526060960309de59d5dbbf7789a26 idna-0.8.tar.gz
01abd8bd98f119e02aad6e686ff6181b idna-1.0.tar.gz