From 8740cb0fb2e89fe12baa0ef2d9a5ccab554dfc6418adce486270dc97d6c13506 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 12:46:44 +0000 Subject: [PATCH] - update to 2023.12.3post1: * use same version when paginating list (#591) * fix double asterisk glob test (#589) * performance of building cache in find() (#561) - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=37 --- gcsfs-2023.10.0-gh.tar.gz | 3 --- gcsfs-2023.12.2-gh.tar.gz | 3 +++ python-gcsfs.changes | 13 ++++++++++--- python-gcsfs.spec | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 gcsfs-2023.10.0-gh.tar.gz create mode 100644 gcsfs-2023.12.2-gh.tar.gz diff --git a/gcsfs-2023.10.0-gh.tar.gz b/gcsfs-2023.10.0-gh.tar.gz deleted file mode 100644 index 50d4ec1..0000000 --- a/gcsfs-2023.10.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d9ff68d157fcbde076e68b910d9a79435b22f5afaca0675963cbadf0708937e -size 90214 diff --git a/gcsfs-2023.12.2-gh.tar.gz b/gcsfs-2023.12.2-gh.tar.gz new file mode 100644 index 0000000..3b4f241 --- /dev/null +++ b/gcsfs-2023.12.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6a25a5a7047b9a417a37c70fcab5c59f7bfa50c2d7af0286a20db919715b40 +size 90330 diff --git a/python-gcsfs.changes b/python-gcsfs.changes index 21d37b6..6c2484c 100644 --- a/python-gcsfs.changes +++ b/python-gcsfs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 16 12:36:23 UTC 2023 - Dirk Müller + +- update to 2023.12.3post1: + * use same version when paginating list (#591) + * fix double asterisk glob test (#589) + ------------------------------------------------------------------- Tue Nov 14 20:04:58 UTC 2023 - Ondřej Súkup @@ -5,7 +12,7 @@ Tue Nov 14 20:04:58 UTC 2023 - Ondřej Súkup * Fix for transactions of small files ------------------------------------------------------------------- -Thu Oct 12 10:35:32 UTC 2023 - Ondřej Súkup +Thu Oct 12 10:35:32 UTC 2023 - Ondřej Súkup - Update to 2023.9.2 * bulk operations edge case @@ -15,7 +22,7 @@ Thu Oct 12 10:35:32 UTC 2023 - Ondřej Súkup * maxdepth in find() (#566) * invalidate dircache (#564) * standard metadata field names (#563) - * performance of building cache in find() (#561) + * performance of building cache in find() (#561) ------------------------------------------------------------------- Wed Jul 5 08:50:51 UTC 2023 - Ben Greiner @@ -159,7 +166,7 @@ Wed Aug 18 10:29:33 UTC 2021 - Ben Greiner ------------------------------------------------------------------- Mon May 24 03:49:24 UTC 2021 - Steve Kowalik -- Do not build for Python 3.6, due to no NumPy. +- Do not build for Python 3.6, due to no NumPy. ------------------------------------------------------------------- Tue Oct 6 19:15:04 UTC 2020 - Matej Cepl diff --git a/python-gcsfs.spec b/python-gcsfs.spec index e1f6930..d2aeadd 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -17,7 +17,7 @@ Name: python-gcsfs -Version: 2023.10.0 +Version: 2023.12.2 Release: 0 Summary: Filesystem interface over GCS License: BSD-3-Clause