15
0

- 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:
2019-05-11 09:21:46 +00:00
committed by Git OBS Bridge
parent 79c24845a7
commit 3f4f6fdabd
4 changed files with 20 additions and 5 deletions

View File

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