py-gitlab: add version 7.0.0
python-gitlab is a Python package providing access to the GitLab server API.
It supports the v4 API of GitLab, and provides a CLI tool (gitlab).
wm/emwm-utils: update to 1.3.1
# upstream changes
Sep 27, 2025 - v1.3.1
- Toolbox will properly recover from parse errors
- Fixed timed locking in xmsm
- Special chars in variable expansion are handled more akin to sh
mlt*: update to 7.34.1
Split the qt5 and qt6 modules into their own packages.
Version 7.34.1
- Fixed compiling with Qt 5.
Version 7.34.0
Framework
- Added `mlt_image_rgba64` format. This change touched core, avformat, and qt
modules as well.
- Added `mlt_color_trc`, `mlt_color_primaries`, and more `mlt_colorspace`s along
with functions:
* `mlt_image_color_trc_name`
* `mlt_image_color_trc_id`
* `mlt_image_colorspace_name`
[47 lines not shown]
sysutils/fastfetch: update to 2.55.1
# upstream changes
# 2.55.1
Bugfixes:
* Fix parallel command execution breaks randomly (#2056 / #2058, Command)
* Regression from v2.55.0
* Fix `dylib` searching path on macOS (macOS)
* Regression from v2.55.0
* Fix an uninitialized field (#2057, Display)
# 2.55.0
Changes:
* Commands are now executed in parallel by default to improve performance (#2045, Command)
* This behavior can be disabled in the config file with `"parallel": false` if it causes problems with certain scripts
* Folder/filesystem hiding is moved to the detection stage; hidden entries are no longer probed, improving performance (#2043, Disk)
[25 lines not shown]
py-apsw: updated to 3.51.1.0
3.51.1.0
All objects that can be closed implement __bool__() which returns True while open and False when closed - Connection, Cursor, Backup, Blob, Session, ChangesetBuilder, Rebaser.
py-pdf: update to 6.4.0.
Security (SEC)
Reduce default limit for LZW decoding by @stefan6419846
New Features (ENH)
Parse and format comb fields in text widget annotations (#3519) by @PJBrs
Robustness (ROB)
Silently ignore Adobe Ascii85 whitespace for suffix detection (#3528) by @mbierma