From aea6a5dd5c15da5e053453fa42820e5854f483ee99ddf34cbeea2220e8f67451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Sep 2019 11:34:22 +0000 Subject: [PATCH] - Update to 4.0.21: * Doc: Fix error response URL link * Add support for ISO time with and without fractional seconds. * ObjectAccessed with Get and Head methods * list-objects-v2: Add start_after parameter * Implement select object OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=11 --- minio-4.0.18.tar.gz | 3 --- minio-4.0.21.tar.gz | 3 +++ python-minio.changes | 10 ++++++++++ python-minio.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 minio-4.0.18.tar.gz create mode 100644 minio-4.0.21.tar.gz diff --git a/minio-4.0.18.tar.gz b/minio-4.0.18.tar.gz deleted file mode 100644 index 0141a5d..0000000 --- a/minio-4.0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05edfad9ef8543074c7a6b605c72a8858c813c766e060d9f771270dd81317dcb -size 95381 diff --git a/minio-4.0.21.tar.gz b/minio-4.0.21.tar.gz new file mode 100644 index 0000000..d24b7ce --- /dev/null +++ b/minio-4.0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35643f056b4d12e053fa7d8f40d98394ed7cc4d5d44ba53c9971e7428fd58e60 +size 101794 diff --git a/python-minio.changes b/python-minio.changes index 1c8f836..fccc282 100644 --- a/python-minio.changes +++ b/python-minio.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 11 11:32:49 UTC 2019 - Tomáš Chvátal + +- Update to 4.0.21: + * Doc: Fix error response URL link + * Add support for ISO time with and without fractional seconds. + * ObjectAccessed with Get and Head methods + * list-objects-v2: Add start_after parameter + * Implement select object + ------------------------------------------------------------------- Wed Jul 24 07:42:48 UTC 2019 - Tomáš Chvátal diff --git a/python-minio.spec b/python-minio.spec index 63c018d..50a67ef 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.18 +Version: 4.0.21 Release: 0 Summary: Minio library for Amazon S3 compatible cloud storage License: Apache-2.0