14
0
forked from pool/python-minio

Accepting request 766360 from home:MSirringhaus:branches:devel:languages:python

- Update to 5.0.6
  * Fix detecting a valid endpoint with new Python versions
  * Fix some typo in SELECT API doc
  * fget_object(): open temporary file on overwrite mode
- Update to 5.0.5
  * Increase presigned timeouts for functional tests
  * Remove future depdency for python3
  * Do not need to set max-keys, max-uploads and max-parts
- Update to 5.0.4
  * signV4: Avoid encoding ~ when found in the query part of 
    the url
  * FIX: AttributeError at error.message
  * Strip port 80/443 from host

OBS-URL: https://build.opensuse.org/request/show/766360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-01-22 15:37:07 +00:00
committed by Git OBS Bridge
parent 750e2f772a
commit d4249eaeb4
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jan 22 15:23:46 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update to 5.0.6
* Fix detecting a valid endpoint with new Python versions
* Fix some typo in SELECT API doc
* fget_object(): open temporary file on overwrite mode
- Update to 5.0.5
* Increase presigned timeouts for functional tests
* Remove future depdency for python3
* Do not need to set max-keys, max-uploads and max-parts
- Update to 5.0.4
* signV4: Avoid encoding ~ when found in the query part of
the url
* FIX: AttributeError at error.message
* Strip port 80/443 from host
-------------------------------------------------------------------
Tue Oct 1 12:55:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>