14
0
forked from pool/python-minio

Accepting request 1299764 from home:glaubitz:branches:devel:languages:python

- Update to 7.2.16
  * Add account_info Admin API by @mhkarimi1383 in #1463
  * fix mypy error by @balamurugana in #1483
  * put_object: add append object support by @balamurugana in #1493
  * Add append_object() API by @balamurugana in #1494
  * fix: type wrong in commonconfig by @hlf20010508 in #1489
  * fix pip install for ubuntu 24.04 by @balamurugana in #1502

OBS-URL: https://build.opensuse.org/request/show/1299764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=46
This commit is contained in:
2025-08-15 07:56:32 +00:00
committed by Git OBS Bridge
parent 1dea616207
commit f4b8b3c2c5
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 15 07:27:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.2.16
* Add account_info Admin API by @mhkarimi1383 in #1463
* fix mypy error by @balamurugana in #1483
* put_object: add append object support by @balamurugana in #1493
* Add append_object() API by @balamurugana in #1494
* fix: type wrong in commonconfig by @hlf20010508 in #1489
* fix pip install for ubuntu 24.04 by @balamurugana in #1502
-------------------------------------------------------------------
Thu Jan 30 14:06:53 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>