Package: beets / 2.7.1-1

Metadata

Package Version Patches format
beets 2.7.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
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.

fix_bpd_test_python314.patch | (download)

test/plugins/test_bpd.py | 196 125 + 71 - 0 !
1 file changed, 125 insertions(+), 71 deletions(-)

 fixed an failing bpd test the failing test stems from differences in
 how the patch decorator from unitest works in python 3.14 in compassion to
 earlier versions. It does not patch code running in a multiprocessing.

Generally enhanced typehints in file.