From 4d03b6a4904d96fe048fffe0bea59c242ecfb04180b0ded636d0e4e0ef92bff0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Oct 2024 19:31:50 +0000 Subject: [PATCH] - 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 --- python-smart-open.changes | 12 ++++++++++++ python-smart-open.spec | 2 +- smart_open-7.0.4.tar.gz | 3 --- smart_open-7.0.5.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 smart_open-7.0.4.tar.gz create mode 100644 smart_open-7.0.5.tar.gz diff --git a/python-smart-open.changes b/python-smart-open.changes index ff1b37a..24c6924 100644 --- a/python-smart-open.changes +++ b/python-smart-open.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 30 19:30:36 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-smart-open.spec b/python-smart-open.spec index 3d5b285..a7a69c6 100644 --- a/python-smart-open.spec +++ b/python-smart-open.spec @@ -17,7 +17,7 @@ Name: python-smart-open -Version: 7.0.4 +Version: 7.0.5 Release: 0 Summary: Python utils for streaming large files License: MIT diff --git a/smart_open-7.0.4.tar.gz b/smart_open-7.0.4.tar.gz deleted file mode 100644 index 3172761..0000000 --- a/smart_open-7.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85a57d2099ef3d5050e52ee1f054e5c2c6fe169a4719d3a873d9a0de39a80a87 -size 139681 diff --git a/smart_open-7.0.5.tar.gz b/smart_open-7.0.5.tar.gz new file mode 100644 index 0000000..266383c --- /dev/null +++ b/smart_open-7.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab6e3754c1866ec94e21219c4d563d3f6832e2c41b1a4f2dbbdf6b041b1c2d1 +size 141010