py-icecream: updated to 2.1.9
2.1.9
Removed: Support for Python 3.8.
Fixed: Issues 229 and 60, which means improved lists output.
Big thanks to the community! This release was made possible by the people who contributed to the library.
py-gcovr: updated to 8.6
8.6
Breaking changes:
Drop support for Python 3.9.
New features and notable changes:
Add support for Python 3.14.
Bug fixes and small improvements:
To avoid merge errors, add the line number to the name of the unknown function.
If intermediate files are kept, rename the gcov files before processing them to log the
final filename.
Use the first line after a function definition and not the first line which is hit.
py-tomlkit: updated to 0.14.0
0.14.0 - 2026-01-13
Changed
- Drop support for Python older than 3.9. Remove 3.8 from the CI matrix.
Added
- Custom encoders can now receive `_parent` and `_sort_keys` parameters to enable proper encoding of nested structures.
- Add `String.type` property to get the string type.
Fixed
- Fixed `tomlkit.boolean()` API to correctly handle boolean inputs.
py-hy: updated to 1.2.0
1.2.0 ("Crackers and Snacks", released 2026-01-14)
Supports Python 3.9 – Python 3.14
New Features
* `setv` now supports chained assignment with `:chain`.
* Several functions in the standard `inspect` module have been
monkey-patched to work better with Hy code: `findsource`,
`getcomments`, `getfile`, `getsource`, `getsourcelines`.
* As a result, the `ll` command in `pdb` should now show a more
useful result in more cases.
yazi: update to 26.1.4.
## [v26.1.4]
### Added
- Support VFS for preset previewers that rely on external commands ([#3477])
- Support 8-bit images in RGB, CIELAB, and GRAY color spaces ([#3358])
### Fixed
- `ya pkg` fails to write `package.toml` when the config directory does not exist ([#3482])
- A race condition generating unique filenames for concurrent file operations ([#3494])
## [v25.12.29]
### Added
- Remote file management ([#3396])
[85 lines not shown]
protobuf py-protobuf: updated to [6.]33.4
33.4
Other
Refactor(bazel): publish a separate .tar.gz
Bazel: Remove hardcoded dependency on //:protoc from language runtimes
editors/tp-note: update to 1.25.17
Reduce false positives in natural language detection.
This release filters URLs in texts with markup before passing it to the Lingua
crate. Before, URLs were often recognized as one of the configure natural
languages. There are no changes in the configuration or the templates. Just
the `get_lang()` filter got a little smarter. Now, it can even launch multiple
threads from a thread pool with the help of the Rayon crate. This reduces
Tp-Note's startup time when creating new, very large notes.
audio/spotify-player: update to 0.21.3
NOTE: this is a patched release acting as a temporary release until #890 is resolved or when Spotify fixes their broken APIs 😔😔😔
Refer to #890 (comment) for context on the workaround changes to handle the broken Spotify APIs.
What's Changed
Fix package URL format in Cargo.toml by @stkiegerl in #886
cleanup client API call codes by @aome510 in #891
fix: include local streaming device in device list popup by @glima in #860
Allow showing actions on the current context page by @crisco-13 in #857
Filter out keymaps with None command in shortcut help popup by @seanlinshiang in #849
feat: add SeekStart command by @mrghosti3 in #888
Feature: add command "features" by @mgumz in #844
feat: optional transient notifications by @kirpy0x in #852
Improve the track page layout by @mgumz in #843
Feature: add {track_number} to playback_format by @mgumz in #842
feat(nix): add nix flake by @DOD-101 in #875
fix(nix): add missing nativeBuildInputs by @DOD-101 in #905
pre-release v0.21.3 by @aome510 in #909