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 2026-05-18 17:46:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gcsfs (Old)
 and      /work/SRC/openSUSE:Factory/.python-gcsfs.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gcsfs"

Mon May 18 17:46:45 2026 rev:25 rq:1353607 version:2026.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gcsfs/python-gcsfs.changes        
2026-04-18 21:34:38.429322202 +0200
+++ /work/SRC/openSUSE:Factory/.python-gcsfs.new.1966/python-gcsfs.changes      
2026-05-18 17:46:50.949407761 +0200
@@ -1,0 +2,16 @@
+Sun May 17 18:54:59 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2026.5.0:
+  * Fix zonal documentation about finalized objects
+  * Enable branch wise tracking
+  * fix: adjust fsspec dependency version constraint
+  * Add support for partial prefixes in find method for HNS
+    buckets
+  * Add workflow to automate PyPI package publishing on release
+  * Fix HttpError message formatting and handle None content in
+    validate_response
+  * Integrate prefetcher engine with zonal buckets
+  * Update the benchmark config, and fix the block size
+    propogation
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-gcsfs.spec ++++++
--- /var/tmp/diff_new_pack.1O3vm2/_old  2026-05-18 17:46:52.053453382 +0200
+++ /var/tmp/diff_new_pack.1O3vm2/_new  2026-05-18 17:46:52.069454044 +0200
@@ -17,22 +17,23 @@
 
 
 Name:           python-gcsfs
-Version:        2026.3.0
+Version:        2026.5.0
 Release:        0
 Summary:        Filesystem interface over GCS
 License:        BSD-3-Clause
 URL:            https://github.com/fsspec/gcsfs
 # Use the GitHub tarball for test data
 Source:         
https://github.com/fsspec/gcsfs/archive/refs/tags/%{version}.tar.gz#/gcsfs-%{version}-gh.tar.gz
-BuildRequires:  %{python_module base >= 3.9}
+BuildRequires:  %{python_module base >= 3.10}
+BuildRequires:  %{python_module hatch-vcs}
+BuildRequires:  %{python_module hatchling >= 1.27.0}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-aiohttp >= 3.9.0
 Requires:       python-decorator > 4.1.2
-Requires:       python-fsspec = %{version}
+Requires:       python-fsspec >= 2026.3.0
 Requires:       python-google-auth >= 1.2
 Requires:       python-google-auth-oauthlib
 Requires:       python-google-cloud-storage >= 3.9.0
@@ -46,7 +47,7 @@
 BuildRequires:  %{python_module aiohttp >= 3.9.0}
 BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module decorator > 4.1.2}
-BuildRequires:  %{python_module fsspec = %{version}}
+BuildRequires:  %{python_module fsspec >= 2026.3.0}
 BuildRequires:  %{python_module fusepy}
 BuildRequires:  %{python_module google-api-core}
 BuildRequires:  %{python_module google-api-python-client}
@@ -78,12 +79,14 @@
 
 %prep
 %autosetup -p1 -n gcsfs-%{version}
-sed -i 's/--color=yes//' setup.cfg
+sed -i 's/--color=yes//' setup.cfg pyproject.toml
 
 %build
+export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
 %pyproject_wheel
 
 %install
+export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 

++++++ gcsfs-2026.3.0-gh.tar.gz -> gcsfs-2026.5.0-gh.tar.gz ++++++
++++ 13092 lines of diff (skipped)

Reply via email to