From 1b07457634b7f237ab8eec72b62e90a166a8b960d9e6f6c03c7ff5f2a9a615b7 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:08:19 +0000 Subject: [PATCH] - Fix download url OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sat-stac?expand=0&rev=3 --- python-sat-stac.changes | 5 +++++ python-sat-stac.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sat-stac.changes b/python-sat-stac.changes index 64918e6..3c8e83f 100644 --- a/python-sat-stac.changes +++ b/python-sat-stac.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 17 07:08:06 UTC 2020 - Tomáš Chvátal + +- Fix download url + ------------------------------------------------------------------- Mon Aug 10 11:46:34 UTC 2020 - Tomáš Chvátal diff --git a/python-sat-stac.spec b/python-sat-stac.spec index ec93cd1..a133c25 100644 --- a/python-sat-stac.spec +++ b/python-sat-stac.spec @@ -25,7 +25,7 @@ Release: 0 Summary: A library for reading and working with Spatio-Temporal Asset Catalogs License: MIT URL: https://github.com/sat-utils/sat-stac -Source: https://files.pythonhosted.org/packages/f3/s/sat-stac/%{packagename}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/s/sat-stac/sat-stac-%{version}.tar.gz BuildRequires: %{python_module python-dateutil >= 2.7.5} BuildRequires: %{python_module requests >= 2.19.1} BuildRequires: %{python_module setuptools}