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