From fc4b3caa6add49cf918c05c0e2fa2707fb2e882c3704e04a5c19cda522767016 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 12 Apr 2017 19:02:14 +0000 Subject: [PATCH] Accepting request 487694 from home:TheBlackCat:branches:devel:languages:python Fix download URL. OBS-URL: https://build.opensuse.org/request/show/487694 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=56 --- python-Pillow.changes | 5 +++++ python-Pillow.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Pillow.changes b/python-Pillow.changes index 6048953..f600538 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 12 19:01:50 UTC 2017 - toddrme2178@gmail.com + +- Fix download URL. + ------------------------------------------------------------------- Wed Apr 12 17:33:12 UTC 2017 - toddrme2178@gmail.com diff --git a/python-Pillow.spec b/python-Pillow.spec index ec21ed5..d7d797d 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -25,7 +25,7 @@ Summary: Python Imaging Library (Fork) License: HPND Group: Development/Languages/Python Url: http://python-imaging.github.io/ -Source: https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module nose} BuildRequires: %{python_module olefile}