From 4ce40964a0319c2b3506e3d875c8b42da0ab15d8db627b80e2cc1bdddbd88e8b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 29 Sep 2022 15:53:24 +0000 Subject: [PATCH] Expand URL in Source OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=38 --- python-fsspec.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-fsspec.spec b/python-fsspec.spec index f4b1d2a..f5e9457 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -33,7 +33,7 @@ Summary: Filesystem specification package License: BSD-3-Clause URL: https://github.com/fsspec/filesystem_spec # the tests are only in the GitHub archive -Source: %{url}/archive/%{version}.tar.gz#/fsspec-%{version}.tar.gz +Source: https://github.com/fsspec/filesystem_spec/archive/%{version}.tar.gz#/fsspec-%{version}.tar.gz BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module importlib_metadata if %python-base < 3.8} BuildRequires: %{python_module setuptools}