- 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:
parent
2e1cf8c34f
commit
299b7efc26
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af7315c9fa99e0bfd195a21106c82c81619b42f0bd9b6e287b797c6b6b6a9918
|
||||
size 44346
|
3
voluptuous-0.11.5.tar.gz
Normal file
3
voluptuous-0.11.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef
|
||||
size 44216
|
Loading…
Reference in New Issue
Block a user