From 4e5885a2c3c23c2cba6172076fc1e6f091aa388989bc439cf86478a9f745ecf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Sep 2019 08:42:02 +0000 Subject: [PATCH] - Use the upstream tarball OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cleo?expand=0&rev=2 --- cleo-0.7.5.tar.gz => 0.7.5.tar.gz | 0 python-cleo.changes | 5 +++++ python-cleo.spec | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) rename cleo-0.7.5.tar.gz => 0.7.5.tar.gz (100%) 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}