From a09b74bc6dfaa161c1e909b684a59361f44d228c2e5971f3ff4e03b258678336 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 16:48:16 +0000 Subject: [PATCH] Accepting request 1074233 from home:bnavigator:branches:devel:languages:python - Update to 2023.3.0 * Don't let find() mess up dircache (#531) * Drop py3.7 (#529) * Update docs (#528) * Make times UTC (#527) * Use BytesIO for large bodies (#525) * Fix: Don't append generation when it is absent (#523) * get/put/cp consistency tests (#521) - Release 2023.1.0 * Support create time (#516, 518) * defer async session creation (#513, 514) * support listing of file versions (#509) * fix sign following versioned split protocol (#513) OBS-URL: https://build.opensuse.org/request/show/1074233 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=27 --- gcsfs-2022.11.0-gh.tar.gz | 3 --- gcsfs-2023.3.0-gh.tar.gz | 3 +++ python-gcsfs.changes | 17 +++++++++++++++++ python-gcsfs.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 gcsfs-2022.11.0-gh.tar.gz create mode 100644 gcsfs-2023.3.0-gh.tar.gz diff --git a/gcsfs-2022.11.0-gh.tar.gz b/gcsfs-2022.11.0-gh.tar.gz deleted file mode 100644 index d2dc43b..0000000 --- a/gcsfs-2022.11.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:009fe3f0e8e6df623ed7a760796aa1c5d0f2d8442741cc8cbddb70b845d01d74 -size 70214 diff --git a/gcsfs-2023.3.0-gh.tar.gz b/gcsfs-2023.3.0-gh.tar.gz new file mode 100644 index 0000000..7856a63 --- /dev/null +++ b/gcsfs-2023.3.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089b0a661f7e004c41635a7c89f6012dd09cac7ee1eb1af66bcc4916bd2df4d3 +size 72110 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 989c565..661f3cd 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Mar 24 15:48:08 UTC 2023 - Ben Greiner + +- Update to 2023.3.0 + * Don't let find() mess up dircache (#531) + * Drop py3.7 (#529) + * Update docs (#528) + * Make times UTC (#527) + * Use BytesIO for large bodies (#525) + * Fix: Don't append generation when it is absent (#523) + * get/put/cp consistency tests (#521) +- Release 2023.1.0 + * Support create time (#516, 518) + * defer async session creation (#513, 514) + * support listing of file versions (#509) + * fix sign following versioned split protocol (#513) + ------------------------------------------------------------------- Sat Nov 19 14:45:02 UTC 2022 - Ben Greiner diff --git a/python-gcsfs.spec b/python-gcsfs.spec index 4172748..243d4db 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -1,7 +1,7 @@ # # spec file for package python-gcsfs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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: 2022.11.0 +Version: 2023.3.0 Release: 0 Summary: Filesystem interface over GCS License: BSD-3-Clause @@ -25,7 +25,7 @@ Group: Development/Languages/Python 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.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros