strawberry: updated to 1.2.26
1.2.26
Bugfixes
Fixed re-loading playlist item metadata for local files not in the collection after editing tags
Enhancements
Replaced deprecated QLibraryInfo::path with QLibraryInfo::paths
Removed dedicated network access manager for lyrics
Refactor the playlist items save/reload code
Refactor the translation loading code
Pullup ticket #7224 - requested by maya
lang/perl5: security fix
follow-up: remove 0-byte patches, these files were meant to be deleted in the
last commit.
py-pyvcd: updated to 0.4.2
pyvcd-0.4.2 (2026-08-09)
* fix: accept special characters in reader scope and variable names
* fix: take a variable's bit index from the final bracketed section of its
reference
* build: remove deprecated packaging metadata
* docs: official support for Python 3.14
* docs: cite IEEE 1800-2023 for the VCD specification
* docs: project moved back to the SanDisk-Open-Source organization
py-time-machine: updated to 3.3.1
3.3.1
Fix small rounding errors in destination calculations.
Previously, time-machine computed destinations in floating-point seconds, which could lead to small rounding errors: up to a few hundred nanoseconds for present-day destinations, growing to several microseconds by the year 2500. This change fixes the pipeline to use integer nanoseconds throughout, so time-travel is precise for any supported date.
3.3.0
Support Python 3.15.
Mock datetime.date.today() directly, for Python 3.15 support.
Previously time-machine was mocked only indirectly, since CPython implemented it by calling cls.fromtimestamp(time.time()). Python 3.15 added a fast path that reads the system clock directly (CPython Issue 130980), so time travel no longer affected it, which the new mock fixes. Consequently, there are new escape hatch functions: escape_hatch.datetime.date.today() and escape_hatch.datetime.datetime.today().
Support isolated subinterpreters, as created by concurrent.interpreters on Python 3.14+. Previously, importing time-machine in an isolated subinterpreter failed with an ImportError.
Move the intermediary functions that patched functions call from Python to C. This change reduces the overhead of calling patched functions like time.time() while time travelling, making them around 10-20% faster.
[19 lines not shown]
py-tablib: updated to 3.10.0
3.10.0
Security
Escape dataset title in HTML serialization
Added
Add support for Python 3.15
Use lazy imports on Python 3.15 to improve startup speed
Changed
Remove #yaml tag from generic error message URL
Drop support for Python 3.9
Fixed
[8 lines not shown]
py-pygit2: updated to 1.20.0
1.20.0 (2026-08-08)
- New `RemoteCallbacks.custom_headers()`
- New rebase API: `Repository.rebase_init(...)`, `Repository.rebase_open(...)`,
`Rebase`, and `RebaseOperation`
- Fix `Config.snapshot()` for non-repository configs, allow `PathLike` in
`Config.__init__()`, and improve config documentation
- Fix `UnicodeDecodeError` with non-UTF-8 file paths in `Repository.status()`,
`DiffFile.path`, index paths, checkout callbacks, and related APIs
- Fix `enums.CheckoutStrategy.CONFLICT_STYLE_ZDIFF3`, which was mistakenly
bound to the `DIFF3` constant
- Fix crashes and reference-lifetime bugs in custom refdb backends
- Update wheels to libgit2 1.9.6 and OpenSSL 3.5.7
- Add riscv64 wheels
ncdu: updated to 1.22
1.22
- Add support for @-prefixed lines to ignore errors in config file (from 2.8)
- List all supported options in `--help` (from 2.8)
- Use `kB` instead of `KB` in `--si` mode (from 2.8)
- Add `--graph-style` option (from 2.1)
- Fix supported range of uid/gid numbers
ncdc: updated to 1.25
1.25
- Add support for IP to country lookups through libloc
- Add `location_db` config option
- Indicate GeoIP support in `--version`