From dacba6a5742dd8f30cfc4efa80983235830b808ec44461281aafc10606f6a765 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 23 Jul 2019 15:57:01 +0000 Subject: [PATCH] Accepting request 717943 from home:TheBlackCat:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/717943 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=3 --- gcsfs-0.2.1.tar.gz | 3 --- gcsfs-0.3.0.tar.gz | 3 +++ python-gcsfs.changes | 12 ++++++++++++ python-gcsfs.spec | 13 +++++-------- 4 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 gcsfs-0.2.1.tar.gz create mode 100644 gcsfs-0.3.0.tar.gz diff --git a/gcsfs-0.2.1.tar.gz b/gcsfs-0.2.1.tar.gz deleted file mode 100644 index 77757fe..0000000 --- a/gcsfs-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:060008814cad1ffd4baf5288e4666570236e624577601fc13ab100619704694c -size 51427 diff --git a/gcsfs-0.3.0.tar.gz b/gcsfs-0.3.0.tar.gz new file mode 100644 index 0000000..b3df49c --- /dev/null +++ b/gcsfs-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7d1039cee84082b8bc9c029b484d2874a45b8e06dbfcfcbce05c62fdda62c8 +size 43574 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 2ddc170..85268f8 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 22 16:41:24 UTC 2019 - Todd R + +- 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 diff --git a/python-gcsfs.spec b/python-gcsfs.spec index 1fadb43..9e66a75 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -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