Package: specreduce / 1.6.0-3

Metadata

Package Version Patches format
specreduce 1.6.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Ignore all deprecation warnings.patch | (download)

pyproject.toml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ignore all deprecation warnings

Closes: #1058360

Don t install non package files.patch | (download)

pyproject.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't install non-package files

Without this patch, files were installed in /usr/lib/python3/doc and other places.

Closes: #1072391

Enforce specutils version number 2 in test.patch | (download)

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

 enforce specutils version number >= 2 in test

For some (unknown) reason, during the build time test assigns the
version number of specreduce to specutils. Because the specreduce
version number is smaller than 2, the wrog specutils API is used,
resulting in failing and erroring tests.

This does not happen in the autopkgtest with the installed package,
however.

Because the Debian specutils is a dependency of specreduce, we can
safely assume (and enforce) that it is >= 2.

Closes: #1114394