From 172125993b6767cdb85fcf124d1b5b4d11fac940 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Oct 18 2016 04:06:13 +0000 Subject: Bump version to 2.1. --- diff --git a/.gitignore b/.gitignore index 6326686..b0c6bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /idna-1.0.tar.gz /idna-2.0.tar.gz +/idna-2.1.tar.gz diff --git a/python-idna.spec b/python-idna.spec index 5def1e3..80cfbed 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -5,13 +5,13 @@ %global srcname idna Name: python-%{srcname} -Version: 2.0 -Release: 4%{?dist} +Version: 2.1 +Release: 1%{?dist} Summary: Internationalized Domain Names in Applications (IDNA) License: BSD and Python and Unicode URL: https://github.com/kjd/idna -Source0: https://pypi.python.org/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz +Source0: https://pypi.io/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -63,18 +63,14 @@ cp -a . %{py3dir} %if 0%{?with_python3} pushd %{py3dir} -# Set LANG when building with python 3 due to -# https://github.com/kjd/idna/pull/4 -LANG=en_US.UTF-8 %{__python3} setup.py build +%{__python3} setup.py build popd %endif # with_python3 %install %if 0%{?with_python3} pushd %{py3dir} -# Set LANG when building with python 3 due to -# https://github.com/kjd/idna/pull/4 -LANG=en_US.UTF-8 %{__python3} setup.py install --skip-build --root %{buildroot} +%{__python3} setup.py install --skip-build --root %{buildroot} popd %endif # with_python3 @@ -85,9 +81,7 @@ popd %if 0%{?with_python3} pushd %{py3dir} -# Set LANG when building with python 3 due to -# https://github.com/kjd/idna/pull/4 -LANG=en_US.UTF-8 %{__python3} setup.py test +%{__python3} setup.py test popd %endif # with_python3 @@ -105,6 +99,9 @@ popd %endif # with_python3 %changelog +* Mon Oct 17 2016 tom.prince@ualberta.net - 2.1-1 +- Bump version. + * Tue Jul 19 2016 Fedora Release Engineering - 2.0-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 311b813..a09c2d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd17a9d15e755375f48a62c13b25b801 idna-2.0.tar.gz +f6473caa9c5e0cc1ad3fd5d04c3c114b idna-2.1.tar.gz