forked from pool/python-minio
- Update to 7.1.1:
* Fix transition xml name in lifecycleconfig (#1142) (10/09/21) (Bala FA) * Remove nose tests and move to python unittest (#1152) (10/09/21) (Steve Kowalik) * Use unquote_plus() to decode url encoded value. (#1158) (10/09/21) (Bala FA) * Ignore cert addition if custom httpclient is passed (#1157) (10/08/21) (Anton Samokhvalov) * use f-string wherever possible (#1155) (10/08/21) (Bala FA) * Raise ValueError instead of returning in ChainedProvider (#1146) (09/01/21) (Bala FA) - Drop remove-nose.patch, merged upstream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=23
This commit is contained in:
@@ -19,13 +19,12 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-minio
|
||||
Version: 7.1.0
|
||||
Version: 7.1.1
|
||||
Release: 0
|
||||
Summary: Minio library for Amazon S3 compatible cloud storage
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/minio/minio-py
|
||||
Source: https://files.pythonhosted.org/packages/source/m/minio/minio-%{version}.tar.gz
|
||||
Patch0: remove-nose.patch
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
Reference in New Issue
Block a user