Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-smart-open-7.0.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-smart-open Distribution: openSUSE Tumbleweed
Version: 7.0.2 Vendor: openSUSE
Release: 1.2 Build date: Thu Mar 21 18:19:48 2024
Group: Unspecified Build host: reproducible
Size: 505767 Source RPM: python-smart-open-7.0.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/piskvorky/smart_open
Summary: Python utils for streaming large files
Python utils for streaming large files.
Includes support for S3, HDFS, gzip, bz2, etc.

Provides

Requires

License

MIT

Changelog

* Thu Mar 21 2024 Dirk Müller <dmueller@suse.com>
  - 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 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Do not kill moto_server three minutes into the testsuite. (bsc#1221663)
* Mon Mar 18 2024 Bernhard Wiedemann <bwiedemann@suse.com>
  - Avoid stuck build on failing test
* Fri Mar 15 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 7.0.1:
    * Do not touch botocore unless it is installed
    * Upgrade dev status classifier to stable
    * Add zstandard compression support
    * Support moto 4 & 5
    * Add logic for handling large files in MultipartWriter uploads to S3
    * Add support for SSH connection via aliases from ~/.ssh/config
    * Secure the connection using SSL when connecting to the FTPS server
    * Make GCS I/O 1000x faster by avoiding unnecessary API call
    * Retry finalizing multipart S3 upload
    * Handle exceptions during writes to Azure
    * Fix str method in SinglepartWriter
    * Fix KeyError: 'ContentRange' when received full content from S3
    * Propagate exit call to the underlying filestream
  - Switch to autosetup and pyproject macros.
  - Less globs in %files.
  - Update all URLs, the github repository owner has changed.
  - Add patch skip-gzip-tests-python312.patch, skip broken tests under
    Python 3.12.
* Thu Oct 12 2023 Ondřej Súkup <mimi.vx@gmail.com>
  - Update to 6.4.0
  - force require urllib3 < 2 because of https://github.com/RaRe-Technologies/smart_open/issues/784
    * Ignore S3 seeks to the current position (PR #782, @beck3905
    * Set binary mode prior to FTP write ()PR #781, @beck3905)
    * Improve S3 URI Parsing for URIs with "@", "/", and ":" (PR #776, @rileypeterson)
    * Add python 3.11 to setup.py (PR #775, @tooptoop4)
    * Fix retrieving empty but existing object from S3 (PR #771, @Darkheir)
    * Avoid overfilling buffer when reading from Azure (PR #767, @ronreiter)
    * Add required import for example to work (PR #756, @jensenbox)
* Fri Jan 06 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 2022 John Vandenberg <jayvdb@gmail.com>
  - Update to v6.2.0
* Fri Sep 18 2020 John Vandenberg <jayvdb@gmail.com>
  - Activate test suite
  - Update to v2.2.1
* Wed Dec 25 2019 John Vandenberg <jayvdb@gmail.com>
  - Initial spec for v1.9.0

Files

/usr/lib/python3.12/site-packages/smart_open
/usr/lib/python3.12/site-packages/smart_open-7.0.2.dist-info
/usr/lib/python3.12/site-packages/smart_open-7.0.2.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/smart_open-7.0.2.dist-info/LICENSE
/usr/lib/python3.12/site-packages/smart_open-7.0.2.dist-info/METADATA
/usr/lib/python3.12/site-packages/smart_open-7.0.2.dist-info/RECORD
/usr/lib/python3.12/site-packages/smart_open-7.0.2.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/smart_open-7.0.2.dist-info/WHEEL
/usr/lib/python3.12/site-packages/smart_open-7.0.2.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/smart_open/__init__.py
/usr/lib/python3.12/site-packages/smart_open/__pycache__
/usr/lib/python3.12/site-packages/smart_open/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/azure.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/azure.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/bytebuffer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/bytebuffer.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/compression.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/compression.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/concurrency.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/concurrency.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/constants.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/constants.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/doctools.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/doctools.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/ftp.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/ftp.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/gcs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/gcs.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/hdfs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/hdfs.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/http.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/http.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/local_file.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/local_file.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/s3.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/s3.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/smart_open_lib.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/smart_open_lib.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/ssh.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/ssh.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/transport.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/transport.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/version.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/webhdfs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/smart_open/__pycache__/webhdfs.cpython-312.pyc
/usr/lib/python3.12/site-packages/smart_open/azure.py
/usr/lib/python3.12/site-packages/smart_open/bytebuffer.py
/usr/lib/python3.12/site-packages/smart_open/compression.py
/usr/lib/python3.12/site-packages/smart_open/concurrency.py
/usr/lib/python3.12/site-packages/smart_open/constants.py
/usr/lib/python3.12/site-packages/smart_open/doctools.py
/usr/lib/python3.12/site-packages/smart_open/ftp.py
/usr/lib/python3.12/site-packages/smart_open/gcs.py
/usr/lib/python3.12/site-packages/smart_open/hdfs.py
/usr/lib/python3.12/site-packages/smart_open/http.py
/usr/lib/python3.12/site-packages/smart_open/local_file.py
/usr/lib/python3.12/site-packages/smart_open/s3.py
/usr/lib/python3.12/site-packages/smart_open/smart_open_lib.py
/usr/lib/python3.12/site-packages/smart_open/ssh.py
/usr/lib/python3.12/site-packages/smart_open/transport.py
/usr/lib/python3.12/site-packages/smart_open/utils.py
/usr/lib/python3.12/site-packages/smart_open/version.py
/usr/lib/python3.12/site-packages/smart_open/webhdfs.py
/usr/share/doc/packages/python312-smart-open
/usr/share/doc/packages/python312-smart-open/README.rst
/usr/share/licenses/python312-smart-open
/usr/share/licenses/python312-smart-open/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024