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:           Sat Jan 11 16:12:48 UTC 2020

Modified Files:
        pkgsrc/textproc/py-yaml: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-yaml/Makefile
cvs rdiff -u -r1.13 -r1.14 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.21 pkgsrc/textproc/py-yaml/Makefile:1.22
--- pkgsrc/textproc/py-yaml/Makefile:1.21       Sun Dec 15 11:33:18 2019
+++ pkgsrc/textproc/py-yaml/Makefile    Sat Jan 11 16:12:48 2020
@@ -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/}

Index: pkgsrc/textproc/py-yaml/distinfo
diff -u pkgsrc/textproc/py-yaml/distinfo:1.13 pkgsrc/textproc/py-yaml/distinfo:1.14
--- pkgsrc/textproc/py-yaml/distinfo:1.13       Sun Dec 15 11:33:18 2019
+++ pkgsrc/textproc/py-yaml/distinfo    Sat Jan 11 16:12:48 2020
@@ -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