14
0
Files
python-smart-open/python-smart-open.changes
John Vandenberg dcccee9fb9 Accepting request 1117458 from home:mimi_vx:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1117458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=5
2023-10-12 13:48:12 +00:00

43 lines
1.9 KiB
Plaintext

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