diff --git a/python-six-doc.changes b/python-six-doc.changes index e7c721c..c2359f4 100644 --- a/python-six-doc.changes +++ b/python-six-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 07:47:18 UTC 2017 - tbechtold@suse.com + +- Fix Source url + ------------------------------------------------------------------- Sat Sep 23 20:49:03 UTC 2017 - arun@gmx.de diff --git a/python-six-doc.spec b/python-six-doc.spec index 8297c3d..c673ed4 100644 --- a/python-six-doc.spec +++ b/python-six-doc.spec @@ -24,7 +24,7 @@ Url: http://pypi.python.org/pypi/six/ Summary: Python 2 and 3 compatibility utilities License: MIT Group: Development/Libraries/Python -Source: http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module six} # require old python 2 explicitly to get the ssl module diff --git a/python-six.changes b/python-six.changes index 3cfb21f..e282eee 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 07:47:18 UTC 2017 - tbechtold@suse.com + +- Fix Source url + ------------------------------------------------------------------- Sat Sep 23 20:49:03 UTC 2017 - arun@gmx.de diff --git a/python-six.spec b/python-six.spec index d7e2884..2119b50 100644 --- a/python-six.spec +++ b/python-six.spec @@ -24,7 +24,7 @@ Url: http://pypi.python.org/pypi/six/ Summary: Python 2 and 3 compatibility utilities License: MIT Group: Development/Libraries/Python -Source: http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module base} BuildRequires: python-rpm-macros