14
0

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
This commit is contained in:
John Vandenberg
2023-10-12 13:48:12 +00:00
committed by Git OBS Bridge
parent d32f91ef24
commit dcccee9fb9
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>