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 2025-12-19 16:43:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gcsfs (Old) and /work/SRC/openSUSE:Factory/.python-gcsfs.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gcsfs" Fri Dec 19 16:43:29 2025 rev:23 rq:1323589 version:2025.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gcsfs/python-gcsfs.changes 2024-04-07 22:15:03.450495608 +0200 +++ /work/SRC/openSUSE:Factory/.python-gcsfs.new.1928/python-gcsfs.changes 2025-12-19 16:46:04.226435229 +0100 @@ -1,0 +2,31 @@ +Fri Dec 19 02:59:49 UTC 2025 - Steve Kowalik <[email protected]> + +- Update to 2025.12.0: + * fix info() performance regression (#705) + * mkdir should not create bucket by default (#701) + * fix slow ls iterations (#697) + * Ensure right error type for get() on nonexistent (#695) + * acknowledge Anaconda support (#691) + * Fix token timezone comparison (#683, 688) + * Avoid deprecated utcnow (#680) + * Add support for specifying Cloud KMS keys when creating files (#679) + * Yet another fix for isdir (#676) + * Create warning for appending mode ‘a’ operations (#675) + * add userProject to batch deletion query (#673) + * Fix find with path not ending with “/” (#668) + * remove “beta” note from doc (#666) + * don’t check expiry of creds that don’t expire (#665) + * Improvements for credentials refresh under high load (#658) + * guess upload file MIME types (#655) + * better shutdown cleanup (#657) + * Exclusive write (#651) + * Avoid IndexError on integer seconds (#649) + * note on non-posixness (#648) + * handle chache_timeout=0 (#646) + * Remove race condition in credentials (#643) + * fix md5 hash order logic (#640) + * In case error in a pure string (#631) + * swap order of “gcs”, “gs” protocols (#620) + * fix get_file for relative lpath (#618) + +------------------------------------------------------------------- Old: ---- gcsfs-2024.3.1-gh.tar.gz New: ---- gcsfs-2025.12.0-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gcsfs.spec ++++++ --- /var/tmp/diff_new_pack.QhGNBZ/_old 2025-12-19 16:46:07.698580429 +0100 +++ /var/tmp/diff_new_pack.QhGNBZ/_new 2025-12-19 16:46:07.698580429 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gcsfs # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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: 2024.3.1 +Version: 2025.12.0 Release: 0 Summary: Filesystem interface over GCS License: BSD-3-Clause @@ -36,6 +36,7 @@ Requires: python-google-auth >= 1.2 Requires: python-google-auth-oauthlib Requires: python-google-cloud-storage +Requires: python-google-cloud-storage-control Requires: python-requests Recommends: dask Recommends: python-gcsfs-fuse = %{version} @@ -51,7 +52,9 @@ BuildRequires: %{python_module google-api-python-client} BuildRequires: %{python_module google-auth >= 1.2} BuildRequires: %{python_module google-auth-oauthlib} +BuildRequires: %{python_module google-cloud-storage-control} BuildRequires: %{python_module google-cloud-storage} +BuildRequires: %{python_module grpc-google-iam-v1} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} @@ -104,7 +107,7 @@ %pytest -rfEs -k "not ($donttest)" %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE.txt %{python_sitelib}/gcsfs-%{version}.dist-info %{python_sitelib}/gcsfs/ ++++++ gcsfs-2024.3.1-gh.tar.gz -> gcsfs-2025.12.0-gh.tar.gz ++++++ ++++ 3317 lines of diff (skipped)
