Accepting request 948798 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/948798 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gcsfs?expand=0&rev=8
This commit is contained in:
commit
253d086b65
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac61eb2b9d2d25278275fb52aba19ce518f5e4f7ff360347189d4b01abc0179d
|
||||
size 66293
|
3
gcsfs-2022.01.0-gh.tar.gz
Normal file
3
gcsfs-2022.01.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efd5ba30c711d0c61e31bc8a912fdb238636ddf97d40415ee6067746fa81aefd
|
||||
size 66317
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 24 17:20:26 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 2022.01.0
|
||||
* update refname for versions (#442)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 6 20:44:59 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user