14
0
forked from pool/python-minio

- Update to 7.1.16:

* Update deprecated mc admin policy commands
  * update release references to master in README.md
  * Fix upload snowball objects with staging file
  * Add generic AWS S3 domain support
  * upload_snowball_object(): seek stream to 0 before upload
  * Revert "list_objecst: fix parsing user metadata as per
    MinIO server (#1240)"
  * Disable multipart upload for upload_snowball_objects() api.
  * Remove locale usage for datetime parsing
  * fix policy as a string in presigned_post_policy() API
  * Add cert_check flag to main class constructor
- Switch to pyproject and autosetup macros.
- Stop using greedy globs in %files.
- Clean up unneeded {Build,}Requires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=36
This commit is contained in:
2023-09-01 05:39:36 +00:00
committed by Git OBS Bridge
parent 3ce27fba91
commit 480bb163a0
4 changed files with 30 additions and 20 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Sep 1 05:39:18 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 7.1.16:
* Update deprecated mc admin policy commands
* update release references to master in README.md
* Fix upload snowball objects with staging file
* Add generic AWS S3 domain support
* upload_snowball_object(): seek stream to 0 before upload
* Revert "list_objecst: fix parsing user metadata as per
MinIO server (#1240)"
* Disable multipart upload for upload_snowball_objects() api.
* Remove locale usage for datetime parsing
* fix policy as a string in presigned_post_policy() API
* Add cert_check flag to main class constructor
- Switch to pyproject and autosetup macros.
- Stop using greedy globs in %files.
- Clean up unneeded {Build,}Requires.
-------------------------------------------------------------------
Sun Mar 26 19:18:41 UTC 2023 - Dirk Müller <dmueller@suse.com>