Skip to content

Commit

Permalink
Update to 0.036
Browse files Browse the repository at this point in the history
Upstream changes:
0.036 2023-05-10 17:09:48+02:00

    - Add option -dumpcode to turn of dumping coderefs in YAML::PP::Schema::Perl
    - ci updates

0.035 2022-09-30 21:16:16+02:00

    - Fix parsing alias as mapping key
    - Support emitting folded block scalars. Now any input should
      be able to output as a folded block scalar correctly. Preserving
      scalar styles will now also preserve those

0.034 2022-06-30 10:31:56+02:00

    - Fix parsing empty folded block scalars with trailing linebreaks
    - Fix error handling (remaining tokens on invalid input)
    - Support experimental v5.36 booleans
    - Allow to specify multiple boolean classes (issue #37)

0.033 2022-06-27 16:31:32+02:00

    - Fix add_mapping_resolver + on_create (tie existing data)

0.032 2022-03-08 19:02:00+01:00

    - Add missing '~' to allowed chars in tags
    - Restructure directive parsing a bit
    - Support YAML::PP::Ref in yamlpp-* utility scripts
    - Add -P to yaml-load-dump --preserve
    - Add --dump option to yamlpp-parse-emit
    - yamlpp-load-dump -D JSON::PP: don't output space before colon
    - Add export tags to YAML::PP::Common
    - Update yaml-test-suite to 2022-01-17

0.031 2021-12-25 23:43:19+01:00

    - Fix several rare test cases:
    - Support literal escaped tabs
    - Allow only one digit for block scalar indent indicator
    - Allow comments at the end of directives
    - Match word boundary after '%YAML'
    - Allow tabs and multiple spaces between directive elements
    - Forbid lines starting with tabs in block mode
    - After tabs no further indentation elements allowed

0.030 2021-11-07 21:57:28+01:00

    - preserve: Keep existing data (issue #44)
    - Forbid directive without directive end marker
    - Support explicit empty key/value pairs in flow mappings
    - Enforce EOL after end of flow context
    - Forbid multiple question marks in flow mappings
  • Loading branch information
wen committed Jul 4, 2023
1 parent 47ce315 commit 7ce9593
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-YAML-PP/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.12 2022/06/28 11:36:47 wiz Exp $
# $NetBSD: Makefile,v 1.13 2023/07/04 11:50:59 wen Exp $

DISTNAME= YAML-PP-0.029
DISTNAME= YAML-PP-0.036
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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.8 2021/10/30 09:01:22 wen Exp $
$NetBSD: distinfo,v 1.9 2023/07/04 11:50:59 wen Exp $

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
BLAKE2s (YAML-PP-0.036.tar.gz) = e31657ff699814ae66a9831dc1dada452acf85d065ddb30bf5d2a1b10323be7d
SHA512 (YAML-PP-0.036.tar.gz) = 62134d8d64617658f03543552675b5dfcf495bd55294bd4fd96988093fca7e8c1bfd93faa1db88baaa994d2b3bc2f1eb2d2826ac767ac3c6d6d4899abd4544b9
Size (YAML-PP-0.036.tar.gz) = 133579 bytes

0 comments on commit 7ce9593

Please sign in to comment.