diff --git a/cleo-0.7.5.tar.gz b/0.7.5.tar.gz similarity index 100% rename from cleo-0.7.5.tar.gz rename to 0.7.5.tar.gz diff --git a/python-cleo.changes b/python-cleo.changes index 415574e..3ed579d 100644 --- a/python-cleo.changes +++ b/python-cleo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 16 08:39:53 UTC 2019 - Tomáš Chvátal + +- Use the upstream tarball + ------------------------------------------------------------------- Sun Jan 20 19:52:56 UTC 2019 - Niels Abspoel diff --git a/python-cleo.spec b/python-cleo.spec index a751f5b..ec3e378 100644 --- a/python-cleo.spec +++ b/python-cleo.spec @@ -24,7 +24,7 @@ Summary: Cleo allows you to create beautiful and testable command-line in License: MIT Group: Development/Languages/Python URL: https://github.com/sdispater/cleo -Source: https://files.pythonhosted.org/packages/source/c/cleo/cleo-%{version}.tar.gz +Source: https://github.com/sdispater/cleo/archive/%{version}.tar.gz BuildRequires: %{python_module clikit >= 0.2.4} BuildRequires: %{python_module pastel >= 0.1.0} BuildRequires: %{python_module pylev >= 1.3}