py-beets: update to 2.14.1.
2.14.1 (September 17, 2026)
---------------------------
..
New features
~~~~~~~~~~~~
Bug fixes
~~~~~~~~~
- :doc:`plugins/lyrics`: Support 3-decimal millisecond timestamps (e.g.
``[mm:ss.xxx]``) in LRC parsing, fixing an issue where synced lyrics with
millisecond precision were erroneously rejected and fell back to plain lyrics.
:bug:`7001`
- Skip archive importer tests (``TestImport7z`` and ``TestImportRar``) when
their optional dependencies (``py7zr`` or ``rarfile`` / ``unrar``) are not
available. :bug:`7002`
[26 lines not shown]
py-aiostream: update to 0.8.1.
0.8.1
Fix repeated source consumption in sequential combine by @Kuang-xianxin in #146
0.8.0
Fix zip cleanup of pending source pulls by @Kuang-xianxin in #144
Drop support for python 3.9 by @vxgmichel in #145
wdiff: update to 1.2.3.
* Noteworthy changes in release 1.2.3 (2026-06-30) [stable]
** Modernize build environment.
Several minor fixes including build fixes for modern C23 compilers.
Many generated or obsolete files have been removed from git.
libuninameslist: update to 20260918.
- 2026-Sep-18
* Introducing Unicode 18.0 (libuninameslist=lib_ver1.18) and French
Unicode 17.0 translation (libuninameslist-fr=lib_ver1.16).
* Added 'make strip' (warning seen in Open SuSE RPM Lint repo_16.0)
libmicrohttpd: update to 1.0.3.
Thu Apr 2 12:16:28 AM CEST 2026
Released GNU libmicrohttpd 1.0.3.
This is a bugfix release.
It primarily fixes a list traversal issue that could
cause connection handling issues when other connections
were suspended.
-- Christian Grothoff
Mon Jul 14 2025 05:03:07 PM CEST
Released GNU libmicrohttpd 1.0.2.
This is a bugfix release.
It primarily fixes a double-close() bug on bind() errors.
-- Christian Grothoff
Revert "[CodeGen] Fix DetectDeadLanes for same-class copies with mismatched widths" (#226665)
Reverts llvm/llvm-project#226556
This is handling malformed IR and adding size based instead of register
class based reasoning
gnupg2: update to 2.5.24.
Noteworthy changes in version 2.5.24 (2026-09-23)
-------------------------------------------------
* Bug fixes:
- scd: Fix for regression in 2.5.23 related to the new Nitrokey
detection. [T8331]
Release-info: https://dev.gnupg.org/T8425
Noteworthy changes in version 2.5.23 (2026-09-22)
-------------------------------------------------
* New and extended features:
[46 lines not shown]
ggml: update to 0.25.3.
0.25.3
A small maintenance release: the core graph size calculation
(ggml_graph_nbytes) no longer triggers a UBSan "non-zero offset to
null pointer" diagnostic, and the CI setup moves CUDA builds to
the hf-jobs runner and adds a new AMD Vulkan build job.
0.25.2
A small point release focused on backend improvements: a new CUDA
convolution kernel with an implicit-GEMM fast path, Vulkan fixes
and tuning (misalignment handling in convolution shaders and
cooperative-matrix support for Adreno GPUs), an optimized DP4A
binary kernel for OpenCL Q6_K GEMM, and a precision guard in the
Hexagon backend.
0.25.1
[26 lines not shown]
OpenJPH: update to 0.32.0.
Many updates/PRs have been merged into this release. This is
slightly rushed to go along with the next release of OpenEXR; in
particular, I am adding an experimental non-linearity, NLT type 4
#356, which is not part of the standard -- if you do not need it,
please do not use it.
libextractor: update to 1.19.
Thu Jul 30 11:14:02 PM CEST 2026
Add new RTF and msoffice plugins.
Fix interesting bugs and performance issues in ancient unzip logic.
Fix offset calculation issue in WAV extractor.
Minor memory leaks fixed in ELF extractor.
Add support for OSSfuzz.
Releasing GNU libextractor 1.19. -CG
Tue Jul 28 11:14:02 PM CEST 2026
Detect secure execution mode properly when deciding whether to
honor LIBEXTRACTOR_PREFIX: use secure_getenv() where available,
and otherwise fall back to issetugid() or to comparing the real
against the effective UID/GID, instead of merely checking for
root (#11609).
Releasing GNU libextractor 1.18. -CG
Sun Jul 5 10:55:57 PM CEST 2026
[18 lines not shown]
Mips: Route ABI queries through the subtarget
MipsSubtarget::getABI() already forwards to the target machine, so every
direct MipsTargetMachine::getABI() reader can use the subtarget instead.
Co-Authored-By: Claude Opus 5 <noreply at anthropic.com>