14
0

- update to 7.0.5:

* Fix zstd compression in ab mode
  * Fix close function not neing able to upload a compressed S3
  * Fix test_http.request_callback
  * Update readline logic for azure to match s3
  * Make http handler take an optional requests.Session
  * Ensure no side effects on SinglepartWriter exception
  * Add support for `get_blob_kwargs` to GCS blob read operations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=16
This commit is contained in:
2024-10-30 19:31:50 +00:00
committed by Git OBS Bridge
parent 5d1a5c690f
commit 4d03b6a490
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 30 19:30:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.0.5:
* Fix zstd compression in ab mode
* Fix close function not neing able to upload a compressed S3
* Fix test_http.request_callback
* Update readline logic for azure to match s3
* Make http handler take an optional requests.Session
* Ensure no side effects on SinglepartWriter exception
* Add support for `get_blob_kwargs` to GCS blob read operations
-------------------------------------------------------------------
Thu May 2 22:17:52 UTC 2024 - Dirk Müller <dmueller@suse.com>