From 7748631213b7c33c8b92f67e1acbedd54d4fa23a Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 15 Dec 2019 11:33:18 +0000 Subject: [PATCH] py-yaml: updated to 5.2 5.2: * Repair incompatibilities introduced with 5.1. The default Loader was changed, but several methods like add_constructor still used the old default https://github.com/yaml/pyyaml/pull/279 -- A more flexible fix for custom tag constructors https://github.com/yaml/pyyaml/pull/287 -- Change default loader for yaml.add_constructor https://github.com/yaml/pyyaml/pull/305 -- Change default loader for add_implicit_resolver, add_path_resolver * Make FullLoader safer by removing python/object/apply from the default FullLoader https://github.com/yaml/pyyaml/pull/347 -- Move constructor for object/apply to UnsafeConstructor * Fix bug introduced in 5.1 where quoting went wrong on systems with sys.maxunicode <= 0xffff https://github.com/yaml/pyyaml/pull/276 -- Fix logic for quoting special characters * Other PRs: https://github.com/yaml/pyyaml/pull/280 -- Update CHANGES for 5.1 --- textproc/py-yaml/Makefile | 4 ++-- textproc/py-yaml/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile index cc30250ad41f..c1cc9d164f47 100644 --- a/textproc/py-yaml/Makefile +++ b/textproc/py-yaml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2019/08/09 07:46:30 adam Exp $ +# $NetBSD: Makefile,v 1.21 2019/12/15 11:33:18 adam Exp $ -DISTNAME= PyYAML-5.1.2 +DISTNAME= PyYAML-5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyYAML/} diff --git a/textproc/py-yaml/distinfo b/textproc/py-yaml/distinfo index 3f1e677a2f44..be355ff8ec08 100644 --- a/textproc/py-yaml/distinfo +++ b/textproc/py-yaml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/08/09 07:46:30 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/12/15 11:33:18 adam Exp $ -SHA1 (PyYAML-5.1.2.tar.gz) = 2ffa797e9ae37c7d10ef9bf5dd708d2b2a953de3 -RMD160 (PyYAML-5.1.2.tar.gz) = d39318d6b982cf78959f1b83f55bde92f022dd83 -SHA512 (PyYAML-5.1.2.tar.gz) = b5ee201c612486a95c87b7e41d474313160284359b8b30ababc80b51325aef9dd7dc27eb3b8a03a4749cb8c7e3789c5684d5c285fe35d4b20be1f189641531e0 -Size (PyYAML-5.1.2.tar.gz) = 265034 bytes +SHA1 (PyYAML-5.2.tar.gz) = 51b676606349ea3e008c5e1e9d44f37d87a9c5c5 +RMD160 (PyYAML-5.2.tar.gz) = 24d997eb97916f9bd20078bd35c44dbdb9bc0286 +SHA512 (PyYAML-5.2.tar.gz) = d2c212ae445dd647d94084f0f177f3246964d77d8ced468c8cc94c2540df014034d26535ca181b25246b2dd34e6d20c87695bd91b2b0937d3a2aa2ffe0daf633 +Size (PyYAML-5.2.tar.gz) = 265687 bytes