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,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-minio
|
||||
Version: 5.0.1
|
||||
Version: 5.0.6
|
||||
Release: 0
|
||||
Summary: Minio library for Amazon S3 compatible cloud storage
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user