14
0
forked from pool/python-minio

Accepting request 965314 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/965314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-minio?expand=0&rev=13
This commit is contained in:
2022-03-28 15:01:02 +00:00
committed by Git OBS Bridge
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8271a56c3b91b54c9b25e3d12e1a88ccffea70b7bdce5c906e7bb7dea45c7ba
size 114698

3
minio-7.1.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f33bb3d2a1b790d6ffc7b981c3f38c4f404d61c46de3cbd087fbf9d36a5f05ea
size 115260

View File

@@ -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 <steven.kowalik@suse.com>

View File

@@ -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}