Package: beets / 2.5.1-2

Metadata

Package Version Patches format
beets 2.5.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python314.patch | (download)

beets/ui/__init__.py | 2 1 + 1 - 0 !
beetsplug/lyrics.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 patch out python 3.14 incompatibility issues
skip unreliable tests | (download)

test/test_library.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip unreliable tests

Some tests sometimes fail (e.g. under autopkgtests)

skip gstreamer replaygain python314.patch | (download)

test/plugins/test_replaygain.py | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 skip gstreamer replaygain tests on python 3.14

The python-gi bindings for GStreamer are not yet compatible with Python 3.14,
causing ImportError when trying to import _gi_gst from gi.overrides.

This only affects the replaygain plugin's GStreamer backend tests.
The BPD tests are already skipped via pytest.importorskip when GStreamer
is unavailable.

test rsrc | (download)

beets/test/_common.py | 16 9 + 7 - 0 !
1 file changed, 9 insertions(+), 7 deletions(-)

 allow overriding the path to test resources

They aren't installed in the binary package.

patch out mock.patch | (download)

test/test_sort.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---