Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gcsfs for openSUSE:Factory 
checked in at 2024-03-13 22:17:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gcsfs (Old)
 and      /work/SRC/openSUSE:Factory/.python-gcsfs.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gcsfs"

Wed Mar 13 22:17:46 2024 rev:21 rq:1157040 version:2024.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gcsfs/python-gcsfs.changes        
2023-12-17 21:34:33.198442509 +0100
+++ /work/SRC/openSUSE:Factory/.python-gcsfs.new.1770/python-gcsfs.changes      
2024-03-13 22:18:38.880425058 +0100
@@ -1,0 +2,6 @@
+Fri Mar  8 16:17:17 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2024.2.0
+  * doc for passing tokens (#603)
+
+-------------------------------------------------------------------

Old:
----
  gcsfs-2023.12.2-gh.tar.gz

New:
----
  gcsfs-2024.2.0-gh.tar.gz

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

Other differences:
------------------
++++++ python-gcsfs.spec ++++++
--- /var/tmp/diff_new_pack.5k8s6Z/_old  2024-03-13 22:18:39.912463025 +0100
+++ /var/tmp/diff_new_pack.5k8s6Z/_new  2024-03-13 22:18:39.912463025 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gcsfs
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-gcsfs
-Version:        2023.12.2
+Version:        2024.2.0
 Release:        0
 Summary:        Filesystem interface over GCS
 License:        BSD-3-Clause

++++++ gcsfs-2023.12.2-gh.tar.gz -> gcsfs-2024.2.0-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcsfs-2023.12.2/docs/source/changelog.rst 
new/gcsfs-2024.2.0/docs/source/changelog.rst
--- old/gcsfs-2023.12.2/docs/source/changelog.rst       2023-12-12 
22:44:56.000000000 +0100
+++ new/gcsfs-2024.2.0/docs/source/changelog.rst        2024-02-05 
16:10:50.000000000 +0100
@@ -4,6 +4,11 @@
 Note: in some releases, there are no changes, because we always guarantee 
relasing in step
 with fsspec.
 
+2024.2.0
+--------
+
+* doc for passing tokens (#603)
+
 2023.12.2
 ---------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcsfs-2023.12.2/docs/source/index.rst 
new/gcsfs-2024.2.0/docs/source/index.rst
--- old/gcsfs-2023.12.2/docs/source/index.rst   2023-12-12 22:44:56.000000000 
+0100
+++ new/gcsfs-2024.2.0/docs/source/index.rst    2024-02-05 16:10:50.000000000 
+0100
@@ -99,7 +99,7 @@
       or container engine) and fetch the credentials automatically from the
       metadata service.
 
-    - you may supply a token generated by the
+    - if ``token=dict(...)`` or ``token=<filepath>``, you may supply a token 
generated by the
       gcloud_ utility; this is either a python dictionary, or the name of a 
file
       containing the JSON returned by logging in with the gcloud CLI tool 
(e.g.,
       ``~/.config/gcloud/application_default_credentials.json`` or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcsfs-2023.12.2/gcsfs/_version.py 
new/gcsfs-2024.2.0/gcsfs/_version.py
--- old/gcsfs-2023.12.2/gcsfs/_version.py       2023-12-12 22:44:56.000000000 
+0100
+++ new/gcsfs-2024.2.0/gcsfs/_version.py        2024-02-05 16:10:50.000000000 
+0100
@@ -25,9 +25,9 @@
     # setup.py/versioneer.py will grep for the variable names, so they must
     # each be defined on a line of their own. _version.py will just call
     # get_keywords().
-    git_refnames = " (tag: 2023.12.2)"
-    git_full = "8f78209ce2aa74b8eb7efb41e84e153aca87a261"
-    git_date = "2023-12-12 16:44:56 -0500"
+    git_refnames = " (tag: 2024.2.0)"
+    git_full = "f526d96860c1422e7b4599b70b267607dae1af8a"
+    git_date = "2024-02-05 10:10:50 -0500"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcsfs-2023.12.2/requirements.txt 
new/gcsfs-2024.2.0/requirements.txt
--- old/gcsfs-2023.12.2/requirements.txt        2023-12-12 22:44:56.000000000 
+0100
+++ new/gcsfs-2024.2.0/requirements.txt 2024-02-05 16:10:50.000000000 +0100
@@ -1,6 +1,6 @@
 aiohttp!=4.0.0a0, !=4.0.0a1
 decorator>4.1.2
-fsspec==2023.12.1
+fsspec==2024.2.0
 google-auth>=1.2
 google-auth-oauthlib
 google-cloud-storage

Reply via email to