pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-YAML-PP
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Feb 14 05:58:27 UTC 2020
Modified Files:
pkgsrc/textproc/p5-YAML-PP: Makefile distinfo
Log Message:
Update to 0.019. From the changelog:
- Important (and possibly breaking) changes:
- Change default schema from JSON to Core.
Reason: This is the recommended Schema for YAML 1.2, and what people
would expect to be the default.
- load* in scalar context returns first document.
Reason: I think this is the most reasonable behaviour, and it
will continue to work the same if you later add documents to a file.
- Empty nodes in YAML 1.2 JSON Schema resolve to '' by default like
before, but now it can be configured
- Fix some control character escaping and encoding issues (issue#16, issue#17)
YAML::PP will now just assume all input data are unicode characters
and won't do an explicit utf8::upgrade
- Fix Core schema resolver for inf: add +.inf, +.Inf, +.INF
- Improve emitter regarding empty lists/hashes (no newline before []/{})
- Spelling and grammar fixes (PR#23 @gregoa)
- Fix YAML::PP::Grammar pod (PR#22 @gregoa)
- Fix yamlpp5-load-dump
- Fix error tokens output
- Update yaml-test-suite to data-2020-02-11
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/p5-YAML-PP/Makefile \
pkgsrc/textproc/p5-YAML-PP/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/p5-YAML-PP/Makefile
diff -u pkgsrc/textproc/p5-YAML-PP/Makefile:1.1 pkgsrc/textproc/p5-YAML-PP/Makefile:1.2
--- pkgsrc/textproc/p5-YAML-PP/Makefile:1.1 Thu Jan 23 16:14:47 2020
+++ pkgsrc/textproc/p5-YAML-PP/Makefile Fri Feb 14 05:58:27 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/01/23 16:14:47 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/14 05:58:27 schmonz Exp $
-DISTNAME= YAML-PP-0.018
+DISTNAME= YAML-PP-0.019
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${HOMEPAGE}
Index: pkgsrc/textproc/p5-YAML-PP/distinfo
diff -u pkgsrc/textproc/p5-YAML-PP/distinfo:1.1 pkgsrc/textproc/p5-YAML-PP/distinfo:1.2
--- pkgsrc/textproc/p5-YAML-PP/distinfo:1.1 Thu Jan 23 16:14:47 2020
+++ pkgsrc/textproc/p5-YAML-PP/distinfo Fri Feb 14 05:58:27 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/01/23 16:14:47 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2020/02/14 05:58:27 schmonz Exp $
-SHA1 (YAML-PP-0.018.tar.gz) = c6c1adbefac43853d590b8d32627868d2574db0a
-RMD160 (YAML-PP-0.018.tar.gz) = 0495148afc31c5d4db666ad2fe4753b4e707e90e
-SHA512 (YAML-PP-0.018.tar.gz) = 08f31f5de1f8846ba16908932cc83362047a53eef175ea3d197e49c0af0b2972ab8166dc28ccb1bf94a3da7ff00f6cf3bf2dfd164d59cbf1aa42f66f9a1db103
-Size (YAML-PP-0.018.tar.gz) = 160231 bytes
+SHA1 (YAML-PP-0.019.tar.gz) = 35d8a50ed5dfd2310a1ab933a0feabe5959856b0
+RMD160 (YAML-PP-0.019.tar.gz) = 3c2cfcfbd7a92c6b6f3fb33cf36231e596a5f8f0
+SHA512 (YAML-PP-0.019.tar.gz) = c0b848b2348c2e61da8c53a7306ca232c5365bd67862739e9e5a08aca0aeb0c46ff1e92031bde528ca0f57503cf967794de1363c45806695a7047992a95f9711
+Size (YAML-PP-0.019.tar.gz) = 170366 bytes
Home |
Main Index |
Thread Index |
Old Index