diff --git a/python-smart-open.changes b/python-smart-open.changes index ba28039..555d42f 100644 --- a/python-smart-open.changes +++ b/python-smart-open.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 6 18:27:53 UTC 2023 - Yogalakshmi Arunachalam + +- 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) + * Fix avoidable S3 race condition (#693) (RachitSharma2001, #735) + * setup.py: Remove pathlib2 (jayvdb, #733) + * Add flake8 config globally (cadnce, #732) + * Added buffer_size parameter to http module (mullenkamp, #730) + * Added documentation to support GCS anonymously (cadnce, #728) + * Reconnect inactive sftp clients automatically (Kache, #719) + ------------------------------------------------------------------- Sat Oct 15 05:34:22 UTC 2022 - John Vandenberg diff --git a/python-smart-open.spec b/python-smart-open.spec index 180cf09..8323d26 100644 --- a/python-smart-open.spec +++ b/python-smart-open.spec @@ -1,7 +1,7 @@ # # spec file for package python-smart-open # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smart-open -Version: 6.2.0 +Version: 6.3.0 Release: 0 Summary: Python utils for streaming large files License: MIT diff --git a/smart_open-6.2.0.tar.gz b/smart_open-6.2.0.tar.gz deleted file mode 100644 index 3d620ea..0000000 --- a/smart_open-6.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:647f7c44165e7de1f8c59c2d80929f312390160a15d2a8d1bf984def59e5efd3 -size 134719 diff --git a/smart_open-6.3.0.tar.gz b/smart_open-6.3.0.tar.gz new file mode 100644 index 0000000..92b9b4c --- /dev/null +++ b/smart_open-6.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd70349ad46eca048d7dd1cce23ac1db179c9787b5fb53d0c4c37bf78b96f0d +size 131300