Bug#1143722: python-librosa: hardcoded Python3.13 in rules file
Gianfranco Costamagna <[email protected]> Wed, 5 Aug 2026 13:45:43 +0000 (UTC)
| Newsgroups | gmane.linux.debian.devel.bugs.rc |
|---|---|
| Message-ID | <715176205.7801603.1785937543852__11410.86778823$1785937635$gmane$org@mail.yahoo.com> |
Source: python-librosa Version: 0.11.0-5 Severity: serious Hello, now that the default Python3 is not anymore 3.13 the package FTBFS. Please try to use the current Python, to avoid transitions hell diff -Nru python-librosa-0.11.0/debian/changelog python-librosa-0.11.0/debian/changelog --- python-librosa-0.11.0/debian/changelog 2026-03-15 17:05:30.000000000 +0000 +++ python-librosa-0.11.0/debian/changelog 2026-08-05 13:33:07.000000000 +0000 @@ -1,3 +1,9 @@ +python-librosa (0.11.0-5.1) unstable; urgency=medium + + * Run tests with current Python3 (Closes: #-1) + + -- Gianfranco Costamagna <[email protected]> Wed, 05 Aug 2026 15:33:07 +0200 + python-librosa (0.11.0-5) unstable; urgency=medium * redefined maintainer/uploaders: maintainer is Debian Python Team, diff -Nru python-librosa-0.11.0/debian/rules python-librosa-0.11.0/debian/rules --- python-librosa-0.11.0/debian/rules 2026-03-10 14:06:31.000000000 +0000 +++ python-librosa-0.11.0/debian/rules 2026-08-05 13:33:06.000000000 +0000 @@ -13,7 +13,7 @@ override_dh_auto_test: : #currently `import numba` fails with python3.14, so : # tests are run with python 3.13 only - PYTHONPATH=. python3.13 -m pytest + PYTHONPATH=. python3 -m pytest override_dh_auto_clean: rm -f coverage.xml docs/sg_execution_times.rst