(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
py-hatchling: update to 1.30.1.
1.30.1 - 2026-06-01
Fixed
Default core metadata version kept at 2.4 until more tools support 2.5
1.30.0 - 2026-05-31
Added:
Support PEP 794 (core metadata Import-Name and Import-Namespace fields and version 2.5)
Fixed:
Exclude Git worktree metadata files from sdists
mame: update to 0.288.
We’re proud to present MAME 0.288 today. We’ve already mentioned
it before, but in case you forgot, we’ve migrated to C++20 and
raised the requirements for development tools and operating systems.
There are some noticeable changes to MAME’s user interface in this
release, too. The most significant is that many options are shown
in a de-emphasised colour if they currently have default or inherited
values. This is the opposite of the previous behaviour for the
input assignments menus. The menus for controlling mounted media
behave a little differently, but hopefully more intuitively. There
are a couple of additional settings for how menus are handled (find
them in the Miscellaneous Options menu or change them in ui.ini).
There’s also a slight change to how MAME loads settings from INI
files, but most users shouldn’t notice the difference.
It’s been two months since our last release, so a lot has changed.
Rare Bubble System versions of Konami’s Galactic Warriors and RF2
[16 lines not shown]
PR/60314 Raspberry PI 5 SD support doesn't work under UEFI
Apply the necessary SDHC_FLAG_* flags to make the Broadcom STB SDHCI
controllers (Arasan IP) with HID BRCM5D12 work.
Thanks to Jared for help with this.