summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-12-15 11:33:18 +0000
committeradam <adam@pkgsrc.org>2019-12-15 11:33:18 +0000
commitbfcfa88ff55607cd24b1da9217bab4993de7bd88 (patch)
treebeb33c8e915178538ecceca4781ba61891ed4397 /textproc
parent25dd73de75e1fb8333c7d75800aaae0965c8c9c3 (diff)
downloadpkgsrc-bfcfa88ff55607cd24b1da9217bab4993de7bd88.tar.gz
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
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-yaml/Makefile4
-rw-r--r--textproc/py-yaml/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile
index cc30250ad41..c1cc9d164f4 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 3f1e677a2f4..be355ff8ec0 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