14
0

Accepting request 1056674 from home:yarunachalam:branches:devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/1056674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=3
This commit is contained in:
John Vandenberg
2023-01-14 04:20:35 +00:00
committed by Git OBS Bridge
parent c92accd5aa
commit d32f91ef24
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jan 6 18:27:53 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <jayvdb@gmail.com>