forked from pool/python-smart-open
- Update to 7.2.0 * Add support for prefetching to sftp transport (PR #849, @davidszotten) - from version 7.1.0 * Add support for python 3.13 (PR #847, @ddelange) * Propagate uri to compression_wrapper (PR #842, @ddelange) - Drop support-python-313.patch, merged upstream OBS-URL: https://build.opensuse.org/request/show/1254080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=20
127 lines
5.4 KiB
Plaintext
127 lines
5.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 18 10:31:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 7.2.0
|
|
* Add support for prefetching to sftp transport
|
|
(PR #849, @davidszotten)
|
|
- from version 7.1.0
|
|
* Add support for python 3.13 (PR #847, @ddelange)
|
|
* Propagate uri to compression_wrapper (PR #842, @ddelange)
|
|
- Drop support-python-313.patch, merged upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 16 03:17:47 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Remove upper pin on urllib3.
|
|
- Drop moto_server set up and teardown, it is for one testcase.
|
|
- Drop patch skip-gzip-tests-python312.patch, not required.
|
|
- Add patch support-python-313.patch:
|
|
* Support Python 3.13 changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 30 19:30:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 7.0.5:
|
|
* Fix zstd compression in ab mode
|
|
* Fix close function not neing able to upload a compressed S3
|
|
* Fix test_http.request_callback
|
|
* Update readline logic for azure to match s3
|
|
* Make http handler take an optional requests.Session
|
|
* Ensure no side effects on SinglepartWriter exception
|
|
* Add support for `get_blob_kwargs` to GCS blob read operations
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 2 22:17:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 7.0.4:
|
|
* Fix wb mode with zstd compression (PR #815, @djudd)
|
|
* Remove GCS bucket.exists call to avoid storage.buckets.get
|
|
permission (PR #813, @ddelange)
|
|
* add support for zst writing (PR #812, @mpenkov)
|
|
* roll back PR #812, restore compatibility with built-in open
|
|
function (@mpenkov)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 21 17:19:48 UTC 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 06:05:52 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Do not kill moto_server three minutes into the testsuite. (bsc#1221663)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 18 09:58:56 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Avoid stuck build on failing test
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 15 07:48:15 UTC 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 13:26:22 UTC 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 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>
|
|
|
|
- Update to v6.2.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 18 13:02:58 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate test suite
|
|
- Update to v2.2.1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 25 03:34:28 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.9.0
|