pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-yaml
Module Name: pkgsrc
Committed By: adam
Date: Sun Dec 15 11:33:18 UTC 2019
Modified Files:
pkgsrc/textproc/py-yaml: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-yaml/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-yaml/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-yaml/Makefile
diff -u pkgsrc/textproc/py-yaml/Makefile:1.20 pkgsrc/textproc/py-yaml/Makefile:1.21
--- pkgsrc/textproc/py-yaml/Makefile:1.20 Fri Aug 9 07:46:30 2019
+++ pkgsrc/textproc/py-yaml/Makefile Sun Dec 15 11:33:18 2019
@@ -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/}
Index: pkgsrc/textproc/py-yaml/distinfo
diff -u pkgsrc/textproc/py-yaml/distinfo:1.12 pkgsrc/textproc/py-yaml/distinfo:1.13
--- pkgsrc/textproc/py-yaml/distinfo:1.12 Fri Aug 9 07:46:30 2019
+++ pkgsrc/textproc/py-yaml/distinfo Sun Dec 15 11:33:18 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index