Accepting request 985758 from home:bnavigator:branches:devel:languages:python:aws
- Update to 2022.5.0 * invalidate listings cache for simple put/pipe (#474) * conform _mkdir and _cat_file to upstream (#471) OBS-URL: https://build.opensuse.org/request/show/985758 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=18
This commit is contained in:
parent
2f6a018cc1
commit
29e390b69f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:24ffda1323342370cdc55258aa985ce27c2e2a38d3bdc102ac27b390adebb2d1
|
|
||||||
size 67211
|
|
3
gcsfs-2022.5.0-gh.tar.gz
Normal file
3
gcsfs-2022.5.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:82e8479900786743c25ecab47b648e94c04ac5c9adccdeb71b674ecae3478cff
|
||||||
|
size 67686
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 10:18:06 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 2022.5.0
|
||||||
|
* invalidate listings cache for simple put/pipe (#474)
|
||||||
|
* conform _mkdir and _cat_file to upstream (#471)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 21:15:17 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Wed Apr 27 21:15:17 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%bcond_with fulltest
|
%bcond_with fulltest
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-gcsfs
|
Name: python-gcsfs
|
||||||
Version: 2022.3.0
|
Version: 2022.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem interface over GCS
|
Summary: Filesystem interface over GCS
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -87,27 +87,9 @@ sed -i 's/--color=yes//' setup.cfg
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
## # Tests test_map_simple, test_map_with_data and test_map_clear_empty require a network connection
|
# The full test suite requires to start a docker container via fake-gcs-server
|
||||||
## %%pytest -k "not network" gcsfs/tests
|
# see https://github.com/fsspec/gcsfs/blob/main/docs/source/developer.rst
|
||||||
## # export GCSFS_RECORD_MODE=none
|
# and the gcs fixtures in conftest.py
|
||||||
## # export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
|
|
||||||
## # %%%%pytest -rfEs
|
|
||||||
##
|
|
||||||
## - name: Install dependencies
|
|
||||||
## shell: bash -l {0}
|
|
||||||
## run: |
|
|
||||||
## pip install git+https://github.com/fsspec/filesystem_spec --no-deps
|
|
||||||
## conda list
|
|
||||||
## conda --version
|
|
||||||
## - name: Install
|
|
||||||
## shell: bash -l {0}
|
|
||||||
## run: pip install .[crc]
|
|
||||||
##
|
|
||||||
## - name: Run Tests
|
|
||||||
## shell: bash -l {0}
|
|
||||||
## run: |
|
|
||||||
## export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
|
|
||||||
## py.test -vv gcsfs
|
|
||||||
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
|
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/gcsfs/tests/fake-secret.json
|
||||||
%if %{with fulltest}
|
%if %{with fulltest}
|
||||||
%pytest -rfEs
|
%pytest -rfEs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user