From 4ac859c4671719ffbad80b002dabae281b5ec2e2b6b30f6053bf9ad75da07e9c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 16 Jun 2022 09:34:33 +0000 Subject: [PATCH] Accepting request 982858 from home:yarunachalam:branches:devel:languages:python - version update to 7.1.9 * allow hashlib.md5() calls to work with FIPS kernels by @BOPOHA in #1200 * Handle 304 status code properly by @balamurugana in #1202 * correct ValueError when part_size > MAX_PART_SIZE by @ernestang98 in #1205 * Set minimum requirement to Python v3.7 by @balamurugana in #1209 OBS-URL: https://build.opensuse.org/request/show/982858 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=26 --- minio-7.1.5.tar.gz | 3 --- minio-7.1.9.tar.gz | 3 +++ python-minio.changes | 9 +++++++++ python-minio.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 minio-7.1.5.tar.gz create mode 100644 minio-7.1.9.tar.gz diff --git a/minio-7.1.5.tar.gz b/minio-7.1.5.tar.gz deleted file mode 100644 index 85040ae..0000000 --- a/minio-7.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f33bb3d2a1b790d6ffc7b981c3f38c4f404d61c46de3cbd087fbf9d36a5f05ea -size 115260 diff --git a/minio-7.1.9.tar.gz b/minio-7.1.9.tar.gz new file mode 100644 index 0000000..7f613d2 --- /dev/null +++ b/minio-7.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a711f3e6961ef083c161cee79f42a01d73369fc9111ccf76a74fb8d58b41d00a +size 115483 diff --git a/python-minio.changes b/python-minio.changes index 1ad2704..d343c00 100644 --- a/python-minio.changes +++ b/python-minio.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 15 14:27:53 UTC 2022 - Yogalakshmi Arunachalam + +- version update to 7.1.9 + * allow hashlib.md5() calls to work with FIPS kernels by @BOPOHA in #1200 + * Handle 304 status code properly by @balamurugana in #1202 + * correct ValueError when part_size > MAX_PART_SIZE by @ernestang98 in #1205 + * Set minimum requirement to Python v3.7 by @balamurugana in #1209 + ------------------------------------------------------------------- Thu Mar 24 10:18:36 UTC 2022 - pgajdos@suse.com diff --git a/python-minio.spec b/python-minio.spec index 2adab1c..b79820d 100644 --- a/python-minio.spec +++ b/python-minio.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-minio -Version: 7.1.5 +Version: 7.1.9 Release: 0 Summary: Minio library for Amazon S3 compatible cloud storage License: Apache-2.0