NetBSD/pkgsrc HEBQXevdoc CHANGES-2026 TODO

   doc: Updated net/slumber to 5.3.0
VersionDeltaFile
1.3088+2-1doc/CHANGES-2026
1.27281+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 3D2v1DSnet/slumber distinfo Makefile

   slumber: update to 5.3.0.

   [5.3.0] - 2026-05-16

   Added

       Resize panes dynamically with [ and ]
           Rebind the actions resize_back and resize_forward to customize

   Changed

       Exit fullscreen whenever changing panes
           With resizable panes, keeping fullscreen persistent ends up being more annoying than useful

   Fixed

       Border of the selected pane is always fully highlighted
VersionDeltaFile
1.46+4-4net/slumber/distinfo
1.60+2-2net/slumber/Makefile
+6-62 files

NetBSD/pkgsrc ZXkwwSxdoc CHANGES-2026 TODO

   doc: Updated devel/py-requests to 2.34.2
VersionDeltaFile
1.3087+2-1doc/CHANGES-2026
1.27280+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 2dnqdhndevel/py-requests distinfo Makefile

   py-requests: update to 2.34.2.

   2.34.2 (2026-05-14)
   -------------------
   - Moved `headers` input type back to `Mapping` to avoid invariance issues
     with `MutableMapping` and inferred dict types. Users calling
     `Request.headers.update()` may need to narrow typing in their code. (#7441)


   2.34.1 (2026-05-13)
   -------------------

   **Bugfixes**
   - Widened `json` input type from `dict` and `list` to `Mapping`
     and `Sequence`. (#7436)
   - Changed `headers` input type to MutableMapping and removed `None` from
     `Request.headers` typing to improve handling for users. (#7431)
   - `Response.reason` moved from `str | None` to `str` to improve handling
     for users. (#7437)

    [2 lines not shown]
VersionDeltaFile
1.57+4-4devel/py-requests/distinfo
1.72+2-2devel/py-requests/Makefile
+6-62 files

NetBSD/pkgsrc ArPI6pudoc TODO CHANGES-2026

   doc: Updated devel/py-jaraco.functools to 4.5.0
VersionDeltaFile
1.27279+1-2doc/TODO
1.3086+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc Nsi62Lbdevel/py-jaraco.functools distinfo Makefile

   py-jaraco.functools: update to 4.5.0.

   v4.5.0
   ======

   Features
   --------

   - ``bypass_when`` and ``bypass_unless`` now accept callable checks and evaluate
     them on each invocation instead of binding only at decoration time. (#36)
VersionDeltaFile
1.18+4-4devel/py-jaraco.functools/distinfo
1.25+5-2devel/py-jaraco.functools/Makefile
+9-62 files

NetBSD/pkgsrc XBszlGJdoc CHANGES-2026 TODO

   doc: Updated www/py-idna to 3.15
VersionDeltaFile
1.3085+2-1doc/CHANGES-2026
1.27278+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc QeGtcqhwww/py-idna distinfo Makefile

   py-idna: update to 3.15.

   ## 3.15rc0 (2026-05-12)

   - Enforce DNS-length cap on individual labels early in `check_label`,
     short-circuiting contextual-rule processing for oversized input
     while staying compatible with UTS 46 usage.
   - Tidy core helpers: hoist bidi category sets to module-level
     frozensets (avoiding per-codepoint list construction), simplify
     length checks, and reuse the shared `_unicode_dots_re` from
     `idna.core` in the codec module.
   - Use `raise ... from err` for proper exception chaining and
     switch internal string formatting to f-strings.
   - Allow `flit_core` 4.x in the build backend.
   - Expand the ruff lint set (flake8-bugbear, flake8-simplify,
     pyupgrade, perflint) and apply the surfaced fixes; pin lint CI
     to Python 3.14.
   - Add Dependabot configuration for GitHub Actions.
   - Convert README and HISTORY from reStructuredText to Markdown.

    [5 lines not shown]
VersionDeltaFile
1.24+4-4www/py-idna/distinfo
1.26+2-2www/py-idna/Makefile
+6-62 files

NetBSD/pkgsrc zoqaEANdoc CHANGES-2026 TODO

   doc: Updated security/py-google-auth to 2.53.0
VersionDeltaFile
1.3084+2-1doc/CHANGES-2026
1.27277+1-2doc/TODO
+3-32 files

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

   py-google-auth: update to 2.53.0.

   2.53.0 (2026-05-15)

   Bug Fixes

       allowlist agents-nonprod trust domains for agent identity (#17155) (44c93d2e3012d7c7850dacda587dcb34819738ed)
       fail-fast on invalid or non-workload certificate configs in agent identity discovery (#17116) (f27a546127cbbae3459fda8417f86a302fa0bbae)
VersionDeltaFile
1.92+4-4security/py-google-auth/distinfo
1.100+4-4security/py-google-auth/Makefile
+8-82 files

NetBSD/pkgsrc cOMRee7doc CHANGES-2026 TODO

   doc: Updated fonts/py-fonttools to 4.63.0
VersionDeltaFile
1.3083+2-1doc/CHANGES-2026
1.27276+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc y0tpsA4fonts/py-fonttools PLIST Makefile

   py-fonttools: update to 4.63.0.

   4.63.0 (released 2026-05-14)
   ----------------------------

   - [ttLib] Add support for Apple Color Emoji ``bgcl`` table (#4065).
   - [ttLib] Add support for ``IFT`` and ``IFTX`` tables (Incremental Font Transfer,
     PatchMapFormat2) (#4070, #4072).
   - [otData] Introduce ``FieldSpec`` dataclass for OpenType table schema definitions,
     replacing raw tuples in ``otData.py`` (#4076).
   - [Feat] Show ``name`` table strings as comments next to label IDs in TTX output,
     matching the convention used by ``fvar``, ``STAT``, ``trak`` (#4089).
   - [cu2qu] Fix Cython complex-division rounding difference in
     ``split_cubic_into_three`` that could cause ±1 off-curve coordinate shifts
     (#3928, #4083).
   - [designspaceLib] Fix ``map_backward`` for many-to-one (flat-segment) axis maps
     that silently dropped entries via dict comprehension
     (googlefonts/ufo2ft#978, #4085).
   - [OS/2] Fix ``setUnicodeRanges`` to accept reserved bits 123-127, restoring

    [5 lines not shown]
VersionDeltaFile
1.61+15-0fonts/py-fonttools/PLIST
1.132+6-8fonts/py-fonttools/Makefile
1.105+4-4fonts/py-fonttools/distinfo
+25-123 files

NetBSD/pkgsrc gMwszhsdoc CHANGES-2026 TODO

   doc: Updated textproc/py-black to 26.5.0
VersionDeltaFile
1.3082+2-1doc/CHANGES-2026
1.27275+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc s07SQuItextproc/py-black Makefile distinfo

   py-black: update to 26.5.0.

   ## Version 26.5.0

   ### Highlights

   - Add support for unpacking in comprehensions (PEP 798) and for lazy imports (PEP 810),
     both new syntactic features in Python 3.15 (#5048)
   - Python 3.15 is now supported. Compiled wheels are not yet provided for Python 3.15, so
     performance may be slower than on existing Python versions. Wheels will be provided
     once Python 3.15 is later in its release cycle. (#5127)

   ### Stable style

   - Fix `# fmt: skip` being ignored in nested `if` expressions with parenthesized `in`
     clauses (#4903)
   - Add syntactic support for Python 3.15 (#5048)
   - Fix crash when an f-string follows a `# fmt: off` comment inside brackets (#5097)
   - Preserve multiline compound statement headers when `# fmt: skip` is placed on the

    [40 lines not shown]
VersionDeltaFile
1.42+3-9textproc/py-black/Makefile
1.37+4-4textproc/py-black/distinfo
+7-132 files

NetBSD/pkgsrc b9FN3oSdoc CHANGES-2026 TODO

   doc: Updated net/py-aiodns to 4.0.3
VersionDeltaFile
1.3081+2-1doc/CHANGES-2026
1.27274+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc eEWqfhNnet/py-aiodns Makefile distinfo

   py-aiodns: update to 4.0.3.

   4.0.3
   =====
   - Restore license metadata that was dropped during the ``pyproject.toml`` migration in #244, so packaging tools again detect aiodns as MIT-licensed (#250).

   4.0.2
   =====
   - Re-release of 4.0.1; the 4.0.1 wheel build failed because the release workflow still invoked ``python setup.py`` after #244 removed ``setup.py``, so 4.0.1 never reached PyPI. The release workflow now uses ``python -m build`` (#248).

   4.0.1
   =====
   - Fix ``Future exception was never retrieved`` when pycares raises ``AresError`` synchronously, e.g. for malformed hostnames (#245, fixes #231)
   - Modernized package setup using ``pyproject.toml`` instead of ``setup.py`` (#244)
   - Updated dependencies
     - Bumped mypy from 1.19.1 to 2.1.0 (#236, #239, #241, #242)
     - Bumped pytest from 9.0.2 to 9.0.3 (#237)
     - Bumped pytest-cov from 7.0.0 to 7.1.0 (#232)
     - Bumped dependabot/fetch-metadata from 2.4.0 to 3.1.0 (#227, #234, #240)

    [3 lines not shown]
VersionDeltaFile
1.12+4-4net/py-aiodns/Makefile
1.8+4-4net/py-aiodns/distinfo
+8-82 files

NetBSD/pkgsrc iw1wfz3doc CHANGES-2026 TODO

   doc: Updated x11/gtk4 to 4.22.4
VersionDeltaFile
1.3080+2-1doc/CHANGES-2026
1.27273+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 6KH3T0Xx11/gtk4 PLIST distinfo, x11/gtk4/patches patch-testsuite_headless_meson.build patch-gdk_wayland_gdkseat-wayland.c

   gtk4: update to 4.22.4.

   Overview of Changes in 4.22.4, 29-04-2026
   =========================================

   * Bugs fixed:
     - !9833 Misc backports (Benjamin Otte, Alessandro Astone, Sergio Costas
       Rodriguez)
     - !9866 popoverbin: Point to the center of the widget when popping up
       (Matthias Clasen, Hari Rana)

   Overview of Changes in 4.22.3, 18-04-2026
   =========================================

   * Bugs fixed:
     - #7833 Input panel misplaced when typing with an input method in a GTKPopover
       widget (cdbg)
     - #8146 Snapshot with too small an angle shift freezes (Matthias Clasen)
     - !9748 Update Polish translation

    [1222 lines not shown]
VersionDeltaFile
1.29+44-2x11/gtk4/PLIST
1.1+26-0x11/gtk4/patches/patch-testsuite_headless_meson.build
1.33+6-5x11/gtk4/distinfo
1.2+6-3x11/gtk4/patches/patch-gdk_wayland_gdkseat-wayland.c
1.75+2-3x11/gtk4/Makefile
+84-135 files

NetBSD/pkgsrc ZT36L0Sx11/qt6-qtbase PLIST

   qt6-qtbase: Conditionalize dbus files

   These files are not installed if dbus option is disabled.

   Part of PR pkg/60277.
VersionDeltaFile
1.37+4-4x11/qt6-qtbase/PLIST
+4-41 files

NetBSD/pkgsrc 9SqRFQMdoc CHANGES-2026

   doc: Updated devel/cargo-nextest to 0.9.136
VersionDeltaFile
1.3079+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6OQwcqGdevel/cargo-nextest distinfo Makefile

   devel/cargo-nextest: update to 0.9.136

   Added

    - Following up from the recently-added schema for repository configuration, nextest now also provides a JSON Schema for user configuration. The schema for the running version can be obtained by running cargo nextest self schema user-config. (#3351)

   Changed

    - The max-progress-running user-config setting no longer accepts numeric strings like "8" (an undocumented fallback). The supported values remain a non-negative integer (e.g. 8) or "infinite". (#3350)
VersionDeltaFile
1.18+4-4devel/cargo-nextest/distinfo
1.22+2-2devel/cargo-nextest/Makefile
1.18+0-0devel/cargo-nextest/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc 8MLK2y0doc CHANGES-2026

   doc: Updated mail/postfix releated packages to 3.11.3

        mail/postfix
        mail/postfix-cdb
        mail/postfix-ldap
        mail/postfix-lmdb
        mail/postfix-mysql
        mail/postfix-pcre
        mail/postfix-pgsql
        mail/postfix-sqlite
VersionDeltaFile
1.3078+9-1doc/CHANGES-2026
+9-11 files

NetBSD/pkgsrc vaTquqhmail/postfix distinfo Makefile.common

   mail/postfix: update to 3.11.3

   3.11.3 (2026-05-17)

   Fixed in Postfix 3.8-3.11:

     * Bitrot: builds with musl libc broke, because they were using an
       obsolete NO_SNPRINTF code path that had not been updated for Claude
       Code findings.

     * Two fixes for a signed integer overshift condition (a left shift into
       the sign bit). This "works" on contemporary CPUs, but may break in
       the future. One reported by Kamil Frankowicz, and one by Robert Sayre.

     * Viktor Dukhovni fixed an 'uninitialized value' error in the
       'collate.pl' script.

   Fixed in Postfix 3.11:


    [3 lines not shown]
VersionDeltaFile
1.224+4-4mail/postfix/distinfo
1.65+2-2mail/postfix/Makefile.common
+6-62 files

NetBSD/pkgsrc rimfo1rdoc CHANGES-2026 TODO

   doc: Updated textproc/utf8-cpp to 4.1.0
VersionDeltaFile
1.3077+2-1doc/CHANGES-2026
1.27272+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc Vrfr548textproc/utf8-cpp distinfo Makefile

   utf8-cpp: update to 4.1.0.

   Improved validation performance: #9dd905252f7da6e49930df1ffebf1213d3d0d7ba
   Testing and documentation improvements
VersionDeltaFile
1.18+4-4textproc/utf8-cpp/distinfo
1.17+2-2textproc/utf8-cpp/Makefile
+6-62 files

NetBSD/pkgsrc g05WEX9doc CHANGES-2026 TODO

   doc: Updated devel/ocaml-dune to 3.23.1
VersionDeltaFile
1.3076+2-1doc/CHANGES-2026
1.27271+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc AtRb9Bxdevel/ocaml-dune distinfo Makefile.common, devel/ocaml-dune/patches patch-src_lev_src_lev__stubs.c

   ocaml-dune: update to 3.23.1.

   3.23.1 (2026-05-14)
   -------------------

   ### Fixed

   - Fix the `menhir` opam dependency injection introduced in 3.23. Dune
     now only fills in the lower bound `{>= "20180523"}` on an existing
     user-declared `menhir` dependency; it no longer adds `menhir` as a
     new dependency to packages that did not declare it themselves.
     (#14434, fixes #14428, @robinbb)

   - Gate the `dune` version-bound deduplication in generated opam files
     (introduced in 3.23) on `(lang dune 3.23)`. Projects at earlier lang
     versions get the prior `And [...]` shape — e.g.
     `{>= "3.17" & >= "3.20"}` — restoring 3.22 behaviour and avoiding a
     silent change to opam output on dune-binary upgrade. (#14436,
     @robinbb)

    [13 lines not shown]
VersionDeltaFile
1.25+4-5devel/ocaml-dune/distinfo
1.14+2-2devel/ocaml-dune/Makefile.common
1.2+1-1devel/ocaml-dune/patches/patch-src_lev_src_lev__stubs.c
+7-83 files

NetBSD/pkgsrc 0Kk05Uzdoc CHANGES-2026 TODO

   doc: Updated textproc/moor to 2.13.2
VersionDeltaFile
1.3075+2-1doc/CHANGES-2026
1.27270+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc xFFixe1textproc/moor distinfo Makefile

   moor: update to 2.13.2.

   v2.13.2: Fix a crash when filtering Latest

   This release fixes an intermittent crash that could happen when
   filtering a file down to zero lines.

   Also, this release improves performance for rendering long (100KB)
   lines.


   v2.13.1: Performance improvements for searching

   Performance when searching and scrolling sideways to search hits has
   been significantly improved. Hits are now also centered on the screen
   when scrolling sideways.

   Also in this release:


    [2 lines not shown]
VersionDeltaFile
1.26+4-4textproc/moor/distinfo
1.38+2-2textproc/moor/Makefile
+6-62 files

NetBSD/pkgsrc u84RCOmdoc CHANGES-2026 TODO

   doc: Updated print/libpaper to 2.2.8
VersionDeltaFile
1.3074+2-1doc/CHANGES-2026
1.27269+1-2doc/TODO
+3-32 files