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 Apr  7 22:02:10 UTC 2019

Modified Files:
        pkgsrc/textproc/py-yaml: Makefile distinfo
Removed Files:
        pkgsrc/textproc/py-yaml/patches: patch-setup.py

Log Message:
py-yaml: updated to 5.1

5.1:
* Some modernization of the test running
* Install tox in a virtualenv
* Allow colon in a plain scalar in a flow context
* Fix typos
* Improve RepresenterError creation
* Resolves 57, update readme issues link
* Document and test Python 3.6 support
* Use Travis CI built in pip cache support
* Remove tox workaround for Travis CI
* Adding support to Unicode characters over codepoint 0xffff
* Support unicode literals over codepoint 0xffff
* add 3.12 changelog
* Fallback to Pure Python if Compilation fails
* Drop unsupported Python 3.3
* Include license file in the generated wheel package
* Removed Python 2.6 & 3.3 support
* Remove commented out Psyco code
* Remove call to ord in lib3 emitter code
* Allow to turn off sorting keys in Dumper
* Test on Python 3.7-dev
* Support escaped slash in double quotes "\/"
* Import Hashable from collections.abc
* Make default_flow_style=False
* Deprecate yaml.load and add FullLoader and UnsafeLoader classes
* Windows Appveyor build


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-yaml/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-yaml/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/py-yaml/patches/patch-setup.py

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.17 pkgsrc/textproc/py-yaml/Makefile:1.18
--- pkgsrc/textproc/py-yaml/Makefile:1.17       Sat Jul  7 08:21:59 2018
+++ pkgsrc/textproc/py-yaml/Makefile    Sun Apr  7 22:02:09 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/07/07 08:21:59 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/04/07 22:02:09 adam Exp $
 
-DISTNAME=      PyYAML-3.13
+DISTNAME=      PyYAML-5.1
 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.9 pkgsrc/textproc/py-yaml/distinfo:1.10
--- pkgsrc/textproc/py-yaml/distinfo:1.9        Sat Jul  7 08:21:59 2018
+++ pkgsrc/textproc/py-yaml/distinfo    Sun Apr  7 22:02:09 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/07/07 08:21:59 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/04/07 22:02:09 adam Exp $
 
-SHA1 (PyYAML-3.13.tar.gz) = 22f95fe2f5ef29ab17110f92c7186e2cfde6b419
-RMD160 (PyYAML-3.13.tar.gz) = 83e7c03acd667f95cf68ed4559aec3ecf3fc79ac
-SHA512 (PyYAML-3.13.tar.gz) = 93642286d0317e2fe970632c36d38ce6030f7cabcf971f28e3a1054f07390fcee5baaf7f167e7c9690dbd7b2adc61f5b7d75a218ace0abca34ff8815486cfdd7
-Size (PyYAML-3.13.tar.gz) = 270607 bytes
-SHA1 (patch-setup.py) = 8718125829210a220c8eaf2d87744cc05f024b38
+SHA1 (PyYAML-5.1.tar.gz) = 53fc16036940089ceadd4127381e40fd6106a7ed
+RMD160 (PyYAML-5.1.tar.gz) = 225080a67c754ff64958da5bf1c5a1b80d853cd4
+SHA512 (PyYAML-5.1.tar.gz) = 8f27f92bdfa310a99dd6d83947332cc033fa18f0011998bb585ad5c4340a2da20d8c20bfdb53beaae15651198d1240c986818379b0a05b230f74d1f30f53e7fd
+Size (PyYAML-5.1.tar.gz) = 274244 bytes



Home | Main Index | Thread Index | Old Index