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:   wiz
Date:           Mon Sep  7 17:25:17 UTC 2020

Modified Files:
        pkgsrc/textproc/p5-YAML-PP: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/p5-YAML-PP/Makefile
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/textproc/p5-YAML-PP/Makefile:1.5
--- pkgsrc/textproc/p5-YAML-PP/Makefile:1.4     Fri Sep  4 09:29:11 2020
+++ pkgsrc/textproc/p5-YAML-PP/Makefile Mon Sep  7 17:25:17 2020
@@ -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}
 

Index: pkgsrc/textproc/p5-YAML-PP/distinfo
diff -u pkgsrc/textproc/p5-YAML-PP/distinfo:1.2 pkgsrc/textproc/p5-YAML-PP/distinfo:1.3
--- pkgsrc/textproc/p5-YAML-PP/distinfo:1.2     Fri Feb 14 05:58:27 2020
+++ pkgsrc/textproc/p5-YAML-PP/distinfo Mon Sep  7 17:25:17 2020
@@ -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