Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
4c3f924a4f | |||
f4b8b3c2c5 | |||
8b30b49c60 | |||
1dea616207 | |||
4fe680e495 | |||
47b4a6fd3c | |||
2f502d5bdc | |||
eb6c76072b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56ecb1e7e0103d2dc212fb460fdb70ab2abb7fa5685db378429325d96d95587a
|
||||
size 120101
|
3
minio-7.2.16.tar.gz
Normal file
3
minio-7.2.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81e365c8494d591d8204a63ee7596bfdf8a7d06ad1b1507d6b9c1664a95f299a
|
||||
size 139149
|
@@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 7.2.15:
|
||||
- MinioAdmin: conditionally decrypt response in
|
||||
{attach,detach}_policy APIs by @balamurugana in #1472
|
||||
- xml: prepend namespace for each path in findall() by
|
||||
@balamurugana in #1476
|
||||
- Fix ExcludedPrefixes in set/get bucket versioning config by
|
||||
@vadmeste in #1475
|
||||
|
||||
Full Changelog: 7.2.14...7.2.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 15:02:42 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
|
||||
|
||||
- Update to 7.2.14:
|
||||
* MinioAdmin: add IDP/LDAP attach/detach/list APIs by @balamurugana in #1470
|
||||
* MinioAdmin: add {attach,detach}_policy and get_policy_entities APIs by @balamurugana in #1471
|
||||
- Update to 7.2.13:
|
||||
* Add NewerNoncurrentVersions in LifecycleConfig by @balamurugana in #1469
|
||||
* IamAwsProvider: fix url with role name by @balamurugana in #1465
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 13:33:28 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 7.2.12:
|
||||
https://github.com/minio/minio-py/releases/tag/7.1.17
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.0
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.1
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.2
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.3
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.4
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.5
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.6
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.7
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.8
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.9
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.10
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.11
|
||||
https://github.com/minio/minio-py/releases/tag/7.2.12
|
||||
- sync requires/buildrequires with setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 06:29:02 UTC 2024 - Max Lin <mlin@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-minio
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,9 +15,10 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-minio
|
||||
Version: 7.1.16
|
||||
Version: 7.2.16
|
||||
Release: 0
|
||||
Summary: Minio library for Amazon S3 compatible cloud storage
|
||||
License: Apache-2.0
|
||||
@@ -28,12 +29,18 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-argon2-cffi
|
||||
Requires: python-certifi
|
||||
Requires: python-pycryptodome
|
||||
Requires: python-typing-extensions
|
||||
Requires: python-urllib3
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module certifi}
|
||||
BuildRequires: %{python_module argon2-cffi}
|
||||
BuildRequires: %{python_module pycryptodome}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module typing-extensions}
|
||||
BuildRequires: %{python_module urllib3}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user