diff --git a/Cerberus-1.3.1.tar.gz b/Cerberus-1.3.1.tar.gz new file mode 100644 index 0000000..36376d9 --- /dev/null +++ b/Cerberus-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be48fc0dc84f83202a5309c0aa17cd5393e70731a1698a50d118b762fbe6875 +size 52317 diff --git a/Cerberus-1.3.tar.gz b/Cerberus-1.3.tar.gz deleted file mode 100644 index bc6bc46..0000000 --- a/Cerberus-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ffefb2ea4159040750ae6e8e8d85660d3ccb8895926b95c90508b803aaad029 -size 51620 diff --git a/python-Cerberus.changes b/python-Cerberus.changes index f5d88ba..6072372 100644 --- a/python-Cerberus.changes +++ b/python-Cerberus.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat May 11 09:20:30 UTC 2019 - Sebastian Wagner + +- 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 diff --git a/python-Cerberus.spec b/python-Cerberus.spec index b08b2b4..9ff64b0 100644 --- a/python-Cerberus.spec +++ b/python-Cerberus.spec @@ -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