diff --git a/minio-4.0.16.tar.gz b/minio-4.0.16.tar.gz deleted file mode 100644 index 0bcf326..0000000 --- a/minio-4.0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee302e04662c065a99fb9a357b47cad533fe74bbe8347b58fe351e65ad0c0d18 -size 95961 diff --git a/minio-4.0.17.tar.gz b/minio-4.0.17.tar.gz new file mode 100644 index 0000000..499cbfe --- /dev/null +++ b/minio-4.0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb1faab701008a1ff05b9b2497b6ba52d1aff963323356ed86f2771b186db6b +size 95132 diff --git a/python-minio.changes b/python-minio.changes index 9c24a1d..f0712d4 100644 --- a/python-minio.changes +++ b/python-minio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 24 12:09:49 UTC 2019 - pgajdos@suse.com + +- version update to 4.0.17 + * Validate underscores in host names successfully + * Use README.md instead of README.rst + ------------------------------------------------------------------- Fri May 17 14:43:26 UTC 2019 - Marketa Calabkova diff --git a/python-minio.spec b/python-minio.spec index c57df8f..7cc423e 100644 --- a/python-minio.spec +++ b/python-minio.spec @@ -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}/*