forked from pool/python-minio
Accepting request 766360 from home:MSirringhaus:branches:devel:languages:python
- Update to 5.0.6 * Fix detecting a valid endpoint with new Python versions * Fix some typo in SELECT API doc * fget_object(): open temporary file on overwrite mode - Update to 5.0.5 * Increase presigned timeouts for functional tests * Remove future depdency for python3 * Do not need to set max-keys, max-uploads and max-parts - Update to 5.0.4 * signV4: Avoid encoding ~ when found in the query part of the url * FIX: AttributeError at error.message * Strip port 80/443 from host OBS-URL: https://build.opensuse.org/request/show/766360 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
750e2f772a
commit
d4249eaeb4
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8f7ba1ca0750dfca3302cb03b14a92bf5f1c755ff84f9ba268079bf582e0f735
|
|
||||||
size 101634
|
|
3
minio-5.0.6.tar.gz
Normal file
3
minio-5.0.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:daef713dfaaa232a719c4dc58f0bed90b6d11ab14e94cd013cef7e7ed5b2cfdc
|
||||||
|
size 102136
|
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 15:23:46 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.0.6
|
||||||
|
* Fix detecting a valid endpoint with new Python versions
|
||||||
|
* Fix some typo in SELECT API doc
|
||||||
|
* fget_object(): open temporary file on overwrite mode
|
||||||
|
|
||||||
|
- Update to 5.0.5
|
||||||
|
* Increase presigned timeouts for functional tests
|
||||||
|
* Remove future depdency for python3
|
||||||
|
* Do not need to set max-keys, max-uploads and max-parts
|
||||||
|
|
||||||
|
- Update to 5.0.4
|
||||||
|
* signV4: Avoid encoding ~ when found in the query part of
|
||||||
|
the url
|
||||||
|
* FIX: AttributeError at error.message
|
||||||
|
* Strip port 80/443 from host
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 1 12:55:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
Tue Oct 1 12:55:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-minio
|
# spec file for package python-minio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-minio
|
Name: python-minio
|
||||||
Version: 5.0.1
|
Version: 5.0.6
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user