Sat Jan 11 16:12:48 2020 UTC ()
py-yaml: updated to 5.3

5.3:
Use `is` instead of equality for comparing with `None`
fix typos and stylistic nit
Fix up small typo
Fix handling of __slots__
Allow calling add_multi_constructor with None
Add use of safe_load() function in README
Fix reader for Unicode code points over 0xFFFF
Enable certain unicode tests when maxunicode not > 0xffff
Use full_load in yaml-highlight example
Document that PyYAML is implemented with Cython
Fix for Python 3.10
increase size of index, line, and column fields
remove some unused imports
Create timezone-aware datetimes when parsed as such
Add tests for timezone


(adam)
diff -r1.21 -r1.22 pkgsrc/textproc/py-yaml/Makefile
diff -r1.13 -r1.14 pkgsrc/textproc/py-yaml/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/textproc/py-yaml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-yaml/Makefile 2019/12/15 11:33:18 1.21
+++ pkgsrc/textproc/py-yaml/Makefile 2020/01/11 16:12:48 1.22
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.21 2019/12/15 11:33:18 adam Exp $ 1# $NetBSD: Makefile,v 1.22 2020/01/11 16:12:48 adam Exp $
2 2
3DISTNAME= PyYAML-5.2 3DISTNAME= PyYAML-5.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyYAML/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyYAML/}
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://github.com/yaml/pyyaml 9HOMEPAGE= https://github.com/yaml/pyyaml
10COMMENT= Collection of libraries to process YAML with Python 10COMMENT= Collection of libraries to process YAML with Python
11LICENSE= mit 11LICENSE= mit
12 12
13.include "../../lang/python/distutils.mk" 13.include "../../lang/python/distutils.mk"
14.include "../../textproc/libyaml/buildlink3.mk" 14.include "../../textproc/libyaml/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/textproc/py-yaml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-yaml/distinfo 2019/12/15 11:33:18 1.13
+++ pkgsrc/textproc/py-yaml/distinfo 2020/01/11 16:12:48 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2019/12/15 11:33:18 adam Exp $ 1$NetBSD: distinfo,v 1.14 2020/01/11 16:12:48 adam Exp $
2 2
3SHA1 (PyYAML-5.2.tar.gz) = 51b676606349ea3e008c5e1e9d44f37d87a9c5c5 3SHA1 (PyYAML-5.3.tar.gz) = d578323401abc8b3b47ff9d6257e5eef31798836
4RMD160 (PyYAML-5.2.tar.gz) = 24d997eb97916f9bd20078bd35c44dbdb9bc0286 4RMD160 (PyYAML-5.3.tar.gz) = 49b15c782767040619599b9d89b7faa86280a519
5SHA512 (PyYAML-5.2.tar.gz) = d2c212ae445dd647d94084f0f177f3246964d77d8ced468c8cc94c2540df014034d26535ca181b25246b2dd34e6d20c87695bd91b2b0937d3a2aa2ffe0daf633 5SHA512 (PyYAML-5.3.tar.gz) = 9124bf4d58ebe925f430fd6ed749e5a3311a54d536a035d39794c485843ddb80692fd7f7bac05797507128b933297ff730d967f49e7237c7c567086a83ee9e1f
6Size (PyYAML-5.2.tar.gz) = 265687 bytes 6Size (PyYAML-5.3.tar.gz) = 268214 bytes