14
0
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:
2021-10-24 23:28:34 +00:00
committed by Git OBS Bridge
parent 236f343aba
commit 787033635e
5 changed files with 16 additions and 1258 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Oct 24 23:25:13 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 22 03:51:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com> Wed Sep 22 03:51:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -19,13 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-minio Name: python-minio
Version: 7.1.0 Version: 7.1.1
Release: 0 Release: 0
Summary: Minio library for Amazon S3 compatible cloud storage Summary: Minio library for Amazon S3 compatible cloud storage
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/minio/minio-py URL: https://github.com/minio/minio-py
Source: https://files.pythonhosted.org/packages/source/m/minio/minio-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/m/minio/minio-%{version}.tar.gz
Patch0: remove-nose.patch
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros

File diff suppressed because it is too large Load Diff