14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=12
This commit is contained in:
2018-08-07 20:09:13 +00:00
committed by Git OBS Bridge
parent 2e1cf8c34f
commit 299b7efc26
4 changed files with 17 additions and 5 deletions

View File

@@ -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