forked from pool/python-minio
- Update to 4.0.18:
* Better error msg if metadata contains a non us-ascii character (#770) (06/12/19) * Fix Py3.7 warnings (#767) (06/11/19) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
5e3ad2eeb9
commit
7b5c8e4316
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-minio
|
||||
Version: 4.0.17
|
||||
Version: 4.0.18
|
||||
Release: 0
|
||||
Summary: Minio library for Amazon S3 compatible cloud storage
|
||||
License: Apache-2.0
|
||||
@@ -29,6 +29,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-certifi
|
||||
Requires: python-future
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-pytz
|
||||
Requires: python-urllib3
|
||||
@@ -36,6 +37,7 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Faker}
|
||||
BuildRequires: %{python_module certifi}
|
||||
BuildRequires: %{python_module future}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
|
Reference in New Issue
Block a user