pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-PP Update to 0.019. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddfae0c86cb4
branches:  trunk
changeset: 423268:ddfae0c86cb4
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Feb 14 05:58:27 2020 +0000

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

diffstat:

 textproc/p5-YAML-PP/Makefile |   4 ++--
 textproc/p5-YAML-PP/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 6ad0fe590bc8 -r ddfae0c86cb4 textproc/p5-YAML-PP/Makefile
--- a/textproc/p5-YAML-PP/Makefile      Fri Feb 14 04:59:05 2020 +0000
+++ b/textproc/p5-YAML-PP/Makefile      Fri Feb 14 05:58:27 2020 +0000
@@ -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}
diff -r 6ad0fe590bc8 -r ddfae0c86cb4 textproc/p5-YAML-PP/distinfo
--- a/textproc/p5-YAML-PP/distinfo      Fri Feb 14 04:59:05 2020 +0000
+++ b/textproc/p5-YAML-PP/distinfo      Fri Feb 14 05:58:27 2020 +0000
@@ -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