From dd6eea538e0c1032e0d1d4e0859dbbc960e6939270fafb7da502c6e54e2a50e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 27 Aug 2019 00:52:45 +0000 Subject: [PATCH] Accepting request 726163 from home:alarrosa:branches:devel:languages:python - Update to 0.11.7: * #378: Allow extend() of a Schema to return a subclass of a Schema as well. * #364: Accept description for Inclusive instances. * #373: Accept msg for Maybe instances. * #382: Added support for default values in Inclusive instances. * #371: Fixed DeprecationWarning related to collections.Mapping. * #377: Preserve Unicode strings when passed to utility functions (e.g., Lower(), Upper()). * #380: Fixed regression with Any and required flag. OBS-URL: https://build.opensuse.org/request/show/726163 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=15 --- python-voluptuous.changes | 13 +++++++++++++ python-voluptuous.spec | 6 +++--- voluptuous-0.11.5.tar.gz | 3 --- voluptuous-0.11.7.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 voluptuous-0.11.5.tar.gz create mode 100644 voluptuous-0.11.7.tar.gz diff --git a/python-voluptuous.changes b/python-voluptuous.changes index e0db185..b134f97 100644 --- a/python-voluptuous.changes +++ b/python-voluptuous.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Aug 26 11:41:09 UTC 2019 - Antonio Larrosa + +- Update to 0.11.7: + * #378: Allow extend() of a Schema to return a subclass of a Schema as well. + * #364: Accept description for Inclusive instances. + * #373: Accept msg for Maybe instances. + * #382: Added support for default values in Inclusive instances. + * #371: Fixed DeprecationWarning related to collections.Mapping. + * #377: Preserve Unicode strings when passed to utility functions + (e.g., Lower(), Upper()). + * #380: Fixed regression with Any and required flag. + ------------------------------------------------------------------- Wed Aug 8 12:30:18 UTC 2018 - jengelh@inai.de diff --git a/python-voluptuous.spec b/python-voluptuous.spec index 576042c..4ef825c 100644 --- a/python-voluptuous.spec +++ b/python-voluptuous.spec @@ -1,7 +1,7 @@ # # spec file for package python-voluptuous # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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-voluptuous -Version: 0.11.5 +Version: 0.11.7 Release: 0 Summary: A Python data validation library License: BSD-3-Clause diff --git a/voluptuous-0.11.5.tar.gz b/voluptuous-0.11.5.tar.gz deleted file mode 100644 index 05cc9cb..0000000 --- a/voluptuous-0.11.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef -size 44216 diff --git a/voluptuous-0.11.7.tar.gz b/voluptuous-0.11.7.tar.gz new file mode 100644 index 0000000..c128a26 --- /dev/null +++ b/voluptuous-0.11.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abc341dbc740c5e2302c7f9b8e2e243194fb4772585b991931cb5b22e9bf456 +size 45262