pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/rumdl
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jul 23 09:29:38 UTC 2026
Modified Files:
pkgsrc/textproc/rumdl: Makefile distinfo
Log Message:
rumdl: update to 0.2.40.
0.2.40
Fixed
md003: consume the setext underline when converting a heading to ATX. Converting a setext heading left the underline behind, where a following blank line turned it into a thematic break, so rumdl
fmt added a horizontal rule the document never had (7363c34)
md077: stop scoping list items inside blockquotes, which made a lazy continuation line gain indentation on every pass so the formatter never converged (58fb25b)
reflow: keep wiki links, shortcodes and math whole inside a wrapped span (db12c2c)
config: honor the documented MD033 table_allowed alias, which silently dropped the configured value (db2c204)
config: stop reporting MD013's documented semantic-link-understanding alias as an unknown option (1539a64)
parity: make the markdownlint comparison harness actually run (182763c)
Documentation
md013: document that ignore-link-urls affects reporting only. Reflow measures the markdown as written, matching prettier and mdformat (c4f8bad)
0.2.39
Added
config: expand ~ to the home directory in path settings (70f91aa)
Fixed
md013: wrap over-long emphasis spans that contain nested markup (ddc73f4)
discovery: strip Windows verbatim prefix from canonicalized paths (a85ab87)
discovery: apply absolute exclude patterns during directory discovery (0d20fc8)
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/rumdl/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/rumdl/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/rumdl/Makefile
diff -u pkgsrc/textproc/rumdl/Makefile:1.46 pkgsrc/textproc/rumdl/Makefile:1.47
--- pkgsrc/textproc/rumdl/Makefile:1.46 Tue Jul 21 08:47:43 2026
+++ pkgsrc/textproc/rumdl/Makefile Thu Jul 23 09:29:38 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2026/07/21 08:47:43 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/07/23 09:29:38 wiz Exp $
-DISTNAME= rumdl-0.2.38
+DISTNAME= rumdl-0.2.40
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=rvben/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/textproc/rumdl/distinfo
diff -u pkgsrc/textproc/rumdl/distinfo:1.44 pkgsrc/textproc/rumdl/distinfo:1.45
--- pkgsrc/textproc/rumdl/distinfo:1.44 Tue Jul 21 08:47:43 2026
+++ pkgsrc/textproc/rumdl/distinfo Thu Jul 23 09:29:38 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.44 2026/07/21 08:47:43 wiz Exp $
+$NetBSD: distinfo,v 1.45 2026/07/23 09:29:38 wiz Exp $
BLAKE2s (adler2-2.0.1.crate) = 4d391e0fcde91c7435ee9a5503fee4a5346f549f1b45e482ce3e1e151d90f8f5
SHA512 (adler2-2.0.1.crate) = 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d
@@ -711,9 +711,9 @@ Size (reqwest-0.13.2.crate) = 158064 byt
BLAKE2s (ring-0.17.14.crate) = 1480ea4de12099a897e831682ebaf48ed6e688e06f58e79e496a06e227ed58bd
SHA512 (ring-0.17.14.crate) = 88d38205dc1a1f89bd4ae887ec5c168e68a4b749b3ac0612674092331e99d14a9b8d0f4a98d72c1a3853bcc9da420402336da3ee053bedcfd598da8de93afa14
Size (ring-0.17.14.crate) = 1502610 bytes
-BLAKE2s (rumdl-0.2.38.tar.gz) = e19e9d7af94d79d9f3810f66b2aa57269da7a8a61d3d611cfd72da30e53265ba
-SHA512 (rumdl-0.2.38.tar.gz) = 1a34cfbdee8747e7fdbec7b4dfc412a2b37ec3d18478af25fa0aaf774a785595402d21873872694021b4aa87fe7ea4c6e7923e26f840939e922931d205615ee8
-Size (rumdl-0.2.38.tar.gz) = 2938047 bytes
+BLAKE2s (rumdl-0.2.40.tar.gz) = 5e528a01da4f83b6871293add91dd7ca1b7e35d6f1420895189b1516e3abb797
+SHA512 (rumdl-0.2.40.tar.gz) = 72d7e43e7a4f6a4d865fa2a64d9d6ca6cc7cd1c46f248a6de7992e0ceeb10b70aa0c1e8b745ee488ffb81d965f939b4e1d9b8d67bd70e05fd89781d35eb73eca
+Size (rumdl-0.2.40.tar.gz) = 2957608 bytes
BLAKE2s (rustc_version-0.4.1.crate) = f0d198d0457135ca7572b41cd2440f1b0ca075013f53b384d07c00db8c5d2e84
SHA512 (rustc_version-0.4.1.crate) = 7aa8a487ca7411b6d23cae62f7568fa3474a7b1fd1589621071be3428a550ed3b7c4ad68277a8f86849e5900397d7d0e9d678f5d423742a045dc7c660fa6c598
Size (rustc_version-0.4.1.crate) = 12245 bytes
Home |
Main Index |
Thread Index |
Old Index