From 55015112f34bf3fdf668c48a1c9ce5643e87e217b8a0b21d9320959dd648c1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 17 Aug 2020 07:11:21 +0000 Subject: [PATCH] - Fix the download URL as the pkg was fetched from github OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prestring?expand=0&rev=2 --- python-prestring.changes | 5 +++++ python-prestring.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-prestring.changes b/python-prestring.changes index bfdfc44..1035b14 100644 --- a/python-prestring.changes +++ b/python-prestring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 17 07:11:04 UTC 2020 - Tomáš Chvátal + +- Fix the download URL as the pkg was fetched from github + ------------------------------------------------------------------- Wed Aug 12 04:08:45 UTC 2020 - John Vandenberg diff --git a/python-prestring.spec b/python-prestring.spec index 7a46272..62047ab 100644 --- a/python-prestring.spec +++ b/python-prestring.spec @@ -24,9 +24,8 @@ Version: 0.9.0 Release: 0 Summary: Python source code generation library License: MIT -Group: Development/Languages/Python URL: https://github.com/podhmo/prestring -Source: https://files.pythonhosted.org/packages/source/p/prestring/prestring-%{version}.tar.gz +Source: https://github.com/podhmo/prestring/archive/%{version}.tar.gz#/prestring-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros