py-sqlalchemy: updated to 2.0.45
2.0.45
orm
[orm] [bug]
Fixed issue where calling Mapper.add_property() within mapper event hooks such as MapperEvents.instrument_class(), MapperEvents.after_mapper_constructed(), or MapperEvents.before_mapper_configured() would raise an AttributeError because the mapper’s internal property collections were not yet initialized. The Mapper.add_property() method now handles early-stage property additions correctly, allowing properties including column properties, deferred columns, and relationships to be added during mapper initialization events. Pull request courtesy G Allajmi.
[orm] [bug]
Fixed issue in Python 3.14 where dataclass transformation would fail when a mapped class using MappedAsDataclass included a relationship() referencing a class that was not available at runtime (e.g., within a TYPE_CHECKING block). This occurred when using Python 3.14’s PEP 649 deferred annotations feature, which is the default behavior without a from __future__ import annotations directive.
examples
[examples] [bug]
Fixed the “short_selects” performance example where the cache was being used in all the examples, making it impossible to compare performance with and without the cache. Less important comparisons like “lambdas” and “baked queries” have been removed.
[56 lines not shown]
rclone: updated to 1.72.1
1.72.1
Bug Fixes
build: update to go1.25.5 to fix CVE-2025-61729
doc fixes (Duncan Smart, Nick Craig-Wood)
configfile: Fix piped config support (Jonas Tingeborn)
log
Fix PID not included in JSON log output (Tingsong Xu)
Fix backtrace not going to the --log-file (Nick Craig-Wood)
Google Cloud Storage
Improve endpoint parameter docs (Johannes Rothe)
S3
Add missing regions for Selectel provider (Nick Craig-Wood)
lazygit: updated to 0.57.0
0.57.0
Enhancements
Open pull requests in browser with extra leading slashes removed
Allow using SelectedSubmodule in CustomCommands
Don't allow empty input in most prompts
Suppress output from background fetch (unless there were errors)
feat: add fork remote command
Trigger immediate background fetch when switching repos
Fixes
Keep cursor at top/bottom when navigating by page
Switch to branches view when checking out a commit
Fix deleting a remote tag when a remote branch with the same name exists, or vice versa
Show fixup base commits in correct order in ctrl-f error message
[25 lines not shown]
audio/termusic: update to 0.12.1
[V0.12.1]
Released on: December 11, 2025.
Change: change default log level to info (from warn).
Change: log the termusic version used.
Change(tui): on windows, properly spawn the server as a detached process.
Feat(tui): allow disabling individual cover-art protocols, even if compiled-in.
Fix: populate media title changes (like radio stream titles) to the TUI again.
Fix(tui): update status bar (status, volume, speed, gapless) on [volume, speed, gapless] changes, not just status changes.
Fix(tui): properly set lyric content on reload (like exiting the config editor).
Fix(tui): populate "Stopped" state to everything instead of showing stale data.
Fix(tui): change how progress time is displayed to now be --:-- if unavailable / stopped, and dont show total duration if unavailable.
Fix(tui): dont show error popup if cover-ueberzug is compiled-in but ueberzug command is not available.
Fix(tui): change the progressbar to use less-than-full blocks for smoother display.
Fix(tui): change Database Playlist search to work on all music roots, instead of current library root.
Fix(tui): change tokio runtime shutdown to have a timeout. This fixes infinitely stuck process on windows.
Fix(tui): correctly kill the server on windows systems if config option behavior.quit_server_on_exit is enabled.
Fix(tui): in Music Library, when pressing RIGHT on a non-loaded directory, will now load the directory (without having to step-into it).
[8 lines not shown]
devel/ast-grep: update to 0.40.1
chore: add a link to the badges #2370
fix: fix AST strictness check #2361
chore(deps): update dependency @ast-grep/napi to v0.40.0 c98f0dc
fix: use individual flag for parser 2bdcecb
chore(deps): update dependency oxlint to v1.32.0 b058028
firefox140{,-l10n}: Update to 140.6.0
Changes:
140.6.0
- Security fixes (MFSA2025-94)
Discussed with PMC and ok by <maya> during carefulperiod 2, thanks!
py-django-polymorphic: updated to 4.3.0
4.3.0
Support Q expressions that contain subquery expressions
Make related polymorphic object manager selection more robust to multiple inheritance scenarios.
Caching in inheritance accessor functions
update changelog
Multi-database support in inheritance accessors.
Include get_child_inlines() hook in stacked inline admin forms.
upgrade uv lockfile
fix docs errors
Resolve primary key name correctly.
Misc test fixes
remove dead code
bump version
py-exifread: updated to 3.5.1
3.5.1 — 2025-08-23
* Don't raise exception from decode_maker_note() if strict==False
3.5.0 — 2025-08-23
* Add support for JPEG XL
* Add Image SubIFDs decoding and Nikon Z 9 sample
* Make it easier to add new file types to testing
Update shells/bash to 5.3.9
One new (upstream) patch added. Fixes a SIGSEGV if a SIGINT is received
during a reverse i-search (readline issue - to the embedded readline).
py-acme py-certbot*: updated to 5.2.2
5.2.2
Fixed a regression that caused certbot to crash if multiple --webroot-path
values were set on the command line.