15
0
forked from pool/python-gcsfs

Accepting request 1074233 from home:bnavigator:branches:devel:languages:python

- Update to 2023.3.0
  * Don't let find() mess up dircache (#531)
  * Drop py3.7 (#529)
  * Update docs (#528)
  * Make times UTC (#527)
  * Use BytesIO for large bodies (#525)
  * Fix: Don't append generation when it is absent (#523)
  * get/put/cp consistency tests (#521)
- Release 2023.1.0
  * Support create time (#516, 518)
  * defer async session creation (#513, 514)
  * support listing of file versions (#509)
  * fix sign following versioned split protocol (#513)

OBS-URL: https://build.opensuse.org/request/show/1074233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gcsfs?expand=0&rev=27
This commit is contained in:
2023-03-26 16:48:16 +00:00
committed by Git OBS Bridge
parent 8971f7cac7
commit a09b74bc6d
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Mar 24 15:48:08 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2023.3.0
* Don't let find() mess up dircache (#531)
* Drop py3.7 (#529)
* Update docs (#528)
* Make times UTC (#527)
* Use BytesIO for large bodies (#525)
* Fix: Don't append generation when it is absent (#523)
* get/put/cp consistency tests (#521)
- Release 2023.1.0
* Support create time (#516, 518)
* defer async session creation (#513, 514)
* support listing of file versions (#509)
* fix sign following versioned split protocol (#513)
-------------------------------------------------------------------
Sat Nov 19 14:45:02 UTC 2022 - Ben Greiner <code@bnavigator.de>