15
0
forked from pool/python-gcsfs

- Update to 2023.5.0:

* Allow emulator host without protocol (#548)
  * Prevent upload retry from closing the file being sent (#540)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=29
This commit is contained in:
2023-06-07 04:27:54 +00:00
committed by Git OBS Bridge
parent a09b74bc6d
commit 19ba792863
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 7 04:27:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2023.5.0:
* Allow emulator host without protocol (#548)
* Prevent upload retry from closing the file being sent (#540)
-------------------------------------------------------------------
Fri Mar 24 15:48:08 UTC 2023 - Ben Greiner <code@bnavigator.de>