From d4249eaeb41c01f7432dab87709f63c47074b4a86e2862923ce9fd162cca8e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 Jan 2020 15:37:07 +0000 Subject: [PATCH] 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 --- minio-5.0.1.tar.gz | 3 --- minio-5.0.6.tar.gz | 3 +++ python-minio.changes | 19 +++++++++++++++++++ python-minio.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 minio-5.0.1.tar.gz create mode 100644 minio-5.0.6.tar.gz diff --git a/minio-5.0.1.tar.gz b/minio-5.0.1.tar.gz deleted file mode 100644 index 21d494a..0000000 --- a/minio-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f7ba1ca0750dfca3302cb03b14a92bf5f1c755ff84f9ba268079bf582e0f735 -size 101634 diff --git a/minio-5.0.6.tar.gz b/minio-5.0.6.tar.gz new file mode 100644 index 0000000..f8d37c1 --- /dev/null +++ b/minio-5.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daef713dfaaa232a719c4dc58f0bed90b6d11ab14e94cd013cef7e7ed5b2cfdc +size 102136 diff --git a/python-minio.changes b/python-minio.changes index 7093b97..6fc1bcf 100644 --- a/python-minio.changes +++ b/python-minio.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 22 15:23:46 UTC 2020 - Martin Sirringhaus + +- 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 diff --git a/python-minio.spec b/python-minio.spec index 360ed6a..f4e97e0 100644 --- a/python-minio.spec +++ b/python-minio.spec @@ -1,7 +1,7 @@ # # spec file for package python-minio # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-minio -Version: 5.0.1 +Version: 5.0.6 Release: 0 Summary: Minio library for Amazon S3 compatible cloud storage License: Apache-2.0