From d297de04995da26b6add697a12ad193396015ae2d260aec3a744227cabff1fc4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 12 Nov 2019 01:36:27 +0000 Subject: [PATCH] - Update to version 1.3.2: New - Support for Python 3.8 Fixed - Fixed the message of the BasicErrorHandler for an invalid amount of items (#505) - Added setuptools as dependency to the package metadata (#499) - The CHANGES.rst document is properly included in the package (#493) Improved - Docs: Examples were added for the min- and maxlength rules. (#509) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cerberus?expand=0&rev=13 --- Cerberus-1.3.1.tar.gz | 3 --- Cerberus-1.3.2.tar.gz | 3 +++ python-Cerberus.changes | 13 +++++++++++++ python-Cerberus.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 Cerberus-1.3.1.tar.gz create mode 100644 Cerberus-1.3.2.tar.gz diff --git a/Cerberus-1.3.1.tar.gz b/Cerberus-1.3.1.tar.gz deleted file mode 100644 index 36376d9..0000000 --- a/Cerberus-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0be48fc0dc84f83202a5309c0aa17cd5393e70731a1698a50d118b762fbe6875 -size 52317 diff --git a/Cerberus-1.3.2.tar.gz b/Cerberus-1.3.2.tar.gz new file mode 100644 index 0000000..8b52b73 --- /dev/null +++ b/Cerberus-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302e6694f206dd85cb63f13fd5025b31ab6d38c99c50c6d769f8fa0b0f299589 +size 52523 diff --git a/python-Cerberus.changes b/python-Cerberus.changes index 6072372..47fa479 100644 --- a/python-Cerberus.changes +++ b/python-Cerberus.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 12 01:32:00 UTC 2019 - Steve Kowalik + +- Update to version 1.3.2: + New + - Support for Python 3.8 + Fixed + - Fixed the message of the BasicErrorHandler for an invalid amount of items (#505) + - Added setuptools as dependency to the package metadata (#499) + - The CHANGES.rst document is properly included in the package (#493) + Improved + - Docs: Examples were added for the min- and maxlength rules. (#509) + ------------------------------------------------------------------- Sat May 11 09:20:30 UTC 2019 - Sebastian Wagner diff --git a/python-Cerberus.spec b/python-Cerberus.spec index 9ff64b0..56e5265 100644 --- a/python-Cerberus.spec +++ b/python-Cerberus.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Cerberus -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Extensible schema and data validation tool for Python dictionaries License: ISC