rsync: update to 3.4.4.
# NEWS for rsync 3.4.4 (8 Jun 2026)
## Changes in this version:
This is a conservative point release that backports regression fixes
on top of 3.4.3. No new features are included.
### BUG FIXES:
- Honour a relative alt-basis directory (e.g. `--link-dest=../sibling`,
`--copy-dest`, `--compare-dest`) on a daemon receiver running with
`use chroot = no`. Such a path is re-anchored at the module root but
was then rejected by the receiver's secure open; it now works where
kernel-enforced confinement is available. See the PORTABILITY note
below for the platform limitation. Fixes #915.
- sender: open a module-root-absolute path for a `path = /` module so a
[49 lines not shown]
ppsspp: updated to 1.20.4
1.20.4
Ad-hoc
Support for "data.json" live status from adhoc relay servers
RetroAchievements UI improvements around subsets
Assorted ad-hoc UI improvements
Fixes for The Warriors
Texture upscaling
Fix old bug causing some textures to get stuck unscales on some hardware when using GPU texture upscaling
Improved performance of MMPX-adv upscaler
NNEDI3 and Spline36 GPU texture scaling
Rendering fixes
[29 lines not shown]
(devel/R-callr) Updated 3.7.6 to 3.8 0
# callr 3.8.0
* `r()`, `rcmd()`, `rscript()` and `rscript_process` now accept
`pty = TRUE` to run the child R process in a pseudo-terminal.
* callr now supports `carrier::crate()`. `package = NULL`, the new
default, handles functions created with `carrier::crate()` automatically
(#249).
* The `CALLR_TMPDIR` environment variable can now be set to override the
directory callr uses for its auxiliary temporary files. When unset, callr
keeps using `tempdir()` (#172).
* `r_bg()` (and `r()`) subprocesses now exit with a non-zero status when
the evaluated expression throws an error or is interrupted, instead of
always exiting with status 0 (#291).
[16 lines not shown]
restish: update to 2.2.0.
Restish v2.0.0 is a major redesign of the REST-ish HTTP CLI, with
a new Go codebase, stronger OpenAPI command generation, typed JSONC
config, safer auth/config handling, improved output/filtering/pagination
behavior, and first-party plugin support.
Highlights:
New v2 module path: github.com/rest-sh/restish/v2
Improved generic HTTP and generated OpenAPI workflows
Automatic v1 config migration for standard config locations
New out-of-process plugin system, including CSV, MCP, bulk, and PKCS#11 plugins
Refreshed docs, install guide, v1 upgrade guide, and interactive tour
This is a breaking major release. Users upgrading from v1 should
read the upgrade guide before switching production workflows.
py-typer: update to 0.26.7.
0.26.7
Fixes
🐛 Respect wait=False when launching URLs with xdg-open. PR #1820 by @patrick91.
0.26.6
Fixes
🐛 Ensure that the default of a list argument is used correctly. PR #1821 by @svlandeg.
Internal
👷 Speed up the CI by shuffling the test matrix. PR #1815 by @svlandeg.
py-sphinx-autodoc-typehints: update to 3.10.5.
process_signature: don't skip the first arg on bound instance methods by @ilia-kats in #705
🐛 fix(annotations): use class role for Ellipsis/NotImplementedType on 3.13+ by @gaborbernat in #707
py-pdf: update to 6.13.0.
## Version 6.13.0, 2026-06-05
### Security (SEC)
- Avoid infinite loops for outlines and text extraction (#3830)
### New Features (ENH)
- Add Japanese predefined CMaps (#3800)
- Font: Collect all character widths, not only those that can be unicode mapped (#3798)
### Robustness (ROB)
- Recover a corrupt trailing startxref pointer (closes #3238) (#3826)
- Handle /Pages node without /Kids during flattening (#3825)
- Accept inline image EI marker at the end of a content stream (#3827)
### Maintenance (MAINT)
- Type the always-raising deprecation helpers as `NoReturn` (#3819)
py-google-api-core: update to 2.31.0.
Documentation
fix FAQ grammar in httplib2 example
774a0b8 (b79b3ea0c28e4b2d16aef8da14ad87c5735b1328)
same block as other sections
9c72a41 Bump github/codeql-action from 4.33.0 to 4.34.1
ebf7190 Bump github/codeql-action from 4.32.0 to 4.33.0
0e4ae38 (b79b3ea0c28e4b2d16aef8da14ad87c5735b1328)
exclude Response.is_permanent_redirect from API docs (#7244)
d568f47 (b79b3ea0c28e4b2d16aef8da14ad87c5735b1328)
clarify Quickstart POST example (#6960)
Additional commits viewable in compare view
Bug Fixes
bump protobuf from 4.25.8 to 5.29.6 (#17021) (8f52e9ad30b58436480e35d462e9367172bd6656)
drop support for Python 3.9 (#16980) (e5ed47205cb478a4b6ba8f602b7c7198911d086e)
py-filelock: update to 3.29.1.
docs: fix API docs of release() by @MrAnno in #540
docs: clarify per-thread scope of FileLock configuration by @Gares95 in #543
chore: improve filelock maintenance path by @lphuc2250gma in #542
chore: improve filelock maintenance path by @lphuc2250gma in #544
chore: improve filelock maintenance path by @lphuc2250gma in #545
🐛 fix(soft): refuse to follow symlinks when reading the lock file by @dxbjavid in #548