py-tox: updated to 4.60.0
Features - 4.60.0
Add {home} and {tox_root_name} substitutions; set work_dir to e.g. "{home}/.local/state/tox/{tox_root_name}" to keep environments outside of the project tree - by @WhyNotHugo.
Bug fixes - 4.60.0
Provision the requested tox version before reading env_list, allowing configuration syntax introduced by that version - by @CAOShurong
Improved documentation - 4.60.0
Fix nine source-code links in the onboarding guide that pointed at paths which no longer exist, and correct the class names of the TOML configuration sources and loaders they refer to - by @Yusuf-Gadelrab.
py-django-q2: updated to 1.11.0
1.11.0
- AttributeError when start_event is None, and guard process faster stop
- Add croniter as optional extra.
- Migrate poetry to uv
- Add support for python 3.13 and 3.14
- Add django 6.1 support
- Postpone SECRET_KEY evaluation to the qcluster command execution
py-uv py-uv-build: updated to 0.12.5
0.12.5
Python
Add CPython 3.10.21, 3.11.16, and 3.12.14
Prefer newer versions and standard variants when selecting between equally prioritized Python interpreters
Enhancements
Simplify errors and hints for invalid editable requirements, and redact credentials in requirement URLs
Preview features
Allow --index and --default-index to select configured package indexes by name with the index-by-name preview feature
Include distribution artifact URLs and hashes in CycloneDX SBOM exports by default
Fall back to logical file sizes when using cache-physical-space on filesystems that do not support physical-space accounting
[3 lines not shown]
devel/gitpane: update to 0.12.0
[0.12.0] - 2026-08-17
Added
p pulls and P pushes the selected repo or worktree from anywhere, lazygit-style, and the GitHub panel toggle moved from p to =. Modified keys (Ctrl/Alt combinations) never trigger the repo-mutating shortcuts, and the reserved-key documentation covers the new bindings. Thanks @expoli.
Sleep-when-hidden now also applies outside tmux, superseding the v0.11.0 note that outside-tmux behavior was unchanged. With watch.sleep_when_hidden = true (the default), a session with no input for watch.doze_after_secs (default 120) drops to deep sleep: periodic polling, fetching, and watcher-driven refreshes all pause until the next input. Any deliberate input counts as presence (keys, mouse clicks and scrolls, paste, resize, focus changes), the idle timer wakes exactly once at the deadline instead of polling every 3 seconds, and the probe reports its state immediately on startup so a resumed session never sits stale. Thanks @expoli.
Fixed
Pull and push no longer hard-code origin. A branch with a configured upstream or push remote runs bare, so git's own config decides the destination, including renamed upstream branches; otherwise gitpane resolves the repo's real remote (origin when present, else the workspace's own remote, as in Gerrit and mirror setups). Submodule update-to-latest, GitHub owner/repo detection, and the review launcher's default-branch base follow the same resolution. Thanks @expoli.
Quitting no longer hangs for tens of seconds while in-flight status queries drain on a large workspace. Mutating operations (pull, push, submodule updates) still complete before exit, with a status-bar notice and a second q as the force-quit escape, and a panic no longer reintroduces the hang or interrupts an in-flight pull mid-write. Thanks @expoli.
Pasting no longer copies the clipboard content an extra time per paste event.
suitesparse: update to 7.14.0
* GraphBLAS 10.5.0: faster resize, post-iso check revised, and a bug
fix
* SuiteSparse_config 7.14.0: version update to match SuiteSparse.
croc: Update to 11.1.2
What's Changed
fix: web by @schollz in #1249
fix: web by @schollz in #1250
Add a Debian install section by @barnumbirr in #1251
build(deps): bump golang.org/x/net from 0.57.0 to 0.58.0 by @dependabot[bot] in #1253
build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 by @dependabot[bot] in #1252
fear: improve transfer performance by @schollz in #1254
resterm: Update to 1.11.1
New
Command suggestions now show their shortcuts alongside the full command name, making commands like :w, :q, and :e a bit easier to discover.
Fixed
There was an issue where the Open dialog could be slow when browsing larger directories. This has been fixed, making file suggestions faster and more responsive.