From 7aba7b83be700fe4ea6c234bc89d3d9e034aaf2d311fbc6b351bb7e2d9b25a32 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 12 Apr 2017 19:00:38 +0000 Subject: [PATCH] Accepting request 487691 from home:TheBlackCat:branches:devel:languages:python - Fix download URL. OBS-URL: https://build.opensuse.org/request/show/487691 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cycler?expand=0&rev=6 --- python-Cycler.changes | 5 +++++ python-Cycler.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Cycler.changes b/python-Cycler.changes index 5aeb508..2631edc 100644 --- a/python-Cycler.changes +++ b/python-Cycler.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 12 19:00:14 UTC 2017 - toddrme2178@gmail.com + +- Fix download URL. + ------------------------------------------------------------------- Wed Apr 12 17:31:02 UTC 2017 - toddrme2178@gmail.com diff --git a/python-Cycler.spec b/python-Cycler.spec index e747c61..051f42b 100644 --- a/python-Cycler.spec +++ b/python-Cycler.spec @@ -24,7 +24,7 @@ Summary: Composable style cycles License: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/matplotlib/cycler -Source: https://file.pythonhosted.org/packages/source/C/Cycler/cycler-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/C/Cycler/cycler-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}