diff options
author | adam <adam@pkgsrc.org> | 2020-01-11 16:12:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-01-11 16:12:48 +0000 |
commit | d639f87ed17a33fbd48b30c3944ee2623b072e22 (patch) | |
tree | 3f49000188ae504e820eb423e7656305c43c3a81 /textproc | |
parent | e82ff4dad647b77a8295d4b1a16d30acbb26e3e6 (diff) | |
download | pkgsrc-d639f87ed17a33fbd48b30c3944ee2623b072e22.tar.gz |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-yaml/Makefile | 4 | ||||
-rw-r--r-- | 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 c1cc9d164f4..f5053e20bf3 100644 --- a/textproc/py-yaml/Makefile +++ b/textproc/py-yaml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2019/12/15 11:33:18 adam Exp $ +# $NetBSD: Makefile,v 1.22 2020/01/11 16:12:48 adam Exp $ -DISTNAME= PyYAML-5.2 +DISTNAME= PyYAML-5.3 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 be355ff8ec0..17414525dae 100644 --- a/textproc/py-yaml/distinfo +++ b/textproc/py-yaml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2019/12/15 11:33:18 adam Exp $ +$NetBSD: distinfo,v 1.14 2020/01/11 16:12:48 adam Exp $ -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 +SHA1 (PyYAML-5.3.tar.gz) = d578323401abc8b3b47ff9d6257e5eef31798836 +RMD160 (PyYAML-5.3.tar.gz) = 49b15c782767040619599b9d89b7faa86280a519 +SHA512 (PyYAML-5.3.tar.gz) = 9124bf4d58ebe925f430fd6ed749e5a3311a54d536a035d39794c485843ddb80692fd7f7bac05797507128b933297ff730d967f49e7237c7c567086a83ee9e1f +Size (PyYAML-5.3.tar.gz) = 268214 bytes |