forked from pool/python-smart-open
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:
committed by
Git OBS Bridge
parent
c92accd5aa
commit
d32f91ef24
@@ -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>
|
Sat Oct 15 05:34:22 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-smart-open
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-smart-open
|
Name: python-smart-open
|
||||||
Version: 6.2.0
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python utils for streaming large files
|
Summary: Python utils for streaming large files
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:647f7c44165e7de1f8c59c2d80929f312390160a15d2a8d1bf984def59e5efd3
|
|
||||||
size 134719
|
|
3
smart_open-6.3.0.tar.gz
Normal file
3
smart_open-6.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffd70349ad46eca048d7dd1cce23ac1db179c9787b5fb53d0c4c37bf78b96f0d
|
||||||
|
size 131300
|
Reference in New Issue
Block a user