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:   wen
Date:           Sat Oct 30 09:01:22 UTC 2021

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

Log Message:
Update to 0.029

Upstream changes:
0.029 2021-10-25 00:02:53+02:00

    - Fix basic implicit mappings in flow sequences, e.g. [a, b: c, d]

0.028 2021-10-21 22:00:36+02:00

    - Fix empty values with properties in flow mappings and sequences
      (`[ &foo , bar]`, `{ &foo , k: v }`)
    - Fix: Allow comment lines with tabs in flow
    - Fix: parsing of explicit block indenting (issue #46)
    - Automatically tie new hashes inside tied hashes (issue #44)
    - yamlpp-load-dump: Add options --dump-module and --include*
    - docs: Add mising constants (issue #45)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/p5-YAML-PP/Makefile
cvs rdiff -u -r1.7 -r1.8 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.10 pkgsrc/textproc/p5-YAML-PP/Makefile:1.11
--- pkgsrc/textproc/p5-YAML-PP/Makefile:1.10    Sun Sep  5 02:29:42 2021
+++ pkgsrc/textproc/p5-YAML-PP/Makefile Sat Oct 30 09:01:22 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/09/05 02:29:42 wen Exp $
+# $NetBSD: Makefile,v 1.11 2021/10/30 09:01:22 wen Exp $
 
-DISTNAME=      YAML-PP-0.027
+DISTNAME=      YAML-PP-0.029
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TINITA/}

Index: pkgsrc/textproc/p5-YAML-PP/distinfo
diff -u pkgsrc/textproc/p5-YAML-PP/distinfo:1.7 pkgsrc/textproc/p5-YAML-PP/distinfo:1.8
--- pkgsrc/textproc/p5-YAML-PP/distinfo:1.7     Tue Oct 26 11:22:55 2021
+++ pkgsrc/textproc/p5-YAML-PP/distinfo Sat Oct 30 09:01:22 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:22:55 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/10/30 09:01:22 wen Exp $
 
-BLAKE2s (YAML-PP-0.027.tar.gz) = 36ace259e05e5751002720b9b50d7b40f2f2de6a3610e18c56b0492725ed879d
-SHA512 (YAML-PP-0.027.tar.gz) = 4362fa2079fe253b11242e68d7071800b49dad141255b0c6ca627f710bd8685ed0ba163c7ada3e1be1720eef4be65ff481f02517bbf899f3110355ceddd216aa
-Size (YAML-PP-0.027.tar.gz) = 191350 bytes
+BLAKE2s (YAML-PP-0.029.tar.gz) = 00e838a72c6b5a32077ddaf5915b8fa7899592868058dcaed3db2c239a692672
+SHA512 (YAML-PP-0.029.tar.gz) = e52f9ad3477cb8d71cd0ea428ca1212fe50d6aa543a5e5e2a5cf4c8fed4ecced41626077159b6d851fd698260d3f6a5697f1b7a5a6489ba1ed1d3058668c9d94
+Size (YAML-PP-0.029.tar.gz) = 195116 bytes



Home | Main Index | Thread Index | Old Index