diff --git a/minio-7.1.1.tar.gz b/minio-7.1.1.tar.gz deleted file mode 100644 index 76f6580..0000000 --- a/minio-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8271a56c3b91b54c9b25e3d12e1a88ccffea70b7bdce5c906e7bb7dea45c7ba -size 114698 diff --git a/minio-7.1.5.tar.gz b/minio-7.1.5.tar.gz new file mode 100644 index 0000000..85040ae --- /dev/null +++ b/minio-7.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33bb3d2a1b790d6ffc7b981c3f38c4f404d61c46de3cbd087fbf9d36a5f05ea +size 115260 diff --git a/python-minio.changes b/python-minio.changes index efdcef1..1ad2704 100644 --- a/python-minio.changes +++ b/python-minio.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Mar 24 10:18:36 UTC 2022 - pgajdos@suse.com + +- version update to 7.1.5 + 7.1.5 + ----- + Add AssumeRoleWithCertificate credential provider. by @balamurugana in #1182 + 7.1.4 + ----- + docs: fix typo in object_lock config function name by @harshavardhana in #1176 + fix progress bar division by zero error by @harshavardhana in #1177 + Add policy unset method to minio admin by @federicober in #1180 + fix: lint checks and enable MINIO_CI_CD=1 for functional tests by @harshavardhana in #1181 + 7.1.3 + ----- + Update set_object_lock_config.py by @anooptp in #1170 + fix finding user's home directory in AWSConfigProvider/MinioClientConfigProvider by @nfioraio-ec in #1175 + fix EnvAWSProvider/EnvMinioProvider to fetch access/secret keys and session token always from os.environ by @nfioraio-ec in #1174 + 7.1.2 + ----- + fix: do not enforce role value for replicationConfig (#1166) (11/24/21) (Harshavardhana) + fix: canonical request path if empty choose '/' (#1165) (11/24/21) (Harshavardhana) +- do not require python-mock for build + ------------------------------------------------------------------- Sun Oct 24 23:25:13 UTC 2021 - Steve Kowalik diff --git a/python-minio.spec b/python-minio.spec index 89aa9cb..2adab1c 100644 --- a/python-minio.spec +++ b/python-minio.spec @@ -1,7 +1,7 @@ # # spec file for package python-minio # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-minio -Version: 7.1.1 +Version: 7.1.5 Release: 0 Summary: Minio library for Amazon S3 compatible cloud storage License: Apache-2.0 @@ -38,7 +38,6 @@ BuildArch: noarch BuildRequires: %{python_module Faker} BuildRequires: %{python_module certifi} BuildRequires: %{python_module future} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module pytz} @@ -63,6 +62,8 @@ sed -i -e '/configparser/d' setup.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# https://github.com/minio/minio-py/issues/1187 +sed -i 's:import mock:import unittest.mock as mock:' tests/unit/*.py %pytest %files %{python_files}