14
0
forked from pool/python-minio

- update to 7.1.13:

* Use Apache license SPDX identifier
  * fix usage of deprecated urllib3.Response.getheaders()
  * Fix typos and add codespell GitHub Action
  * Expose fetch-owner in the api for list_object
  * Add python 3.11 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=32
This commit is contained in:
2023-01-07 12:22:16 +00:00
committed by Git OBS Bridge
parent 3a667c0d37
commit 7da2248d03
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 7 12:20:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.1.13:
* Use Apache license SPDX identifier
* fix usage of deprecated urllib3.Response.getheaders()
* Fix typos and add codespell GitHub Action
* Expose fetch-owner in the api for list_object
* Add python 3.11 support
-------------------------------------------------------------------
Fri Oct 28 18:30:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>