Hello community,

here is the log from the commit of package python-gcsfs for openSUSE:Factory 
checked in at 2019-07-24 20:33:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gcsfs (Old)
 and      /work/SRC/openSUSE:Factory/.python-gcsfs.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gcsfs"

Wed Jul 24 20:33:53 2019 rev:2 rq:717944 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gcsfs/python-gcsfs.changes        
2019-05-06 13:26:58.713233356 +0200
+++ /work/SRC/openSUSE:Factory/.python-gcsfs.new.4126/python-gcsfs.changes      
2019-07-24 20:33:54.258584821 +0200
@@ -1,0 +2,12 @@
+Mon Jul 22 16:41:24 UTC 2019 - Todd R <toddrme2...@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
+
+-------------------------------------------------------------------

Old:
----
  gcsfs-0.2.1.tar.gz

New:
----
  gcsfs-0.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gcsfs.spec ++++++
--- /var/tmp/diff_new_pack.0pHmVY/_old  2019-07-24 20:33:57.086584511 +0200
+++ /var/tmp/diff_new_pack.0pHmVY/_new  2019-07-24 20:33:57.126584507 +0200
@@ -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 @@
 # 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 @@
 # /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 @@
 %{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

++++++ gcsfs-0.2.1.tar.gz -> gcsfs-0.3.0.tar.gz ++++++
++++ 2545 lines of diff (skipped)


Reply via email to