Skip to content

Commit

Permalink
Update to 0.029
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wen committed Oct 30, 2021
1 parent 06baaf8 commit fa62f73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/p5-YAML-PP/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-YAML-PP/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fa62f73

Please sign in to comment.