forked from pool/python-Cerberus
- Update to version 1.3.1:
Fixed - Fixed the expansion of the deprecated rule names ``keyschema`` and ``valueschema`` (`#482`_) - ``*of_``-typesavers properly expand rule names containing ``_`` (`#484`_) Improved - Add ``maintainer`` and ``maintainer_email`` to setup.py (`#481`_) - Add ``project_urls`` to setup.py (`#480`_) - Don't ignore all exceptions during coercions for nullable fields. If a - Coercion raises an exception for a nullable field where the field is not ``None`` the validation now fails. (`#490`_) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cerberus?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 11 09:20:30 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- Update to version 1.3.1:
|
||||
Fixed
|
||||
- Fixed the expansion of the deprecated rule names ``keyschema`` and
|
||||
``valueschema`` (`#482`_)
|
||||
- ``*of_``-typesavers properly expand rule names containing ``_`` (`#484`_)
|
||||
Improved
|
||||
- Add ``maintainer`` and ``maintainer_email`` to setup.py (`#481`_)
|
||||
- Add ``project_urls`` to setup.py (`#480`_)
|
||||
- Don't ignore all exceptions during coercions for nullable fields. If a
|
||||
- Coercion raises an exception for a nullable field where the field is not
|
||||
``None`` the validation now fails. (`#490`_)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 10:41:47 UTC 2019 - Michael Vetter mvetter@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user