NetBSD/pkgsrc rAyN7kNtextproc/treemd distinfo Makefile

   textproc/treemd: update to 0.5.9

   [0.5.9] - 2026-03-04
   Added

    - Dynamic help text - Help popup now displays actual configured keybindings instead of hardcoded key strings (#47)
        - User-customized keybindings are reflected in the help menu at render time
        - Structured HelpLine enum replaces raw string-based help entries

    - Noop action for keybinding customization - Users can unbind keys by mapping them to Noop in their config (#46)
        - Noop entries are automatically filtered from the help popup

    - Regression tests for keybinding system - Added tests for user config override, Noop unbinding, clone preservation, and help entry filtering

   Fixed

    - Keybinding config merging - User-defined keybindings now correctly override defaults (#46)
        - Previously, defaults were inserted first in the dispatch Vec and matched before user overrides
        - New approach replaces matching default bindings in-place, preserving user precedence

    [13 lines not shown]
VersionDeltaFile
1.18+4-4textproc/treemd/distinfo
1.19+2-2textproc/treemd/Makefile
1.18+0-0textproc/treemd/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc q4TWhyNdoc CHANGES-2026

   doc: Updated audio/spotify-qt to 4.0.3
VersionDeltaFile
1.1565+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jcbfqtuaudio/spotify-qt distinfo Makefile

   audio/spotify-qt: update to 4.0.3

   Fixes

       Fixed a common crash while starting the application (#311).
       Fixed playlists not loading correctly in some cases (#313).
       Fixed milliseconds in lyrics not being parsed correctly.
       Fixed podcasts not loading correctly in some cases.
       Fixed not loading artist albums in some cases.
       Fixed not being able to follow/unfollow artists in some cases.

   Changes

       Added Wayland support for AppImage builds (#249).
       Now hides followers and popularity from artist if unavailable.
       Now hides genres description from artist if unavailable.
       Now hides popular tracks from artists if unavailable.
       Now hides album groups from artists if unavailable.
       Removed deprecated "New releases" from library.

    [4 lines not shown]
VersionDeltaFile
1.20+4-4audio/spotify-qt/distinfo
1.42+2-2audio/spotify-qt/Makefile
+6-62 files

NetBSD/pkgsrc nfuXMXUdoc CHANGES-2026

   doc: Updated textproc/rumdl to 0.1.42
VersionDeltaFile
1.1564+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GLgKYXxtextproc/rumdl distinfo Makefile

   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)

    [58 lines not shown]
VersionDeltaFile
1.17+4-4textproc/rumdl/distinfo
1.17+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc J6QJ5m2doc CHANGES-2026

   doc: Updated shells/oh-my-posh to 29.7.1
VersionDeltaFile
1.1563+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Txh1WR7shells/oh-my-posh distinfo go-modules.mk

   shells/oh-my-posh: update to 29.7.1

   Bug Fixes

       cache: always store mod time (9635e25), closes #7340
       winget: parse regardless of localization (244612a)

   Performance Improvements

       avoid splitting strings too far (619c457)
       segments/git: remove unnecessary stash count string splitting (fcaab74)
       segments/jujutsu: do not split throughout to get first status line (4c67ca7)
VersionDeltaFile
1.293+16-16shells/oh-my-posh/distinfo
1.121+4-4shells/oh-my-posh/go-modules.mk
1.320+2-2shells/oh-my-posh/Makefile
+22-223 files

NetBSD/pkgsrc y5xiA9Ydoc CHANGES-2026

   Updated math/py-astropy-iers-data, time/py-types-python-dateutil
VersionDeltaFile
1.1562+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Dd41dgntime/py-types-python-dateutil distinfo Makefile

   py-types-python-dateutil: updated to 2.9.0.20260305

   2.9.0.20260305
   [python-dateutil] Complete stubs
VersionDeltaFile
1.17+4-4time/py-types-python-dateutil/distinfo
1.19+2-2time/py-types-python-dateutil/Makefile
+6-62 files

NetBSD/pkgsrc uvAMX7Kmath/py-astropy-iers-data distinfo Makefile

   py-astropy-iers-data: updatd to 0.2026.3.2.0.47.4

   0.2026.3.2.0.47.4
   Bump the actions group in /.github/workflows with 3 updates
VersionDeltaFile
1.16+4-4math/py-astropy-iers-data/distinfo
1.17+2-2math/py-astropy-iers-data/Makefile
+6-62 files

NetBSD/pkgsrc lRxAQOBdoc CHANGES-2026

   Updated geography/libmaxminddb, geography/py-maxminddb, databases/py-tortoise-orm
VersionDeltaFile
1.1561+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc xIGy0Dmdatabases/py-tortoise-orm distinfo Makefile

   py-tortoise-orm: updated to 1.1.6

   1.1.6

   Fixed

   Migration generator now correctly orders AddIndex, RemoveIndex, AddConstraint, RemoveConstraint operations when adding/removing a field to a model that is used in an index or constraint.
   CreateModel migrations now include DEFAULT clauses for fields with db_default set. Previously only AddField emitted defaults correctly.
   AlterField migrations now detect max_length changes (e.g. VARCHAR(32) → VARCHAR(64)) and emit the correct ALTER statements across all backends.
   backward_relations=False in PydanticMeta now only excludes unannotated backward relations — fields explicitly annotated with ReverseRelation in the model class body are preserved.
   MySQL session time_zone now uses the configured timezone instead of always defaulting to +0:00 when use_tz=True.
   Plus sign (+) in database URL passwords is no longer incorrectly decoded as a space.
VersionDeltaFile
1.38+4-4databases/py-tortoise-orm/distinfo
1.47+2-2databases/py-tortoise-orm/Makefile
+6-62 files

NetBSD/pkgsrc yZ3rjwwgeography/py-maxminddb distinfo Makefile

   py-maxminddb: updated to 3.1.1

   3.1.1 (2026-03-05)

   * The vendored ``libmaxminddb`` has been updated to 1.13.3. This includes
     a fix for the validation of empty maps and arrays at the end of the
     metadata section. Previously, the extension would incorrectly reject
     databases where a 0-element map or array was the last field in metadata.
VersionDeltaFile
1.10+4-5geography/py-maxminddb/distinfo
1.14+2-2geography/py-maxminddb/Makefile
+6-72 files

NetBSD/pkgsrc ZNUdCcmgeography/libmaxminddb Makefile distinfo

   libmaxminddb: updated to 1.13.3

   1.13.3 - 2026-03-05

   - Fixed validation of empty maps and arrays at the end of the metadata section.
     `MMDB_open` would incorrectly reject databases where a 0-element map or array
     was the last field in metadata.
VersionDeltaFile
1.18+7-8geography/libmaxminddb/Makefile
1.17+4-4geography/libmaxminddb/distinfo
+11-122 files

NetBSD/pkgsrc BNgXMHAdoc CHANGES-2026

   Updated misc/py-platformdirs, devel/py-wrapt, converters/py-charset-normalizer, textproc/py-sphinx-autodoc-typehints
VersionDeltaFile
1.1560+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc pgeXiQDtextproc/py-sphinx-autodoc-typehints distinfo Makefile

   py-sphinx-autodoc-typehints: updated to 3.9.7

   3.9.7
   fix(resolver): resolve NamedTuple hints from class
VersionDeltaFile
1.36+4-4textproc/py-sphinx-autodoc-typehints/distinfo
1.46+2-2textproc/py-sphinx-autodoc-typehints/Makefile
+6-62 files

NetBSD/pkgsrc GlYIBYtconverters/py-charset-normalizer distinfo Makefile

   py-charset-normalizer: updated to 3.4.5

   3.4.5

   Changed
   - Update `setuptools` constraint to `setuptools>=68,<=82`.
   - Raised upper bound of mypyc for the optional pre-built extension to v1.19.1

   Fixed
   - Add explicit link to lib math in our optimized build.
   - Logger level not restored correctly for empty byte sequences.
   - TypeError when passing bytearray to from_bytes.

   Misc
   - Applied safe micro-optimizations in both our noise detector and language detector.
   - Rewrote the `query_yes_no` function (inside CLI) to avoid using ambiguous licensed code.
   - Added `cd.py` submodule into mypyc optional compilation to reduce further the performance impact.
VersionDeltaFile
1.24+4-4converters/py-charset-normalizer/distinfo
1.26+2-2converters/py-charset-normalizer/Makefile
+6-62 files

NetBSD/pkgsrc sG6kqiAdevel/py-wrapt distinfo Makefile

   py-wrapt: updated to 2.1.2

   2.1.2
   Unknown changes
VersionDeltaFile
1.24+4-4devel/py-wrapt/distinfo
1.30+2-2devel/py-wrapt/Makefile
+6-62 files

NetBSD/pkgsrc bishG99misc/py-platformdirs distinfo Makefile, misc/py-platformdirs/patches patch-tests_test__unix.py

   py-platformdirs: updated to 4.9.4

   4.9.4

   Add permissions to workflows
   Move SECURITY.md to .github/SECURITY.md
   Standardize .github files to .yaml suffix
   docs: add project logo to documentation
VersionDeltaFile
1.39+4-5misc/py-platformdirs/distinfo
1.40+3-3misc/py-platformdirs/Makefile
1.4+1-1misc/py-platformdirs/patches/patch-tests_test__unix.py
+8-93 files

NetBSD/pkgsrc wUl642Pdoc pkg-vulnerabilities

   pkg-vulnerabilities: CVE-2025-12745 was backported in quickjs-20250913nb1
VersionDeltaFile
1.742+2-2doc/pkg-vulnerabilities
+2-21 files

NetBSD/pkgsrc 8tVTpoHnet/py-sbws Makefile distinfo, net/py-sbws/patches patch-pyproject.toml

   py-sbws: use upstream fix instead of pkgsrc workaround
VersionDeltaFile
1.1+18-0net/py-sbws/patches/patch-pyproject.toml
1.5+1-5net/py-sbws/Makefile
1.5+2-1net/py-sbws/distinfo
+21-63 files

NetBSD/pkgsrc LYSyh45doc CHANGES-2026

   doc: Updated devel/jj-docs to 0.39.0
VersionDeltaFile
1.1559+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc oaf19cOdevel/jj-docs distinfo Makefile

   jj-docs: update to 0.39.0.

   Match jj.
VersionDeltaFile
1.6+4-4devel/jj-docs/distinfo
1.6+2-2devel/jj-docs/Makefile
1.6+1-0devel/jj-docs/PLIST
+7-63 files

NetBSD/pkgsrc OfqJB1Edoc CHANGES-2026

   doc: Updated devel/jj to 0.39.0
VersionDeltaFile
1.1558+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EoJOGPqdevel/jj distinfo cargo-depends.mk, devel/jj/patches patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs

   jj: update to 0.39.0.

   ## [0.39.0] - 2026-03-04

   ### Release highlights

   * `jj arrange` command brings up a TUI where you can reorder and abandon
     revisions. [#1531](https://github.com/jj-vcs/jj/issues/1531)

   * `jj bookmark advance` automatically moves bookmarks forward to a
     target revision (defaults to `@`) using customization points
     `revsets.bookmark-advance-from` and `revsets.bookmark-advance-to`.
     It is heavily inspired by the longstanding community alias `jj tug`.

   ### Breaking changes

   * Dropped support for legacy index files written by jj < 0.33. New index files
     will be created as needed.


    [104 lines not shown]
VersionDeltaFile
1.32+562-491devel/jj/distinfo
1.31+186-162devel/jj/cargo-depends.mk
1.38+2-2devel/jj/Makefile
1.2+1-1devel/jj/patches/patch-.._vendor_mio-1.0.4_src_sys_unix_selector_kqueue.rs
+751-6564 files

NetBSD/pkgsrc exZdM4Xdoc CHANGES-2026

   doc: Updated net/arti to 2.1.0
VersionDeltaFile
1.1557+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc btMEXoXnet/arti distinfo cargo-depends.mk

   arti: update to 2.1.0.

   # Arti 2.1.0 — 2 March 2026

   Arti 2.1.0 continues work on relay development,
   and introduces a new RPC backend with non-blocking IO
   in the `arti-rpc-client-core` library.

   As usual, there are also various under-the-hood improvements and bug fixes.
VersionDeltaFile
1.15+223-175net/arti/distinfo
1.15+73-57net/arti/cargo-depends.mk
1.20+3-3net/arti/Makefile
+299-2353 files

NetBSD/pkgsrc e5nhVLIdoc CHANGES-2026

   doc: Updated www/palemoon to 34.1.0nb1
VersionDeltaFile
1.1556+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc kz7g8Elwww/palemoon-gtk3 Makefile

   palemoon-gtk3: Reset PKGREVISION.
VersionDeltaFile
1.3+1-2www/palemoon-gtk3/Makefile
+1-21 files

NetBSD/pkgsrc 5Vgscxwwww/palemoon distinfo Makefile.common

   palemoon: Update to 34.1.0

   Improves JavaScript and CSS compatibility and includes several
   security fixes.
VersionDeltaFile
1.38+13-13www/palemoon/distinfo
1.3+3-3www/palemoon/Makefile.common
+16-162 files