From c4a541aa5fea84ac8b95568edd360b5ebc398b984ea296439a8c027f36dce9f0 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 12 Apr 2017 19:02:12 +0000 Subject: [PATCH] Accepting request 487693 from home:TheBlackCat:branches:devel:languages:python Fix download URL. OBS-URL: https://build.opensuse.org/request/show/487693 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=18 --- python-cairocffi.changes | 5 +++++ python-cairocffi.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-cairocffi.changes b/python-cairocffi.changes index 34bc7bb..64ba70d 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 12 19:01:15 UTC 2017 - toddrme2178@gmail.com + +- Fix download URL. + ------------------------------------------------------------------- Wed Apr 12 17:44:02 UTC 2017 - toddrme2178@gmail.com diff --git a/python-cairocffi.spec b/python-cairocffi.spec index ba41202..ae0beca 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -24,7 +24,7 @@ Summary: Python cairo bindings based on cffi License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/SimonSapin/cairocffi -Source: https://pypi.python.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz BuildRequires: %{python_module cffi >= 0.6} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}