forked from pool/python-minio
Accepting request 1007023 from home:yarunachalam:branches:devel:languages:python
- Update to version 7.1.12: What's Changed fix documentation display composing by @j13tw in #1231 fget_object(): add progress support by @moon-jong in #1235 Updating documentation links to new URLs by @djwfyi in #1239 list_objects: fix parsing user metadata as per MinIO server by @harshavardhana in #1240 - Update to version 7.1.11: select: yield available payload fully by requested num_bytes by @kldtz in #1225 - Update to version 7.1.10: fget_object(): remove resume support. by @balamurugana in #1215 fix lifecycle config rule validation by @balamurugana in #1217 error out if lifecycle rule has null filter by @balamurugana in #1219 EventIterable: Reconnect on closed response. by @balamurugana in #1222 OBS-URL: https://build.opensuse.org/request/show/1007023 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=28
This commit is contained in:
3
minio-7.1.11.tar.gz
Normal file
3
minio-7.1.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12ac2d1d4fd3cea159d625847445e1bfceba3fbc2f4ab692c2d2bf716f82246c
|
||||
size 115498
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a711f3e6961ef083c161cee79f42a01d73369fc9111ccf76a74fb8d58b41d00a
|
||||
size 115483
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 16:28:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 7.1.12:
|
||||
What's Changed
|
||||
fix documentation display composing by @j13tw in #1231
|
||||
fget_object(): add progress support by @moon-jong in #1235
|
||||
Updating documentation links to new URLs by @djwfyi in #1239
|
||||
list_objects: fix parsing user metadata as per MinIO server by @harshavardhana in #1240
|
||||
|
||||
- Update to version 7.1.11:
|
||||
select: yield available payload fully by requested num_bytes by @kldtz in #1225
|
||||
|
||||
- Update to version 7.1.10:
|
||||
fget_object(): remove resume support. by @balamurugana in #1215
|
||||
fix lifecycle config rule validation by @balamurugana in #1217
|
||||
error out if lifecycle rule has null filter by @balamurugana in #1219
|
||||
EventIterable: Reconnect on closed response. by @balamurugana in #1222
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 14:27:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-minio
|
||||
Version: 7.1.9
|
||||
Version: 7.1.11
|
||||
Release: 0
|
||||
Summary: Minio library for Amazon S3 compatible cloud storage
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user