pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-yaml py-yaml: updated to 5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6171faa1a02
branches:  trunk
changeset: 421140:d6171faa1a02
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 11 16:12:48 2020 +0000

description:
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:

 textproc/py-yaml/Makefile |   4 ++--
 textproc/py-yaml/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 1e4b579934eb -r d6171faa1a02 textproc/py-yaml/Makefile
--- a/textproc/py-yaml/Makefile Sat Jan 11 15:48:44 2020 +0000
+++ b/textproc/py-yaml/Makefile Sat Jan 11 16:12:48 2020 +0000
@@ -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 -r 1e4b579934eb -r d6171faa1a02 textproc/py-yaml/distinfo
--- a/textproc/py-yaml/distinfo Sat Jan 11 15:48:44 2020 +0000
+++ b/textproc/py-yaml/distinfo Sat Jan 11 16:12:48 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index