Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-PP p5-YAML-PP: update to 0.024.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9086057b3cf
branches:  trunk
changeset: 438561:e9086057b3cf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 17:25:17 2020 +0000

description:
p5-YAML-PP: update to 0.024.

0.024 2020-08-17 12:07:01+02:00

    - Parser: fix flow mappings on one line
    - Improve utility tools yamlpp-load(-dump) (add new options --merge,
      --perl and --module) #35
    - Minor improvements to emitter scalar style output
    - Emitter supports flow style
    - Support for preserving flow style in Loader/Dumper
    - Create preserved nodes from scratch with preserved_* methods
    - Minor fixes for the Perl schema and globs
    - Update testsuite to data-2020-08-01

0.023 2020-07-09 22:09:50+02:00

    - Support loading and dumping typeglobs. Issue #15
    - Dumper: Don't use aliases for JSON::PP/boolean.pm booleans, because they
      alwas use the same reference. Issue #32
    - Fix float comparison in test. Issue #33
    - Make aliases in custom tags work
    - YAML::PP::Highlight: colorize mapping keys

0.022 2020-05-04 17:40:36+02:00

    - Emitter: Also quote if string starts with '...'
    - Emitter: Fix bug when emitting complex keys
    - Preserve also quoting style of hash keys
    - Schema: Fix YAML 1.1 integers (no keading zeros)
    - Scripts: Rename yamlpp5- to yamlpp- and symlink
    - Scripts: Add options to yamlpp-load-dump
    - Tests: Support reporting flow style in testsuite event output
    - Tests: Restructure schema tests and outsource test data
    - Events: Make version_directive compatible to libyaml
    - Docs: Restructure

0.021 2020-02-27 19:04:58+01:00

    - Add option 'preserve' for preserving hash key order and quoting
      style when loading and dumping

0.020 2020-02-17 15:35:44+01:00

    - Change default schema from JSON to Core (this change was supposed

diffstat:

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

diffs (29 lines):

diff -r e832b64f4d0a -r e9086057b3cf textproc/p5-YAML-PP/Makefile
--- a/textproc/p5-YAML-PP/Makefile      Mon Sep 07 17:24:26 2020 +0000
+++ b/textproc/p5-YAML-PP/Makefile      Mon Sep 07 17:25:17 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/09/04 09:29:11 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/07 17:25:17 wiz Exp $
 
-DISTNAME=              YAML-PP-0.019
+DISTNAME=              YAML-PP-0.024
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            textproc perl5
 MASTER_SITES=          ${HOMEPAGE}
 
diff -r e832b64f4d0a -r e9086057b3cf textproc/p5-YAML-PP/distinfo
--- a/textproc/p5-YAML-PP/distinfo      Mon Sep 07 17:24:26 2020 +0000
+++ b/textproc/p5-YAML-PP/distinfo      Mon Sep 07 17:25:17 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/14 05:58:27 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2020/09/07 17:25:17 wiz Exp $
 
-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
+SHA1 (YAML-PP-0.024.tar.gz) = 9afa8d7caf9473e71b945fdb629aabffee5c499b
+RMD160 (YAML-PP-0.024.tar.gz) = 3e05a2435f61cd0aa04c3550c089fc64c967b7d1
+SHA512 (YAML-PP-0.024.tar.gz) = d8e5b86fe8c212f332fe02cb6f5cc5e340039e114be9575a9620c6615234aae0e8b083a140a355088daf2efa9d5cca16f365e3c9cd1b2ca79732b496711e9bc4
+Size (YAML-PP-0.024.tar.gz) = 188453 bytes



Home | Main Index | Thread Index | Old Index