Your message dated Sun, 04 May 2025 14:58:48 +0000
with message-id <e1ubano-00gkt1...@fasolo.debian.org>
and subject line Bug#1104653: fixed in orange-spectroscopy 0.8.1+git20250328-4
has caused the Debian Bug report #1104653,
regarding orange-spectroscopy: FTBFS: ERROR tests/test_xas.py - ValueError: 
Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1104653: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104653
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:orange-spectroscopy
Version: 0.8.1+git20250328-3
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy  
* Building wheel...

[... snipped ...]

E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_editor_me_emsc.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_editor_me_emsc.py:5: in <module>
    from orangecontrib.spectroscopy.tests.test_owpreprocess import 
PreprocessorEditorTest
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_owpreprocess.py:25: in <module>
    SMALL_COLLAGEN = smaller_data(Orange.data.Table("collagen"), 70, 4)
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_editor_normalize.py 
_
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_editor_normalize.py:3: in <module>
    from orangecontrib.spectroscopy.tests.test_owpreprocess import 
PreprocessorEditorTest
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_owpreprocess.py:25: in <module>
    SMALL_COLLAGEN = smaller_data(Orange.data.Table("collagen"), 70, 4)
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_editor_spikeremoval.py
 _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_editor_spikeremoval.py:1: in <module>
    from orangecontrib.spectroscopy.tests.test_owpreprocess import 
PreprocessorEditorTest
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_owpreprocess.py:25: in <module>
    SMALL_COLLAGEN = smaller_data(Orange.data.Table("collagen"), 70, 4)
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_emsc.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_emsc.py:11: in <module>
    from orangecontrib.spectroscopy.tests.test_preprocess import 
TestCommonIndpSamplesMixin, \
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_preprocess.py:19: in <module>
    from orangecontrib.spectroscopy.tests.test_conversion import 
separate_learn_test, slightly_change_wavenumbers, odd_attr
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_conversion.py:21: in <module>
    COLLAGEN = Orange.data.Table("collagen")
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_integrate.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_integrate.py:7: in <module>
    from orangecontrib.spectroscopy.tests.test_preprocess import 
TestCommonIndpSamplesMixin, \
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_preprocess.py:19: in <module>
    from orangecontrib.spectroscopy.tests.test_conversion import 
separate_learn_test, slightly_change_wavenumbers, odd_attr
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_conversion.py:21: in <module>
    COLLAGEN = Orange.data.Table("collagen")
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_interpolate.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_interpolate.py:19: in <module>
    from orangecontrib.spectroscopy.tests.test_preprocess import 
TestCommonIndpSamplesMixin, \
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_preprocess.py:19: in <module>
    from orangecontrib.spectroscopy.tests.test_conversion import 
separate_learn_test, slightly_change_wavenumbers, odd_attr
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_conversion.py:21: in <module>
    COLLAGEN = Orange.data.Table("collagen")
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_me_emsc.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_me_emsc.py:11: in <module>
    from orangecontrib.spectroscopy.tests.test_preprocess import 
TestCommonIndpSamplesMixin, \
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_preprocess.py:19: in <module>
    from orangecontrib.spectroscopy.tests.test_conversion import 
separate_learn_test, slightly_change_wavenumbers, odd_attr
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_conversion.py:21: in <module>
    COLLAGEN = Orange.data.Table("collagen")
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_owpeakfit.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_owpeakfit.py:28: in <module>
    COLLAGEN = Orange.data.Table("collagen")[0:3]
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_owpreprocess.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_owpreprocess.py:25: in <module>
    SMALL_COLLAGEN = smaller_data(Orange.data.Table("collagen"), 70, 4)
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_preprocess.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_preprocess.py:19: in <module>
    from orangecontrib.spectroscopy.tests.test_conversion import 
separate_learn_test, slightly_change_wavenumbers, odd_attr
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_conversion.py:21: in <module>
    COLLAGEN = Orange.data.Table("collagen")
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
_ ERROR collecting 
.pybuild/cpython3_3.13_orange-spectroscopy/build/tests/test_xas.py _
/usr/lib/python3/dist-packages/Orange/data/io.py:170: in read
    data = self.data_table(reader)
/usr/lib/python3/dist-packages/Orange/data/io_base.py:432: in data_table
    return builder.create_table()
