15
0
forked from pool/python-gcsfs

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
This commit is contained in:
2023-10-12 12:16:45 +00:00
committed by Git OBS Bridge
parent 5f686785f2
commit 9c792e56ff
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 12 10:35:32 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <code@bnavigator.de>