diff --git a/python-simplejson.changes b/python-simplejson.changes index 305afd3..661ee51 100644 --- a/python-simplejson.changes +++ b/python-simplejson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 21 15:56:32 UTC 2017 - jmatejek@suse.com + +- fix pypi url + ------------------------------------------------------------------- Thu Mar 16 18:58:42 UTC 2017 - rjschwei@suse.com diff --git a/python-simplejson.spec b/python-simplejson.spec index de79db3..928befd 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -24,7 +24,7 @@ Summary: Simple, fast, extensible JSON encoder/decoder for Python License: MIT or AFL-2.1 Group: Development/Languages/Python Url: http://github.com/simplejson/simplejson -Source: http://pypi.io/packages/source/s/simplejson/simplejson-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros