py-voluptuous: Update to 0.11.7

Upstream changes are many minor improvements and bugfixes, plus

**Changes**

- [#378](https://github.com/alecthomas/voluptuous/pull/378): Allow `extend()` of a `Schema` to return a subclass of a `Schema` as well.

**Changes**:

- [#349](https://github.com/alecthomas/voluptuous/pull/349): Support Python 3.7.
- [#343](https://github.com/alecthomas/voluptuous/pull/343): Drop support for Python 3.3.

**Changes**:

- [#293](https://github.com/alecthomas/voluptuous/pull/293): Support Python 3.6.
- [#294](https://github.com/alecthomas/voluptuous/pull/294): Drop support for Python 2.6, 3.1 and 3.2.
- [#318](https://github.com/alecthomas/voluptuous/pull/318): Allow to use nested schema and allow any validator to be compiled.
- [#324](https://github.com/alecthomas/voluptuous/pull/324):
  Default values MUST now pass validation just as any regular value. This is a backward incompatible change if a schema uses default values that don't pass validation against the specified schema.
- [#328](https://github.com/alecthomas/voluptuous/pull/328):
  Modify `__lt__` in Marker class to allow comparison with non Marker objects, such as str and int.
This commit is contained in:
Greg Troxel 2019-08-13 18:55:25 -04:00
parent 94751d7435
commit c11e63cd4f
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= voluptuous-0.10.5
DISTNAME= voluptuous-0.11.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=v/voluptuous/}

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (voluptuous-0.10.5.tar.gz) = 31373cc4ba935eda76b55e64e8bd218ce4882e2b
RMD160 (voluptuous-0.10.5.tar.gz) = 00b8e9328d29e71b122fceaa6267ae1dc93e3762
SHA512 (voluptuous-0.10.5.tar.gz) = 2024121c56a91cc3bf5102ca68f8347461b2041da9a352eade0e0ce3657d9a477a60a7a5823e8f3628eee7b327840b5c4eba13c106ea49ea91a553d6b5edd363
Size (voluptuous-0.10.5.tar.gz) = 41436 bytes
SHA1 (voluptuous-0.11.7.tar.gz) = ae02465eadc3a97467d556a0d350167eb6fc6d84
RMD160 (voluptuous-0.11.7.tar.gz) = f9920e52bf7862b263d05a9e4e1884a011c3f77c
SHA512 (voluptuous-0.11.7.tar.gz) = bf0ad4684a4da59b3eccb54f6edfa643eb894076fc50d1bfd4c953de15cfd711a70e8aee685497197eaef24897ae55fb5fb2aec5e2fc9dcf344a6f7c6f569b88
Size (voluptuous-0.11.7.tar.gz) = 45262 bytes