NetBSD/pkgsrc bVXKp3Idoc CHANGES-2026

   doc: Updated sysutils/ups-nut to 2.8.5
VersionDeltaFile
1.2779+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2kVTi6asysutils/ups-nut PLIST options.mk, sysutils/ups-nut/patches patch-configure

   sysutils/ups-nut: Update to 2.8.5

   Release notes for NUT 2.8.5 - what's new since 2.8.4
   ----------------------------------------------------

    - common code:
      * Introduced `NUT_DEBUG_PROCNAME` environment variable support to optionally
        log also the process name (or however the program chose to identify itself).
        This may be useful when multiple NUT daemons log into the same file or
        console, without syslog to prefix the name into each line (e.g. in tests,
        single init script systems like Home Assistant, etc.) [PR 3368]

    - `asem`, `bestfortress`, `bestuferrups`, `bicker_ser`, `everups`, `metasys`,
      `masterguard`, `mge-utalk`, `oneac`, `phoenixcontact_modbus`, `pijuice`,
      `powercom`, `powervar_cx_ser`, `usbhid-ups`, `victronups` driver updates:
      * Moved code to align with NUT driver architecture, so `upsdrv_initups()`
        would focus on preparing communications, and `upsdrv_initinfo()` would
        actually talk to the device and set initial critical data values. [#1962]


    [49 lines not shown]
VersionDeltaFile
1.38+61-3sysutils/ups-nut/PLIST
1.5+8-4sysutils/ups-nut/options.mk
1.48+5-7sysutils/ups-nut/distinfo
1.23+4-7sysutils/ups-nut/Makefile.common
1.2+4-4sysutils/ups-nut/patches/patch-configure
1.84+1-5sysutils/ups-nut/Makefile
+83-305 files not shown
+87-3811 files

NetBSD/pkgsrc dTUvJ6Xdoc TODO CHANGES-2026

   doc: Updated textproc/moor to 2.12.3
VersionDeltaFile
1.27204+1-2doc/TODO
1.2778+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 6QT3SEptextproc/moor distinfo Makefile

   moor: update to 2.12.3.

   2.12.3

   Fix a crash
   Crash reported here: #399

   Also, this release makes filtering using & 14% faster with large input.

   2.12.2

   Support ANSI escape codes for blink, hidden, and strikethrough,
   contributed by @viserctul in #402.
   Thanks!

   Also in this release:

       Ignore OSC8 parameters
       Make LESS_TERMCAP_md control man page headings as well

    [10 lines not shown]
VersionDeltaFile
1.24+4-4textproc/moor/distinfo
1.35+2-2textproc/moor/Makefile
+6-62 files

NetBSD/pkgsrc Po8N4hCdoc TODO CHANGES-2026

   doc: Updated textproc/rumdl to 0.1.87
VersionDeltaFile
1.27203+1-2doc/TODO
1.2777+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 4919HV3textproc/rumdl distinfo Makefile

   rumdl: update to 0.1.87.

   1.87

   Added

       config: fall back to ~/.rumdl.toml and ~/rumdl.toml as user config (8557089)

   Fixed

       code-block-tools: use yamlfmt lint mode for YAML (#606) (0296f86)
       MD038: preserve spaces around nested backticks (#605) (a9552c6)
       MD013: keep closing quote with parenthetical splits (#601) (9a47b99)

   1.86

   Added

       cli: support inline TOML overrides via --config (ae5461f)

    [24 lines not shown]
VersionDeltaFile
1.26+4-4textproc/rumdl/distinfo
1.28+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc kfjO3ygdoc CHANGES-2026

   doc: Updated sysutils/xcp to 0.24.8
VersionDeltaFile
1.2776+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Uo3lUCUsysutils/xcp distinfo cargo-depends.mk

   sysutils/xcp: update to 0.24.8

   Bug Fixes

       (xcp) Update rand to latest and fix API usage.
       (xcp) treat source roots that are symlinks the same as deeper symlinks
VersionDeltaFile
1.28+211-169sysutils/xcp/distinfo
1.25+69-55sysutils/xcp/cargo-depends.mk
1.28+2-2sysutils/xcp/Makefile
+282-2263 files

NetBSD/pkgsrc imCNknbdoc CHANGES-2026

   doc: Updated net/xfr to 0.9.12
VersionDeltaFile
1.2775+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc oeGCH5Knet/xfr distinfo cargo-depends.mk

   net/xfr: update to 0.9.12

   What's Changed

       Add pre-commit hooks for fmt/clippy/test by @lance0 in #74
       Bump the rust-dependencies group with 15 updates by @dependabot[bot] in #71
       Apply -w to UDP SO_SNDBUF / SO_RCVBUF on both ends by @lance0 in #75
VersionDeltaFile
1.11+118-82net/xfr/distinfo
1.11+38-26net/xfr/cargo-depends.mk
1.11+2-2net/xfr/Makefile
+158-1103 files

NetBSD/pkgsrc f2WHDhtdoc CHANGES-2026 TODO

   doc: Updated devel/py-wcwidth to 0.7.0
VersionDeltaFile
1.2774+2-1doc/CHANGES-2026
1.27202+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc yEoOyHGdevel/py-wcwidth PLIST distinfo

   py-wcwidth: update to 0.7.0.

       New support for kitty text sizing protocol (OSC 66) in width() and clip().
       New clip() parameter control_codes='parse', 'ignore', and 'strict'. clip()
       is now able to clip OSC 8 hyperlinks and OSC 66 text sizing sequences.
       Improved clip() and width() to support horizontal cursor sequences (cub, cuf,
       hpa). Cursor-left (cub) or backspace (\b) now overwrites text. column_address
       (hpa) and carriage return (\r) are now parsed, and more values conditionally raise
       ValueError when control_codes='strict'.

   PR's

       Remove docs, add utils by @jquast in #209
       Bump requests from 2.32.5 to 2.33.0 in /docs by @dependabot[bot] in #210
       Bump pygments from 2.19.2 to 2.20.0 in /docs by @dependabot[bot] in #212
       dependabot nonsense by @jquast in #215
       Expand terminal escape sequence for three more ECMA-48 "families" by @jquast in #214
       Improve clip() and width() with hyperlinks and overtyping by @jquast in #216
       Improve width() and clip() with kitty Text Sizing Protocol by @jquast in #213
VersionDeltaFile
1.9+24-0devel/py-wcwidth/PLIST
1.22+4-4devel/py-wcwidth/distinfo
1.25+4-4devel/py-wcwidth/Makefile
+32-83 files

NetBSD/pkgsrc Ty0yfhadoc CHANGES-2026 TODO

   doc: Updated devel/py-typer to 0.25.1
VersionDeltaFile
1.2773+2-1doc/CHANGES-2026
1.27201+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc ZOTDPY7devel/py-typer distinfo Makefile

   py-typer: update to 0.25.1.

   Features

       🔧 Add Typer Library Skill for Agents. PR #1620 by @svlandeg.

   Internal

       ⬆ Bump ruff from 0.15.11 to 0.15.12. PR #1722 by @dependabot[bot].
       ⬆ Bump prek from 0.3.10 to 0.3.11. PR #1723 by @dependabot[bot].
VersionDeltaFile
1.4+4-4devel/py-typer/distinfo
1.4+4-4devel/py-typer/Makefile
1.2+1-0devel/py-typer/PLIST
+9-83 files

NetBSD/pkgsrc ej5cf54doc TODO CHANGES-2026

   doc: Updated print/py-pspdfutils to 3.3.15
VersionDeltaFile
1.27200+1-2doc/TODO
1.2772+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc 23aIVnLprint/py-pspdfutils distinfo Makefile

   py-pspdfutils: update to 3.3.15.

   This release adds compatibility with Python 3.14.
VersionDeltaFile
1.19+4-4print/py-pspdfutils/distinfo
1.36+2-3print/py-pspdfutils/Makefile
+6-72 files

NetBSD/pkgsrc Cik9Bvedoc CHANGES-2026 TODO

   doc: Updated lang/py-parso to 0.8.7
VersionDeltaFile
1.2771+2-1doc/CHANGES-2026
1.27199+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc NmADMVPlang/py-parso distinfo Makefile

   py-parso: update to 0.8.7.

   0.8.7 (2026-05-02)
   ++++++++++++++++++

   - Add PEP 695 type parameter syntax
VersionDeltaFile
1.22+4-4lang/py-parso/distinfo
1.24+2-2lang/py-parso/Makefile
+6-62 files

NetBSD/pkgsrc tONp3sLdoc CHANGES-2026 TODO

   doc: Updated devel/py-mako to 1.3.12
VersionDeltaFile
1.2770+2-1doc/CHANGES-2026
1.27198+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc kLRaMJddevel/py-mako distinfo Makefile

   py-mako: update to 1.3.12.

       :version: 1.3.12
       :released: Tue Apr 28 2026

       .. change::
           :tags: bug, template
           :tickets: 435

           Fixed issue in :class:`.TemplateLookup` where a URI with backslash path
           separators (e.g. ``\..\secret.txt``) could bypass the directory traversal
           check on Windows, allowing reads of arbitrary files outside of the template
           directory.  Backslash characters in URIs are now normalized to forward
           slashes before path resolution.
VersionDeltaFile
1.34+4-4devel/py-mako/distinfo
1.41+2-2devel/py-mako/Makefile
+6-62 files

NetBSD/pkgsrc ytkbTxZdoc CHANGES-2026 TODO

   doc: Updated editors/py-jedi to 0.20.0
VersionDeltaFile
1.2769+2-1doc/CHANGES-2026
1.27197+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc ctL01TLeditors/py-jedi PLIST distinfo

   py-jedi: update to 0.20.0.

   0.20.0 (2026-05-02)
   +++++++++++++++++++

   - Python 3.14 support
   - Removed support for Python 3.8 and 3.9
   - Upgraded Typeshed
   - Better support for Final/ClassVar
   - ``__new__`` is now also recognized as a signature and TypeVar inference
   - Support for ``Self``
   - Support for ``TypeAlias``, generics for ``type[...]`` and ``tuple[...]``
VersionDeltaFile
1.8+5,058-1,312editors/py-jedi/PLIST
1.13+4-4editors/py-jedi/distinfo
1.18+5-3editors/py-jedi/Makefile
+5,067-1,3193 files

NetBSD/pkgsrc X2ZFQQidoc TODO CHANGES-2026

   doc: Updated time/py-icalendar to 7.1.0
VersionDeltaFile
1.27196+1-2doc/TODO
1.2768+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc OnakJ5ctime/py-icalendar PLIST distinfo

   py-icalendar: update to 7.1.0.

   Minor changes

       Deprecate icalendar.parser.escape_string and icalendar.parser.unescape_string for icalendar version 8. Use _escape_string and _unescape_string internally. #1011

       Added behavioral tests for LazyCalendar covering serialization round-trips, .todos, .journals, forward timezone references, and with_uid() substring false-positives. #1050

       Added edge case tests for Conference parameter normalization covering string passthrough, empty list filtering, and None omission. #925

       Make icalendar an explicit editable install for clarity. #1268

       Do not run some tests until a pull request is approved. #1246

       Mark skipped CI tasks as skipped instead of running them. #1286

       Created an ical_value() property for the vBoolean component. #876

       Created an ical_value() property for the vFloat component. #876

    [86 lines not shown]
VersionDeltaFile
1.33+65-1time/py-icalendar/PLIST
1.51+4-4time/py-icalendar/distinfo
1.60+4-4time/py-icalendar/Makefile
+73-93 files

NetBSD/pkgsrc imArWVLdoc CHANGES-2026 TODO

   doc: Updated security/py-google-auth to 2.50.0
VersionDeltaFile
1.2767+2-1doc/CHANGES-2026
1.27195+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc w3h6sLJsecurity/py-google-auth distinfo Makefile

   py-google-auth: update to 2.50.0.

   Changes not documented.
VersionDeltaFile
1.90+4-4security/py-google-auth/distinfo
1.98+4-4security/py-google-auth/Makefile
1.27+3-3security/py-google-auth/PLIST
+11-113 files

NetBSD/pkgsrc lkm9Vyidoc CHANGES-2026 TODO

   doc: Updated www/py-google-api-python-client to 2.195.0
VersionDeltaFile
1.2766+2-1doc/CHANGES-2026
1.27194+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc fSSAmqnwww/py-google-api-python-client distinfo Makefile

   py-google-api-python-client: update to 2.195.0.

   API updates.
VersionDeltaFile
1.122+4-4www/py-google-api-python-client/distinfo
1.130+3-3www/py-google-api-python-client/Makefile
1.59+1-0www/py-google-api-python-client/PLIST
+8-73 files

NetBSD/pkgsrc aa4mKqgdoc CHANGES-2026 TODO

   doc: Updated www/py-flask-admin to 2.1.0
VersionDeltaFile
1.2765+2-1doc/CHANGES-2026
1.27193+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc gdXNBmNwww/py-flask-admin PLIST distinfo

   py-flask-admin: update to 2.1.0.

   Deprecations:

       Deprecate ModelView(Model, db.session) in favor of ModelView(Model, db): #2717

   New Features:

       Flask-SQLAlchemy-Lite support: #2789
       Add page title header with icon above every view via new {% block page_title %}: #2706
       Upgrade bundled Bootstrap from 4.2.1 to 4.6.2 and remove unminified files: #2787
       Flash error message on form validation failure (“Failed to create/save record”): #2738

   Bugfixes:

       Fix CSS class on column headers (dots replaced with dashes e.g.: col-user.email → col-user-email): #2730
       Return HTTP 403 instead of 500 when inaccessible_callback returns None: #2793
       FileAdmin: show empty date instead of 1970-01-01 when directory has no timestamp: #2721
       Fix “Save & Add Another” using non-relative redirect URL (broke behind reverse proxies): #2716

    [4 lines not shown]
VersionDeltaFile
1.21+11-19www/py-flask-admin/PLIST
1.30+4-4www/py-flask-admin/distinfo
1.33+2-2www/py-flask-admin/Makefile
+17-253 files