14
0
forked from pool/python-minio

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
This commit is contained in:
2022-06-16 09:34:33 +00:00
committed by Git OBS Bridge
parent 52d1e21324
commit 4ac859c467
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f33bb3d2a1b790d6ffc7b981c3f38c4f404d61c46de3cbd087fbf9d36a5f05ea
size 115260

3
minio-7.1.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a711f3e6961ef083c161cee79f42a01d73369fc9111ccf76a74fb8d58b41d00a
size 115483

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 15 14:27:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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

View File

@@ -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