Accepting request 717944 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/717944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gcsfs?expand=0&rev=2
This commit is contained in:
commit
7202088177
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:060008814cad1ffd4baf5288e4666570236e624577601fc13ab100619704694c
|
||||
size 51427
|
3
gcsfs-0.3.0.tar.gz
Normal file
3
gcsfs-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b7d1039cee84082b8bc9c029b484d2874a45b8e06dbfcfcbce05c62fdda62c8
|
||||
size 43574
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 16:41:24 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 0.3.0
|
||||
* Pass through open kwargs
|
||||
* set versions
|
||||
* add fuse recording
|
||||
* skip fuse early
|
||||
* remove pandas install
|
||||
* some changes for FUSE
|
||||
* add fsspec to install
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 17:17:18 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-gcsfs
|
||||
Version: 0.2.1
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Filesystem interface over GCS
|
||||
@ -29,10 +30,10 @@ BuildRequires: %{python_module setuptools}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module click}
|
||||
BuildRequires: %{python_module decorator}
|
||||
BuildRequires: %{python_module fsspec >= 0.2.2}
|
||||
BuildRequires: %{python_module fusepy}
|
||||
BuildRequires: %{python_module google-auth >= 1.2}
|
||||
BuildRequires: %{python_module google-auth-oauthlib}
|
||||
BuildRequires: %{python_module pandas}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module vcrpy}
|
||||
@ -40,11 +41,12 @@ BuildRequires: libfuse2
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-decorator
|
||||
Requires: python-fsspec >= 0.2.2
|
||||
Requires: python-google-auth >= 1.2
|
||||
Requires: python-google-auth-oauthlib
|
||||
Requires: python-requests
|
||||
Recommends: python-gcsfs-fuse = %{version}
|
||||
Recommends: dask
|
||||
Recommends: python-gcsfs-fuse = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@ -84,14 +86,9 @@ This package provides the optional FUSE interface.
|
||||
%{python_sitelib}/gcsfs-%{version}-py*.egg-info
|
||||
%{python_sitelib}/gcsfs/
|
||||
%exclude %{python_sitelib}/gcsfs/cli/
|
||||
%exclude %{python_sitelib}/gcsfs/gcsfuse.py*
|
||||
%pycache_only %exclude %{python_sitelib}/gcsfs/__pycache__/gcsfuse*
|
||||
|
||||
%files %{python_files fuse}
|
||||
%license LICENSE.txt
|
||||
%python3_only %{_bindir}/gcsfuse
|
||||
%{python_sitelib}/gcsfs/cli/
|
||||
%{python_sitelib}/gcsfs/gcsfuse.py*
|
||||
%pycache_only %{python_sitelib}/gcsfs/__pycache__/gcsfuse*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user