diff --git a/python-smart-open.changes b/python-smart-open.changes index e8bc227..82f5f5d 100644 --- a/python-smart-open.changes +++ b/python-smart-open.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 21 17:19:48 UTC 2024 - Dirk Müller + +- update to 7.0.2: + * Add `__next__` method to FileLikeProxy + * Fix python_requires minimum python version in setup.py + * Add activity check to cached sftp connections + ------------------------------------------------------------------- Wed Mar 20 06:05:52 UTC 2024 - Steve Kowalik @@ -47,7 +55,7 @@ Thu Oct 12 13:26:22 UTC 2023 - Ondřej Súkup ------------------------------------------------------------------- Fri Jan 6 18:27:53 UTC 2023 - Yogalakshmi Arunachalam -- Update to version 6.3.0 +- Update to version 6.3.0 * Refactor Google Cloud Storage to use blob.open (ddelange, #744) * Add FTP/FTPS support (#33) (RachitSharma2001, #739) * Bring back compression_wrapper(filename) + use case-insensitive extension matching (piskvorky, #737) diff --git a/python-smart-open.spec b/python-smart-open.spec index b0efffa..c23c26c 100644 --- a/python-smart-open.spec +++ b/python-smart-open.spec @@ -17,7 +17,7 @@ Name: python-smart-open -Version: 7.0.1 +Version: 7.0.2 Release: 0 Summary: Python utils for streaming large files License: MIT diff --git a/smart_open-7.0.1.tar.gz b/smart_open-7.0.1.tar.gz deleted file mode 100644 index 046a8ce..0000000 --- a/smart_open-7.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95b942e6075a9216848eb7264b5d66963d916361e9c9c40f771559948649feaf -size 138934 diff --git a/smart_open-7.0.2.tar.gz b/smart_open-7.0.2.tar.gz new file mode 100644 index 0000000..99e636c --- /dev/null +++ b/smart_open-7.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da644c6be64b0ef4f8df29b11f435966442a595f1440f1c92fb9de3ef1e35e8 +size 139445