pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-voluptuous: Update to 0.11.7
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue Aug 13 18:55:25 2019 -0400
Changeset: c11e63cd4f7286b3fdadeb8fc57b5b8751548f15
Modified Files:
py-voluptuous/Makefile
py-voluptuous/distinfo
Log Message:
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c11e63cd4f7286b3fdadeb8fc57b5b8751548f15
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-voluptuous/Makefile | 2 +-
py-voluptuous/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-voluptuous/Makefile b/py-voluptuous/Makefile
index 73ac1230bd..b8c39d680b 100644
--- a/py-voluptuous/Makefile
+++ b/py-voluptuous/Makefile
@@ -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/}
diff --git a/py-voluptuous/distinfo b/py-voluptuous/distinfo
index 5de509af91..3170ff74dd 100644
--- a/py-voluptuous/distinfo
+++ b/py-voluptuous/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index