From 750e2f772a1d975c9aef2f70d115469ae8332e530d4437d3cea40f96534e4f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 1 Oct 2019 13:17:56 +0000 Subject: [PATCH] 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 --- minio-4.0.21.tar.gz | 3 --- minio-5.0.1.tar.gz | 3 +++ python-minio.changes | 8 ++++++++ python-minio.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 minio-4.0.21.tar.gz create mode 100644 minio-5.0.1.tar.gz diff --git a/minio-4.0.21.tar.gz b/minio-4.0.21.tar.gz deleted file mode 100644 index d24b7ce..0000000 --- a/minio-4.0.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35643f056b4d12e053fa7d8f40d98394ed7cc4d5d44ba53c9971e7428fd58e60 -size 101794 diff --git a/minio-5.0.1.tar.gz b/minio-5.0.1.tar.gz new file mode 100644 index 0000000..21d494a --- /dev/null +++ b/minio-5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7ba1ca0750dfca3302cb03b14a92bf5f1c755ff84f9ba268079bf582e0f735 +size 101634 diff --git a/python-minio.changes b/python-minio.changes index fccc282..7093b97 100644 --- a/python-minio.changes +++ b/python-minio.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 1 12:55:45 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-minio.spec b/python-minio.spec index 50a67ef..360ed6a 100644 --- a/python-minio.spec +++ b/python-minio.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-minio -Version: 4.0.21 +Version: 5.0.1 Release: 0 Summary: Minio library for Amazon S3 compatible cloud storage License: Apache-2.0