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: Tue Jul 4 11:50:59 UTC 2023
Modified Files:
pkgsrc/textproc/p5-YAML-PP: Makefile distinfo
Log Message:
Update to 0.036
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
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/p5-YAML-PP/Makefile
cvs rdiff -u -r1.8 -r1.9 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.12 pkgsrc/textproc/p5-YAML-PP/Makefile:1.13
--- pkgsrc/textproc/p5-YAML-PP/Makefile:1.12 Tue Jun 28 11:36:47 2022
+++ pkgsrc/textproc/p5-YAML-PP/Makefile Tue Jul 4 11:50:59 2023
@@ -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/}
Index: pkgsrc/textproc/p5-YAML-PP/distinfo
diff -u pkgsrc/textproc/p5-YAML-PP/distinfo:1.8 pkgsrc/textproc/p5-YAML-PP/distinfo:1.9
--- pkgsrc/textproc/p5-YAML-PP/distinfo:1.8 Sat Oct 30 09:01:22 2021
+++ pkgsrc/textproc/p5-YAML-PP/distinfo Tue Jul 4 11:50:59 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index