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: pin
Date: Fri Mar 6 08:17:28 UTC 2026
Modified Files:
pkgsrc/textproc/rumdl: Makefile distinfo
Log Message:
textproc/rumdl: update to 0.1.42
## [0.1.42] - 2026-03-05
### Fixed
- **MD013**: Disable code block line length checking for Rust doc comments.
Code blocks in doc comments contain Rust code formatted by rustfmt
(default `max_width = 100`), not prose governed by markdown line limits.
Prose lines are still checked
([#486](https://github.com/rvben/rumdl/issues/486), reported by @sorairolake)
## [0.1.41] - 2026-03-05
### Fixed
- **MD013**: Skip PyMdown block content during reflow, preventing false
semantic-line-breaks diagnostics on `/// details` blocks and their content
([#495](https://github.com/rvben/rumdl/issues/495), reported by @tahv)
- **MD013**: Flavor-gate attribute list detection in reflow engine so that
`{#id .class}` syntax is only treated as atomic in MkDocs/Kramdown flavors,
preventing incorrect wrapping behavior in standard markdown
([#494](https://github.com/rvben/rumdl/issues/494), reported by @sisp)
- **MD013**: Treat MkDocs attribute lists as atomic units during text reflow
so they are never split across lines
- **MD013**: Check inline config directives across the full line range of a
warning, fixing cases where `<!-- rumdl-disable -->` inside indented list
items was ignored
([#493](https://github.com/rvben/rumdl/issues/493), reported by @sisp)
- **MD054**: Remove `BrokenLinkCallback` to fix false positives on bracket
text like `[0]`, `[i]`, and `[key]` that are not actual markdown links
([#488](https://github.com/rvben/rumdl/issues/488), reported by @eread)
- **MD050**: Replace regex with pulldown-cmark parser to fix false positives
on sequences of underscores or asterisks that are not emphasis markers
([#489](https://github.com/rvben/rumdl/issues/489), reported by @eread)
- **LSP**: Fix zero-length fix ranges in MD050 LSP code actions and clean up
dead code
([#490](https://github.com/rvben/rumdl/issues/490), reported by @eread)
- **MD044**: Use proper byte range for LSP fix to replace flagged text instead
of prepending to it
([#490](https://github.com/rvben/rumdl/issues/490), reported by @eread)
- **MD054**: Replace regex with pulldown-cmark to fix false positive on
brackets in code spans
- **MD054**: Fix `should_skip` for autolink-only documents and nested link text
- **MD007**: Skip GFM table rows during Setext heading detection to prevent
false negatives
- **MD007**: Adjust expected indent for MkDocs ordered list continuation lines
## [0.1.40] - 2026-03-04
### Fixed
- **MkDocs**: Support multi-line code spans inside MkDocs containers
(admonitions, content tabs, markdown HTML) — pulldown-cmark missed these
because it treats 4-space-indented container content as indented code blocks.
Replaced the per-line backtick scanner with a dedent-and-reparse approach
that handles all CommonMark edge cases including nested containers
([#487](https://github.com/rvben/rumdl/issues/487), reported by @stefanvanburen)
- **MD034**: Fix code span filter to use byte offsets instead of single-line
column checks, preventing false positives for URLs and emails inside
multi-line code spans
- **MD052**: Fix code span filter to use byte offsets, preventing false
positives for reference links inside multi-line code spans
## [0.1.39] - 2026-03-04
### Fixed
- **Rustdoc**: Skip MD033, MD040, MD051, and MD054 for doc comment blocks to
eliminate false positives — HTML warning blocks (`<div class="warning">`),
unlabeled code blocks (default to Rust), rustdoc anchors (`#method.bar`),
and shortcut intra-doc links (`[crate::module]`) are all valid rustdoc syntax
([#438](https://github.com/rvben/rumdl/issues/438), reported by @sorairolake)
- **Config**: Fix `include` patterns in `.rumdl.toml` not discovering `.rs`
files — config-based include now correctly expands the file type filter to
include Rust files alongside markdown
([#438](https://github.com/rvben/rumdl/issues/438), reported by @sorairolake)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/rumdl/Makefile \
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.16 pkgsrc/textproc/rumdl/Makefile:1.17
--- pkgsrc/textproc/rumdl/Makefile:1.16 Wed Mar 4 14:55:53 2026
+++ pkgsrc/textproc/rumdl/Makefile Fri Mar 6 08:17:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/03/04 14:55:53 pin Exp $
+# $NetBSD: Makefile,v 1.17 2026/03/06 08:17:28 pin Exp $
-DISTNAME= rumdl-0.1.38
+DISTNAME= rumdl-0.1.42
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.16 pkgsrc/textproc/rumdl/distinfo:1.17
--- pkgsrc/textproc/rumdl/distinfo:1.16 Wed Mar 4 14:55:53 2026
+++ pkgsrc/textproc/rumdl/distinfo Fri Mar 6 08:17:28 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2026/03/04 14:55:53 pin Exp $
+$NetBSD: distinfo,v 1.17 2026/03/06 08:17:28 pin Exp $
BLAKE2s (adler2-2.0.1.crate) = 4d391e0fcde91c7435ee9a5503fee4a5346f549f1b45e482ce3e1e151d90f8f5
SHA512 (adler2-2.0.1.crate) = 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d
@@ -699,9 +699,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.1.38.tar.gz) = 72b0cb9dd78b29742071f939990fcf86078481fb0cd6e2f708a7972f73c79bfa
-SHA512 (rumdl-0.1.38.tar.gz) = fddba0332ab869a906756b9e8d01d203e99ec88950e659630a884982d09026e6d8a37fbf032c9fef570e11d76c33ecbe06bbef3dda3c6a3bcf723d69c7e17ae4
-Size (rumdl-0.1.38.tar.gz) = 2257151 bytes
+BLAKE2s (rumdl-0.1.42.tar.gz) = 7564dccd5e15bc1f776f847c67f2e877b625d527ac8896040897f4aa080938e8
+SHA512 (rumdl-0.1.42.tar.gz) = 2605065fd9c999ca2cdc1af9ffe2e7850619e63e834fab9cbe809e5658faf00aa1d943ea45dc35b5aa00459dadd7fd6cb9750a88cfbab8aa5fc7c6f4f24a5711
+Size (rumdl-0.1.42.tar.gz) = 2269119 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