Accepting request 973297 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/973297 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gcsfs?expand=0&rev=10
This commit is contained in:
commit
f55b23e766
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:559522e7ecd56fdf7ef22fe49f8422d08f17ece0b2345337e42f64cfadef179b
|
||||
size 66349
|
3
gcsfs-2022.3.0-gh.tar.gz
Normal file
3
gcsfs-2022.3.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24ffda1323342370cdc55258aa985ce27c2e2a38d3bdc102ac27b390adebb2d1
|
||||
size 67211
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 21:15:17 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 2022.3.0
|
||||
* bucket exists workaround (#464)
|
||||
* dirmarkers (#459)
|
||||
* check connection (#457)
|
||||
* browser connection now uses local server (#456)
|
||||
* bucket location (#455)
|
||||
* ensure auth is closed (#452)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 22:47:16 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -20,16 +20,15 @@
|
||||
# the test suite moved to a docker simulator which we cannot run inside an obs environment
|
||||
%bcond_with fulltest
|
||||
%define skip_python2 1
|
||||
%define ghversiontag 2022.02.0
|
||||
Name: python-gcsfs
|
||||
Version: 2022.2.0
|
||||
Version: 2022.3.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-%{ghversiontag}-gh.tar.gz
|
||||
Source: https://github.com/fsspec/gcsfs/archive/refs/tags/%{version}.tar.gz#/gcsfs-%{version}-gh.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -77,7 +76,7 @@ File-system interface for Google Cloud Storage.
|
||||
This package provides the optional FUSE interface.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n gcsfs-%{ghversiontag}
|
||||
%autosetup -p1 -n gcsfs-%{version}
|
||||
sed -i 's/--color=yes//' setup.cfg
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user