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:
parent
79c24845a7
commit
3f4f6fdabd
3
Cerberus-1.3.1.tar.gz
Normal file
3
Cerberus-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0be48fc0dc84f83202a5309c0aa17cd5393e70731a1698a50d118b762fbe6875
|
||||||
|
size 52317
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ffefb2ea4159040750ae6e8e8d85660d3ccb8895926b95c90508b803aaad029
|
|
||||||
size 51620
|
|
@ -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
|
Tue Apr 30 10:41:47 UTC 2019 - Michael Vetter mvetter@suse.com
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Cerberus
|
Name: python-Cerberus
|
||||||
Version: 1.3
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible schema and data validation tool for Python dictionaries
|
Summary: Extensible schema and data validation tool for Python dictionaries
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Loading…
Reference in New Issue
Block a user