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,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
|
||||
|
Reference in New Issue
Block a user