/usr/lib/python3/dist-packages/Orange/data/io_base.py:234: in create_table
    return Table.from_numpy(self.get_domain(), *self.get_arrays())
/usr/lib/python3/dist-packages/Orange/data/io_base.py:381: in get_arrays
    X, Y, M, W = [self._list_into_ndarray(lst, dt) for lst, dt in lists]
/usr/lib/python3/dist-packages/Orange/data/io_base.py:395: in _list_into_ndarray
    assert array.dtype == np.float_
/usr/lib/python3/dist-packages/numpy/__init__.py:400: in __getattr__
    raise AttributeError(
E   AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use 
`np.float64` instead.

The above exception was the direct cause of the following exception:
tests/test_xas.py:8: in <module>
    from orangecontrib.spectroscopy.tests.test_preprocess import 
TestCommonIndpSamplesMixin, \
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_preprocess.py:19: in <module>
    from orangecontrib.spectroscopy.tests.test_conversion import 
separate_learn_test, slightly_change_wavenumbers, odd_attr
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:185: in exec_module
    exec(co, module.__dict__)
orangecontrib/spectroscopy/tests/test_conversion.py:21: in <module>
    COLLAGEN = Orange.data.Table("collagen")
/usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__
    return cls.from_file(args[0], **kwargs)
/usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file
    data = reader.read()
/usr/lib/python3/dist-packages/Orange/data/io.py:183: in read
    raise ValueError('Cannot parse dataset {}: {}'.format(self.filename, 
error)) from error
E   ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/orangecanvas/utils/localization/__init__.py:5
  /usr/lib/python3/dist-packages/orangecanvas/utils/localization/__init__.py:5: 
DeprecationWarning: import 'orangecanvas.localization', not 
'orangecanvas.utils.localization'
    warnings.warn(

../../../../../../usr/lib/python3/dist-packages/orangecanvas/utils/localization/si.py:5
  /usr/lib/python3/dist-packages/orangecanvas/utils/localization/si.py:5: 
DeprecationWarning: import 'orangecanvas.localization.si', not 
'orangecanvas.utils.localization.si'
    warnings.warn(

orangecontrib/spectroscopy/widgets/owstackalign.py:6
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/widgets/owstackalign.py:6:
 DeprecationWarning: Please import `shift` from the `scipy.ndimage` namespace; 
the `scipy.ndimage.interpolation` namespace is deprecated and will be removed 
in SciPy 2.0.0.
    from scipy.ndimage.interpolation import shift

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR orangecontrib/spectroscopy/tests/test_als.py - ValueError: Cannot parse 
dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_atm_corr.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_conversion.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_cut.py - ValueError: Cannot parse 
dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_despike.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_als.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_atm_corr.py - ValueError: 
Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_baseline.py - ValueError: 
Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_cut.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_emsc.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_gaussian.py - ValueError: 
Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_me_emsc.py - ValueError: 
Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_normalize.py - ValueError: 
Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_editor_spikeremoval.py - 
ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_emsc.py - ValueError: Cannot parse 
dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_integrate.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_interpolate.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_me_emsc.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_owpeakfit.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_owpreprocess.py - ValueError: 
Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_preprocess.py - ValueError: Cannot 
parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR orangecontrib/spectroscopy/tests/test_xas.py - ValueError: Cannot parse 
dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_als.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_atm_corr.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_conversion.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_cut.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_despike.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_als.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_atm_corr.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_baseline.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_cut.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_emsc.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_gaussian.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_me_emsc.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_normalize.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_editor_spikeremoval.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_emsc.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_integrate.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_interpolate.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_me_emsc.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_owpeakfit.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_owpreprocess.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_preprocess.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
ERROR tests/test_xas.py - ValueError: Cannot parse dataset 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build/orangecontrib/spectroscopy/datasets/collagen.csv:
 `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
!!!!!!!!!!!!!!!!!!! Interrupted: 44 errors during collection !!!!!!!!!!!!!!!!!!!
======================= 3 warnings, 44 errors in 22.05s ========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_orange-spectroscopy/build; python3.13 
-m pytest --verbosity=2 -k "not Mixin"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202505/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:orange-spectroscopy, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: orange-spectroscopy
Source-Version: 0.8.1+git20250328-4
Done: Roland Mas <lola...@debian.org>

We believe that the bug you reported is fixed in the latest version of
orange-spectroscopy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1104...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roland Mas <lola...@debian.org> (supplier of updated orange-spectroscopy 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 04 May 2025 15:14:23 +0200
Source: orange-spectroscopy
Architecture: source
Version: 0.8.1+git20250328-4
Distribution: unstable
Urgency: medium
Maintainer: Debian PaN Maintainers 
<debian-pan-maintain...@alioth-lists.debian.net>
Changed-By: Roland Mas <lola...@debian.org>
Closes: 1104653
Changes:
 orange-spectroscopy (0.8.1+git20250328-4) unstable; urgency=medium
 .
   * Tighten build-dependency on orange3 to fix FTBFS due to changes in
     Numpy 2 (Closes: #1104653).
Checksums-Sha1:
 0ae981c05d9ce0d89c4bc2bbbeb3a231a6a2dff3 3289 
orange-spectroscopy_0.8.1+git20250328-4.dsc
 6f4f6db96e1c3127f07644cf717222f8fc64fb71 6076 
orange-spectroscopy_0.8.1+git20250328-4.debian.tar.xz
 c0c7a8128b5ccd5399fe0d8f133d6f0e9f59f61e 18557 
orange-spectroscopy_0.8.1+git20250328-4_amd64.buildinfo
Checksums-Sha256:
 c92128564dac3cb4bbdbbf9e0fc034bebc8fccb4f2c5c3e3bda4160cecfddcae 3289 
orange-spectroscopy_0.8.1+git20250328-4.dsc
 e8989fc168437d75201fb7d6d17c1d0e1caa27fa8b6ed8654fd949e10509135d 6076 
orange-spectroscopy_0.8.1+git20250328-4.debian.tar.xz
 807813a9cae6370f566358b11a3daec74dba3a337d28a5315b411be973424fc3 18557 
orange-spectroscopy_0.8.1+git20250328-4_amd64.buildinfo
Files:
 8c7a9bb913a459c2d6e40b8f3c9e436f 3289 python optional 
orange-spectroscopy_0.8.1+git20250328-4.dsc
 55b917efeaba20cc824f79b7a8755ae5 6076 python optional 
orange-spectroscopy_0.8.1+git20250328-4.debian.tar.xz
 a9affb9329debe314cce6852ab4f50d4 18557 python optional 
orange-spectroscopy_0.8.1+git20250328-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmgXdGMACgkQ0w3s0lmT
Ivw5Cw/8CoI4PPa+ArbBkXzaJktmC/WTsA51IUXWc4HyfzbspUt7/c9J/mmreWdq
VuhTd4ucly6/mM1KXvG2XM4DEnUosSu6/oIjAZTH9FvrB6sQ13EVmUOBAIlIzvPf
hjtJBMJqjM/6L/b0X9yfjagCsNRh9n6Cap6DtHHX/QFqVkIdhVPPwNeOhpPA/Jx7
hVbx6/hpyq96irfWpzXRQD5GY8G9Qc47JH4lsFVLslS9l6BfEV7fYXYla2EaHLwN
eMyrtrmTIgilsPXLeQuhqfIJHu05Tg/r2Om6jt7nlu0kydZhqUOW19kp42QvP/KM
RS6Nml91IQb9xMHQI9B7/Qof0DQE/15/EgeAd/sMaCWtpEgFp278w+kSBndp5hG8
uoN7v5DOoIguGEyalYy7C4Qk0cNGwa6oYN4tcDBO51j+76GnGjAIkbZvnfqb+9uj
EEFad4gml/HxgKTkKp79S1/9H7akZbw3OzirQINNsQj00tgLgyzY0z5zC8HnTwXz
0hv+qAptENODyXLQkT8sijKz9g6h5HRCtDc5/2u1jg8u+/pQ1czi26IZT0iRVh7i
nDpoiT61P362lnISlPJyAaKlvEbZmm8ayVlcrr5Z62QfU5XN2cavUk3tSS9p5Ipb
tTRbNoukMOn001XemxPrc6NquSKD8vQ8pb1SC63+mNjt2bvee38=
=Myw5
-----END PGP SIGNATURE-----

Attachment: pgpTurHfh7odV.pgp
Description: PGP signature


--- End Message ---

Reply via email to