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:
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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-%{**}}
|
||||
Name: python-Cerberus
|
||||
Version: 1.3
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: Extensible schema and data validation tool for Python dictionaries
|
||||
License: ISC
|
||||
|
||||
Reference in New Issue
Block a user