Accepting request 726268 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/726268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous?expand=0&rev=6
This commit is contained in:
commit
7971de22bb
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 11:41:09 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef
|
||||
size 44216
|
3
voluptuous-0.11.7.tar.gz
Normal file
3
voluptuous-0.11.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2abc341dbc740c5e2302c7f9b8e2e243194fb4772585b991931cb5b22e9bf456
|
||||
size 45262
|
Loading…
Reference in New Issue
Block a user