14
0
forked from pool/python-minio

Accepting request 705230 from home:pgajdos

- version update to 4.0.17
  * Validate underscores in host names successfully
  * Use README.md instead of README.rst

OBS-URL: https://build.opensuse.org/request/show/705230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-05-24 12:14:24 +00:00
committed by Git OBS Bridge
parent 1c7ec4dba8
commit 5e3ad2eeb9
4 changed files with 12 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-minio
Version: 4.0.16
Version: 4.0.17
Release: 0
Summary: Minio library for Amazon S3 compatible cloud storage
License: Apache-2.0
@@ -62,7 +62,7 @@ mv docs/zh_CN/API.md docs/API_zh_CN.md
%python_exec setup.py test --test-suite=tests
%files %{python_files}
%doc README.rst README*.md docs/API*.md examples/
%doc README*.md docs/API*.md examples/
%license LICENSE
%{python_sitelib}/*