diff --git a/python-voluptuous.changes b/python-voluptuous.changes index 4cbdbdd..7ce4c4c 100644 --- a/python-voluptuous.changes +++ b/python-voluptuous.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Aug 7 20:08:10 UTC 2018 - dmueller@suse.com + +- update to 0.11.5: + * Fixed issue with opening README file in setup.py. + * Support Python 3.7. + * #343: Drop support for Python 3.3. + * #342: Add support for sets and frozensets. + * #332: Fix Python 3.x compatibility for setup.py when pypandoc is installed. + * #348: Include path in AnyInvalid errors. + *#351: Fix Date behaviour when a custom format is specified. + ------------------------------------------------------------------- Tue Aug 7 11:31:24 UTC 2018 - tchvatal@suse.com diff --git a/python-voluptuous.spec b/python-voluptuous.spec index 45f7ca9..d3b55e6 100644 --- a/python-voluptuous.spec +++ b/python-voluptuous.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-voluptuous -Version: 0.11.1 +Version: 0.11.5 Release: 0 Summary: Voluptuous is a Python data validation library License: BSD-3-Clause @@ -52,7 +52,7 @@ YAML, etc. %files %{python_files} %license COPYING -%doc README.md README.rst +%doc README.md %{python_sitelib}/* %changelog diff --git a/voluptuous-0.11.1.tar.gz b/voluptuous-0.11.1.tar.gz deleted file mode 100644 index 2ca4e4a..0000000 --- a/voluptuous-0.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7315c9fa99e0bfd195a21106c82c81619b42f0bd9b6e287b797c6b6b6a9918 -size 44346 diff --git a/voluptuous-0.11.5.tar.gz b/voluptuous-0.11.5.tar.gz new file mode 100644 index 0000000..05cc9cb --- /dev/null +++ b/voluptuous-0.11.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef +size 44216