14
0
forked from pool/python-minio

Accepting request 734311 from home:mcalabkova:branches:devel:languages:python

- Update to 5.0.1
  * BREAKING API CHANGE: re-implement select_object_content
  * Remove white-space characters before parsing XML
  * Do not encode ~ in V4 S3 signing

OBS-URL: https://build.opensuse.org/request/show/734311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-10-01 13:17:56 +00:00
committed by Git OBS Bridge
parent aea6a5dd5c
commit 750e2f772a
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 1 12:55:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 5.0.1
* BREAKING API CHANGE: re-implement select_object_content
* Remove white-space characters before parsing XML
* Do not encode ~ in V4 S3 signing
-------------------------------------------------------------------
Wed Sep 11 11:32:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>