From bb6f30c90d5e39b94c8c8bafbe11bdf3dbfaccc5e177339bb8b52ff56d09f02c Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Mon, 24 Nov 2025 15:29:43 +0000 Subject: [PATCH] - Update to 7.2.19 * Add region, extra_headers and extra_query_params by @balamurugana in #1505 * Make BaseException internals to be set by @balamurugana in #1521 * Fix: Add missing type annotations to serialization dataclass fields by @rraulinio in #1527 * support optional parameters in LdapIdentityProvider by @jkandasa in #1528 * Incorrect existing checksum headers to both CreateMultipartUpload and UploadPart requests by @rraulinio in #1529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=51 --- minio-7.2.18.tar.gz | 3 --- minio-7.2.19.tar.gz | 3 +++ python-minio.changes | 16 ++++++++++++++++ python-minio.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 minio-7.2.18.tar.gz create mode 100644 minio-7.2.19.tar.gz diff --git a/minio-7.2.18.tar.gz b/minio-7.2.18.tar.gz deleted file mode 100644 index 8a1cc85..0000000 --- a/minio-7.2.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:173402a5716099159c5659f9de75be204ebe248557b9f1cc9cf45aa70e9d3024 -size 135544 diff --git a/minio-7.2.19.tar.gz b/minio-7.2.19.tar.gz new file mode 100644 index 0000000..aa51558 --- /dev/null +++ b/minio-7.2.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756f97fb3d19d198facd1b6ff44006a58934a5b09d512e343227cdaf92f3da13 +size 149526 diff --git a/python-minio.changes b/python-minio.changes index 04f896a..52bda6c 100644 --- a/python-minio.changes +++ b/python-minio.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 24 15:27:39 UTC 2025 - Nico Krapp + +- Update to 7.2.19 + * Add region, extra_headers and extra_query_params + by @balamurugana in #1505 + * Make BaseException internals to be set + by @balamurugana in #1521 + * Fix: Add missing type annotations to serialization dataclass fields + by @rraulinio in #1527 + * support optional parameters in LdapIdentityProvider + by @jkandasa in #1528 + * Incorrect existing checksum headers to both CreateMultipartUpload and + UploadPart requests + by @rraulinio in #1529 + ------------------------------------------------------------------- Fri Nov 21 13:17:09 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-minio.spec b/python-minio.spec index 1a62475..b4d8ffb 100644 --- a/python-minio.spec +++ b/python-minio.spec @@ -1,7 +1,7 @@ # # spec file for package python-minio # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-minio -Version: 7.2.18 +Version: 7.2.19 Release: 0 Summary: Minio library for Amazon S3 compatible cloud storage License: Apache-2.0