py-typer: updated to 0.26.8
0.26.8
Fixes
Make second column of Rich help output reflect the type consistently, even when using metavar.
Fix formatting in NoSuchOption.format_message().
Docs
Update docs badges: remove Publish badge, it doesn't give extra information.
Fix formatting for help link to support GitHub-specific overview edge-case.
Internal
Simplify pull request workflow triggers.
Update issue-manager to 0.7.1.
Update issue-manager to 0.7.0.
[8 lines not shown]
py-syrupy: updated to 5.3.4
5.3.4
perf: drop per-node kwargs dict from the amber serializer
perf: give the internal matcher wrapper an explicit signature
fix: avoid os.environ mutation for color control
py-httplib2: updated to 0.32.0
0.32.0
Python support 3.8+ only
decompression limited by size and ratio
decoder foundation to support more compression algorithms
[NFC][analyzer] Remove NodeBuilders around defaultEvalCall (#203923)
This change removes `NodeBuilder`s from the functions connected to
`defaultEvalCall` that were previously passing around `NodeBuilder`
arguments instead of the more usual `ExplodedNodeSet &Dst`
out-parameters.
Although these `NodeBuilder`s "travelled through" many functions, their
usage pattern was relatively simple and their back-and-forth set
manipulation didn't provide any advantage over a plain exploded node
set.
In addition to the removal of the `NodeBuilder`s, this commit performs
minor simplifications in the affected code and renames the old method
`BifurcateCall` to the more specific `dynDispatchBifurcate` (because the
old name was too vague now that we also have `ctuBifurcate`).
This patch enables the fexec-charset option to control the execution charset of string literals. It sets the default internal charset, system charset, and execution charset for z/OS and UTF-8 for all other platforms.
[ARM] Replace Neon concat patterns with insert_subregs. (#205505)
This replaces the REG_SEQUENCE we use for concat_vector with
INSERT_SUBREG, which whilst not perfect can produce slightly better code
overall, and helps us avoid REG_SEQUENCE instructions.
multimedia/termusic: fix build on armv7
The usual issue of time_t being 64 bits on armv7 despite it being a
32 bit platform. Refactor the time conversion code to just use i64
throughout, avoiding any type conversion issues.
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit b3b43f93e9bd09a09a92a6e8843eff4ffe4205fe)
games/xasteroids: render the game playable
- switch to the usleep() based delay code
- remove the old, no longer functional delay-loop path
- configure the default delay to 16384 µs, which seems to be playable
MFH: 2026Q2
(cherry picked from commit dda26e666584fa233a07c911685cbe5caddd8049)
databases/keydb: not for 32 bit platforms
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit 8718ca68883fd8a5cbad0e7a8a1e4eb7f0a9ba85)
games/tecnoballz: fix build on FreeBSD 15.1
CHAR_WIDTH is now a macro defined by <limits.h> (from C23).
While we are at it, roll static REINPLACE_CMD usage into existing patch
file.
MFH: 2026Q2
Approved by: portmgr (build fix blanket)
(cherry picked from commit c758ccc79c2bb3db009274cb68b102c830640f5d)
security/nebula: fix build on 32 bit platforms
The structure syscall.Iovec has 32 bit fields on 32 bit platforms,
64 bit fields on 64 bit platforms. Go copes poorly with this difference
(why didn't they just use int?). Apply a conditional patch to fix the
build on 32 bit platforms.
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit 59b1c90a7f8f718c7dbe6f097999e0dbb0e8a489)