From 5d1a5c690f7a5d09498d0ccbdd92d2d1b151a5945d55055e115dd1017ea92e13 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 2 May 2024 22:18:28 +0000 Subject: [PATCH] - update to 7.0.4: * Fix wb mode with zstd compression (PR #815, @djudd) * Remove GCS bucket.exists call to avoid storage.buckets.get permission (PR #813, @ddelange) * add support for zst writing (PR #812, @mpenkov) * roll back PR #812, restore compatibility with built-in open function (@mpenkov) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=14 --- python-smart-open.changes | 11 +++++++++++ python-smart-open.spec | 2 +- smart_open-7.0.2.tar.gz | 3 --- smart_open-7.0.4.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 smart_open-7.0.2.tar.gz create mode 100644 smart_open-7.0.4.tar.gz diff --git a/python-smart-open.changes b/python-smart-open.changes index 82f5f5d..ff1b37a 100644 --- a/python-smart-open.changes +++ b/python-smart-open.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 2 22:17:52 UTC 2024 - Dirk Müller + +- update to 7.0.4: + * Fix wb mode with zstd compression (PR #815, @djudd) + * Remove GCS bucket.exists call to avoid storage.buckets.get + permission (PR #813, @ddelange) + * add support for zst writing (PR #812, @mpenkov) + * roll back PR #812, restore compatibility with built-in open + function (@mpenkov) + ------------------------------------------------------------------- Thu Mar 21 17:19:48 UTC 2024 - Dirk Müller diff --git a/python-smart-open.spec b/python-smart-open.spec index c23c26c..3d5b285 100644 --- a/python-smart-open.spec +++ b/python-smart-open.spec @@ -17,7 +17,7 @@ Name: python-smart-open -Version: 7.0.2 +Version: 7.0.4 Release: 0 Summary: Python utils for streaming large files License: MIT diff --git a/smart_open-7.0.2.tar.gz b/smart_open-7.0.2.tar.gz deleted file mode 100644 index 99e636c..0000000 --- a/smart_open-7.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7da644c6be64b0ef4f8df29b11f435966442a595f1440f1c92fb9de3ef1e35e8 -size 139445 diff --git a/smart_open-7.0.4.tar.gz b/smart_open-7.0.4.tar.gz new file mode 100644 index 0000000..3172761 --- /dev/null +++ b/smart_open-7.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a57d2099ef3d5050e52ee1f054e5c2c6fe169a4719d3a873d9a0de39a80a87 +size 139681