From 9c792e56ffa9aec80443a78af2047f08d2b5de795e2ba43f5928ddca4ca04d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 12 Oct 2023 12:16:45 +0000 Subject: [PATCH] Accepting request 1117172 from home:mimi_vx:branches:devel:languages:python - Update to 2023.9.2 * bulk operations edge case * inventory report based file listing (#573) * pickle HttpError (#571) * avoid warnings (#569) * maxdepth in find() (#566) * invalidate dircache (#564) * standard metadata field names (#563) * performance of building cache in find() (#561) OBS-URL: https://build.opensuse.org/request/show/1117172 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=33 --- gcsfs-2023.6.0-gh.tar.gz | 3 --- gcsfs-2023.9.2-gh.tar.gz | 3 +++ python-gcsfs.changes | 13 +++++++++++++ python-gcsfs.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gcsfs-2023.6.0-gh.tar.gz create mode 100644 gcsfs-2023.9.2-gh.tar.gz diff --git a/gcsfs-2023.6.0-gh.tar.gz b/gcsfs-2023.6.0-gh.tar.gz deleted file mode 100644 index bcb322c..0000000 --- a/gcsfs-2023.6.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2dc7641a4ef121cfa08805448839d17125c9af05e9dfe8bee13470a7040c994 -size 72701 diff --git a/gcsfs-2023.9.2-gh.tar.gz b/gcsfs-2023.9.2-gh.tar.gz new file mode 100644 index 0000000..e690f01 --- /dev/null +++ b/gcsfs-2023.9.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2dcca26ca3943000bae2b1f397fa879fc870d536ceea1806559b8cda3378c3 +size 90068 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 600d0b2..1903188 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 12 10:35:32 UTC 2023 - Ondřej Súkup + +- Update to 2023.9.2 + * bulk operations edge case + * inventory report based file listing (#573) + * pickle HttpError (#571) + * avoid warnings (#569) + * maxdepth in find() (#566) + * invalidate dircache (#564) + * standard metadata field names (#563) + * performance of building cache in find() (#561) + ------------------------------------------------------------------- Wed Jul 5 08:50:51 UTC 2023 - Ben Greiner diff --git a/python-gcsfs.spec b/python-gcsfs.spec index 67e3828..edd524f 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -17,7 +17,7 @@ Name: python-gcsfs -Version: 2023.6.0 +Version: 2023.9.2 Release: 0 Summary: Filesystem interface over GCS License: BSD-3-Clause