15
0
forked from pool/python-gcsfs

- update to 2024.3.1:

* fix expiration= for sign()
  * do populate dircache in ls()
  * allow passing extra options to mkdir
  * credentials docs
  * retry in bulk rm
  * clean up loop on close

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=41
This commit is contained in:
2024-04-07 09:01:33 +00:00
committed by Git OBS Bridge
parent 0067e890ca
commit 890bf60235
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Apr 7 09:00:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.3.1:
* fix expiration= for sign()
* do populate dircache in ls()
* allow passing extra options to mkdir
* credentials docs
* retry in bulk rm
* clean up loop on close
-------------------------------------------------------------------
Fri Mar 8 16:17:17 UTC 2024 - Ben Greiner <code@bnavigator.de>