NetBSD/pkgsrc fxoQhtzdoc CHANGES-2026 TODO

   doc: Updated devel/jjui to 0.10.8
VersionDeltaFile
1.4267+2-1doc/CHANGES-2026
1.27539+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc pR5Kxzldevel/jjui distinfo go-modules.mk

   jjui: update to 0.10.8.

   0.10.8

   A release with a new revision insertion workflow and fixes for
   command error output and inline describe editing.

   0.10.7

   A release with a new diff range workflow, Lua workspace switching,
   revset completion improvements, and several UI polish fixes.
VersionDeltaFile
1.21+58-58devel/jjui/distinfo
1.13+18-18devel/jjui/go-modules.mk
1.32+2-3devel/jjui/Makefile
+78-793 files

NetBSD/pkgsrc aaPO3LLdoc CHANGES-2026 TODO

   doc: Updated net/yt-dlp to 2026.7.4
VersionDeltaFile
1.4266+2-1doc/CHANGES-2026
1.27538+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc wrPUvg3net/yt-dlp PLIST distinfo

   yt-dlp: update to 2026.7.4.

   Core changes

       Always include warnings in debug output (#17059) by bashonly
       Fix allow-unsafe-ext compat option (#16920) by bashonly
       Raise minimum recommended Python version to 3.11 (#17034) by bashonly
       Validate and escape values in --write-link output by bashonly
       cookies: Use ' instead of " for SQL string quoting (#17078) by Grub4K
       utils
           Deprecate make_dir in favor of make_parent_dirs (#16931) by doe1080
           HTTPHeaderDict: Fix __ior__ (#16930) by doe1080
           parse_duration: Return int when appropriate (#13899) by doe1080
           parse_resolution: Support fps suffixes (#17073) by doe1080
           pkcs1pad: Fix invalid PKCS#1 v1.5 padding bytes (#17035) by doe1080
           qualities: Avoid repeated index lookups (#17025) by doe1080
           random_user_agent: Bump version range 143-149 => 144-150 (#17117) by bashonly, dlp-bot

   Extractor changes

    [72 lines not shown]
VersionDeltaFile
1.61+7-10net/yt-dlp/PLIST
1.85+4-4net/yt-dlp/distinfo
1.93+2-2net/yt-dlp/Makefile
+13-163 files

NetBSD/pkgsrc-wip 95136df. TODO, py-whichllm PLIST distinfo

py-whichllm: update to 0.5.15
DeltaFile
+21-0py-whichllm/PLIST
+3-3py-whichllm/distinfo
+1-1py-whichllm/Makefile
+0-1TODO
+25-54 files

NetBSD/pkgsrc gNQbC70doc TODO CHANGES-2026

   doc: Updated textproc/py-sphinx-argparse to 0.6.0
VersionDeltaFile
1.27537+2-2doc/TODO
1.4265+2-1doc/CHANGES-2026
+4-32 files

NetBSD/pkgsrc 4aG7OYttextproc/py-sphinx-argparse distinfo Makefile, textproc/py-sphinx-argparse/patches patch-sphinxarg_ext.py

   py-sphinx-argparse: update to 0.6.0.

       Optional command index.

       Optional :index-groups: field to the directive for an command-by-group index.

       A sphinxarg_full_subcommand_name option to print fully-qualified sub-command headings. This option helps when more than one sub-command offers a create or list or other repeated sub-command.

       Each command heading is a domain-specific link target. You can link to commands and sub-commands with the :ref: role, but this release adds support for the domain-specific role like :commands:command:`sample-directive-opts A` ``. The ``:commands:command: role supports linking from other projects through the intersphinx extension.

   Changes

       Previously, common headings such as Positional Arguments were subject to a process that made them unique by adding a _repeatX suffix to the HREF target. This release continues to support those HREF targets as secondary targets so that bookmarks continue to work. However, this release prefers using fully-qualified HREF targets like sample-directive-opts-positional-arguments as the primary HREF so that customers are less likely to witness the _repeatX link in URLs.

       #32 Argparse commands are now part of a Sphinx domain

       #72 Coloring in argparse output can be disabled (default)

       #87 The :filename: input is now resolved only to the conf.py directory (srcdir in Sphinx)

    [2 lines not shown]
VersionDeltaFile
1.3+4-5textproc/py-sphinx-argparse/distinfo
1.5+2-6textproc/py-sphinx-argparse/Makefile
1.2+4-1textproc/py-sphinx-argparse/PLIST
1.2+1-1textproc/py-sphinx-argparse/patches/patch-sphinxarg_ext.py
+11-134 files

NetBSD/pkgsrc zdozLZedoc CHANGES-2026

   Updated devel/cargo-nextest, devel/py-dulwich
VersionDeltaFile
1.4264+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 1N7O3L8devel/py-dulwich distinfo cargo-depends.mk

   py-dulwich: updated to 1.2.8

   1.2.8   2026-07-05

   * Enumerate the objects to push before the HTTP ``git-receive-pack``
     request body starts streaming. ``generate_pack_data`` previously ran
     lazily inside the body generator, after the header pkt-lines were
     already on the wire, so on large repositories the request stalled
     mid-body while objects were counted and servers such as GitHub aborted
     the push with a timeout / "broken pipe".

   * Support ``http.postBuffer``.

   * SECURITY: Canonicalize file modes to ``0o644``/``0o755`` before ``chmod``
     on checkout and patch apply, matching git. An untrusted tree entry or
     patch ``new file mode`` could otherwise set setuid/setgid/sticky or
     world-writable bits on a materialized file. (netliomax25-code)

   * SECURITY(GHSA-8w8g-wq8h-fq33): Write files through ``build_file_from_blob``

    [102 lines not shown]
VersionDeltaFile
1.79+22-22devel/py-dulwich/distinfo
1.18+6-6devel/py-dulwich/cargo-depends.mk
1.84+2-2devel/py-dulwich/Makefile
+30-303 files

NetBSD/pkgsrc vnPJOYIdevel/cargo-nextest distinfo cargo-depends.mk

   cargo-nextest: updated to 0.9.140

   0.9.140

   Added

   A new cargo nextest help <topic> subcommand renders reference documentation directly in the terminal. The available topics are:

   filterset (alias filtersets): the filterset DSL reference
   repo-config: the repository configuration reference
   user-config: the user configuration reference
   cargo nextest help lists the available topics.

   Changed

   The glibc requirement for pre-built aarch64-unknown-linux-gnu and riscv64-unknown-linux-gnu builds has been lowered to glibc 2.27.
   riscv64-unknown-linux-gnu now uses rustls + aws-lc-rs rather than OpenSSL.
VersionDeltaFile
1.21+64-46devel/cargo-nextest/distinfo
1.21+20-14devel/cargo-nextest/cargo-depends.mk
1.25+2-2devel/cargo-nextest/Makefile
+86-623 files

NetBSD/src 0BR8iRHsys/arch/arm/ti am18xx_usbphyclk.c am18xx_psc.c

   evbarm/am18xx: fix psc clock handling bug
VersionDeltaFile
1.2+10-5sys/arch/arm/ti/am18xx_usbphyclk.c
1.3+1-0sys/arch/arm/ti/am18xx_psc.c
+11-52 files

NetBSD/pkgsrc cgK2Izkdoc CHANGES-2026 TODO

   doc: Updated devel/py-project-metadata to 0.12.1
VersionDeltaFile
1.4263+2-1doc/CHANGES-2026
1.27536+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 3u6Jl1Ldevel/py-project-metadata distinfo Makefile

   py-project-metadata: update to 0.12.1.

   0.12.1

   Fixes:

       Collect a config error instead of raising a raw TypeError when project.dynamic contains a non-string (unhashable) entry with all_errors=True.

   0.12.0

   Features:

       Support PEP 808 (partially dynamic project metadata) (METADATA 2.6).
       Add support for Python 3.15.
       Warn (PEP 685) when an extra name in project.optional-dependencies is not a valid name. The extra is still emitted, only a ConfigurationWarning is produced.

   Fixes:

       Error on an unset dynamic version instead of silently writing Version: 0.0.0. If "version" is declared in project.dynamic but never assigned by the build backend, writing the metadata now raises a ConfigurationError (Field "project.version" missing), restoring the 0.8.x behavior that regressed in the 0.9 rewrite.

    [20 lines not shown]
VersionDeltaFile
1.8+4-4devel/py-project-metadata/distinfo
1.12+2-2devel/py-project-metadata/Makefile
+6-62 files

NetBSD/pkgsrc WEpwICadoc CHANGES-2026 TODO

   doc: Updated math/py-numpy to 2.5.1
VersionDeltaFile
1.4262+2-1doc/CHANGES-2026
1.27535+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc lOJThq1math/py-numpy Makefile distinfo

   py-numpy: update to 2.5.1.

   The NumPy 2.5.1 is a patch release that fixes bugs discovered after the 2.5.0
   release. The most noticeable is the fix is to the numpy datetime cython API
   which should allow downstream to support NumPy versions older than 2.5.
   Preparation for Python 3.15 continues along with typing improvements.
VersionDeltaFile
1.154+4-4math/py-numpy/Makefile
1.117+4-4math/py-numpy/distinfo
+8-82 files

NetBSD/src 4karQcCusr.bin/ftp uri.c uri.h

   Evaluate relative URLs in a HTTP redirect.

   Fixes PR 60346
VersionDeltaFile
1.1+314-0usr.bin/ftp/uri.c
1.1+29-0usr.bin/ftp/uri.h
1.247+4-2usr.bin/ftp/fetch.c
1.46+2-2usr.bin/ftp/Makefile
+349-44 files

NetBSD/pkgsrc 4jsQvQEdoc CHANGES-2026 TODO

   doc: Updated audio/py-last to 7.1.0
VersionDeltaFile
1.4261+2-1doc/CHANGES-2026
1.27534+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc pAwJpbIaudio/py-last Makefile distinfo

   py-last: update to 7.1.0.

   Changed

       Replace HTTPX with HTTPX2 (#536) @hugovk
       Remove legacy Python 2 code (#524) @hugovk

   Fixed

       Fix AuthenticatedUser.get_name returning empty string (#528) @tonybolivar
       Fix Country and Tag equality raising AttributeError (#531) @tonybolivar
       Fix User.get_recent_tracks docstring and limit type annotation (#521) @RodrigoAroeira
       Fix cache miss on requests with username param (#532) @tonybolivar
       Return empty result instead of IndexError on empty search (#530) @tonybolivar
VersionDeltaFile
1.22+6-4audio/py-last/Makefile
1.15+4-4audio/py-last/distinfo
+10-82 files

NetBSD/pkgsrc X3bSUGVdoc CHANGES-2026

   doc: Added www/py-httpx2 version 2.5.0
VersionDeltaFile
1.4260+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FHQc2wGdoc CHANGES-2026

   doc: Added www/py-httpcore2 version 2.5.0
VersionDeltaFile
1.4259+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jFF1tn7www Makefile

   www/Makefile: + 2
VersionDeltaFile
1.1926+3-1www/Makefile
+3-11 files

NetBSD/pkgsrc FFzoUEswww/py-httpx2 PLIST Makefile

   www/py-httpx2: import py-httpx2-2.5.0

   HTTPX2 is a fully featured HTTP client library for Python. It
   includes an integrated command line client, has support for both
   HTTP/1.1 and HTTP/2, and provides both sync and async APIs.
VersionDeltaFile
1.1+80-0www/py-httpx2/PLIST
1.1+38-0www/py-httpx2/Makefile
1.1+5-0www/py-httpx2/distinfo
1.1+3-0www/py-httpx2/DESCR
1.1+1-0www/py-httpx2/ALTERNATIVES
+127-05 files

NetBSD/pkgsrc yPIj9FDwww/py-httpcore2 PLIST Makefile

   www/py-httpcore2: import py-httpcore2-2.5.0

   The HTTP Core package provides a minimal low-level HTTP client,
   which does one thing only. Sending HTTP requests.

   It does not provide any high level model abstractions over the API,
   does not handle redirects, multipart uploads, building authentication
   headers, transparent HTTP caching, URL parsing, session cookie
   handling, content or charset decoding, handling JSON, environment
   based configuration defaults, or any of that Jazz.
VersionDeltaFile
1.1+99-0www/py-httpcore2/PLIST
1.1+25-0www/py-httpcore2/Makefile
1.1+8-0www/py-httpcore2/DESCR
1.1+5-0www/py-httpcore2/distinfo
+137-04 files

NetBSD/pkgsrc Vo2pHFFdoc CHANGES-2026 TODO

   doc: Updated devel/py-filelock to 3.29.5
VersionDeltaFile
1.4258+2-1doc/CHANGES-2026
1.27533+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc HC7QRMmdevel/py-filelock Makefile distinfo

   py-filelock: update to 3.29.5.

   serialise read/write release rollback against a concurrent acquire by @dxbjavid in #563
   🔒 fix(soft_rw): refresh held marker through the verified fd by @dxbjavid in #565
   only unlink the writer marker on release if it is still ours by @dxbjavid in #566
   don't follow symlinks in raise_on_not_writable_file by @dxbjavid in #567
   don't complete a writer acquire on a peer's reclaimed marker by @dxbjavid in #571
   use a private break name in break_lock_file by @dxbjavid in #576
   Keep Unix lock files after release by @itscloud0 in #577
   test: fix Windows type check broken by #577 by @gaborbernat in #580
   roll back a read acquire's open transaction when its SELECT fails by @dxbjavid in #575
   lifetime: reject negative, non-numeric, and bool values at the setter by @HrachShah in #573
VersionDeltaFile
1.49+2-6devel/py-filelock/Makefile
1.48+4-4devel/py-filelock/distinfo
+6-102 files

NetBSD/pkgsrc RUSuanfdoc CHANGES-2026 TODO

   doc: Updated textproc/tree-sitter to 0.26.10
VersionDeltaFile
1.4257+2-1doc/CHANGES-2026
1.27532+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc YYXXLYstextproc/tree-sitter distinfo Makefile, textproc/tree-sitter/patches patch-Makefile

   tree-sitter: update to 0.26.10.

   fix(lib): update doc comment for ts_parser_parse by @WillLillis in #5642
   fix(lib): use correct TREE_SITTER_HIDE_SYMBOLS macro name in alloc.h by @tree-sitter-ci-bot[bot] in #5643
   fix(cli): improve soundness of cst range calculation by @WillLillis in #5650
   fix(lib): Consider subtree lookahead bytes when determining whether the parser can reuse a node. by @tree-sitter-ci-bot[bot] in #5656
   fix(cli): display warning to user if parser test corpus dir isn't found by @tree-sitter-ci-bot[bot] in #5669
   fix: add DESCRIPTION to grammar Makefile template by @WillLillis in #5672
   fix(cli): infinite loop in highlight test by @WillLillis in #5674
   fix(lib): address strict aliasing violations in TreeCursor type by @WillLillis in #5693
   build(deps): bump wasmtime-c-api to v36.0.12 by @clason in #5709
   fix(dsl): forbid invalid field names by @WillLillis in #5710
   Fix issues with queries matching a parent node with anchored children (siblings) by @tree-sitter-ci-bot[bot] in #5712
   test(query): regression test for anchored siblings inside a parent by @tree-sitter-ci-bot[bot] in #5716
   release v0.26.10 by @WillLillis in #5717
VersionDeltaFile
1.31+4-5textproc/tree-sitter/distinfo
1.33+4-2textproc/tree-sitter/Makefile
1.11+1-1textproc/tree-sitter/patches/patch-Makefile
+9-83 files

NetBSD/pkgsrc Fa2YP26doc CHANGES-2026 TODO

   doc: Updated textproc/libxmlb to 0.3.28
VersionDeltaFile
1.4256+2-1doc/CHANGES-2026
1.27531+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc OsxK7qTtextproc/libxmlb distinfo Makefile

   libxmlb: update to 0.3.28.

   Version 0.3.28
   ~~~~~~~~~~~~~~
   Released: 2026-06-30

   New Features:
    - Automatically add system locales when using native-langs (Richard Hughes)
    - Lower the Meson and GLib deps for RHEL-8 (Richard Hughes)

   Bugfixes:
    - Lazy clear opcode tokens for a ~2% speedup (Richard Hughes)
    - Speed up negative queries by 11% by defer creating the results objects (Richard Hughes)
    - Speed up predicates with no bindings by 9% (Richard Hughes)
    - Speed up the no-results query by 2.5% by using a constant error (Richard Hughes)
VersionDeltaFile
1.6+4-4textproc/libxmlb/distinfo
1.12+2-2textproc/libxmlb/Makefile
1.4+1-0textproc/libxmlb/PLIST
+7-63 files

NetBSD/pkgsrc XuCiodldoc TODO CHANGES-2026

   doc: Updated textproc/jansson to 2.15.1
VersionDeltaFile
1.27530+1-2doc/TODO
1.4255+2-1doc/CHANGES-2026
+3-32 files