From 4323090aa3ac9631cf6778c983c456f0416d8766c2b560856618f037a22ee6af Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 21 Mar 2017 15:56:50 +0000 Subject: [PATCH] - fix pypi url OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=64 --- python-simplejson.changes | 5 +++++ python-simplejson.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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