diff --git a/gcsfs-2021.11.1-gh.tar.gz b/gcsfs-2021.11.1-gh.tar.gz deleted file mode 100644 index a7828e3..0000000 --- a/gcsfs-2021.11.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac61eb2b9d2d25278275fb52aba19ce518f5e4f7ff360347189d4b01abc0179d -size 66293 diff --git a/gcsfs-2022.01.0-gh.tar.gz b/gcsfs-2022.01.0-gh.tar.gz new file mode 100644 index 0000000..fbcc3fb --- /dev/null +++ b/gcsfs-2022.01.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd5ba30c711d0c61e31bc8a912fdb238636ddf97d40415ee6067746fa81aefd +size 66317 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 65e0507..d34ec32 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 24 17:20:26 UTC 2022 - Ben Greiner + +- Update to 2022.01.0 + * update refname for versions (#442) + ------------------------------------------------------------------- Thu Jan 6 20:44:59 UTC 2022 - Ben Greiner diff --git a/python-gcsfs.spec b/python-gcsfs.spec index 9d0b084..cf2213d 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -16,21 +16,20 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} # the test suite moved to a docker simulator which we cannot run inside an obs environment %bcond_with fulltest %define skip_python2 1 -%define skip_python36 1 -%define ghversiontag 2021.11.1 +%define ghversiontag 2022.01.0 Name: python-gcsfs -Version: 2021.11.1 +Version: 2022.1.0 Release: 0 Summary: Filesystem interface over GCS License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/fsspec/gcsfs # Use the GitHub tarball for test data -Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{ghversiontag}.tar.gz#/gcsfs-%{version}-gh.tar.gz +Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{ghversiontag}.tar.gz#/gcsfs-%{ghversiontag}-gh.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -96,7 +95,7 @@ export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/gcsfs-%{version}-*-info +%{python_sitelib}/gcsfs-%{version}*-info %{python_sitelib}/gcsfs/ %exclude %{python_sitelib}/gcsfs/cli/