Your message dated Wed, 24 Dec 2025 10:10:25 +0000
with message-id <[email protected]>
and subject line Bug#1123097: fixed in python-pyqtgraph 0.14.0-2
has caused the Debian Bug report #1123097,
regarding asammdf: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p 3.13 returned exit code 13
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 [email protected]
immediately.)


-- 
1123097: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123097
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:asammdf
Version: 8.5.2-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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 cannot 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:asammdf, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --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:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
*** scikit-build-core 0.11.6 using CMake 3.31.6 (wheel)

[... snipped ...]

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<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:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/plot/test_PlotWidget_DragAndDrop.py:6: in <module>
    from test.asammdf.gui.test_base import DragAndDrop
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/test_base.py:26: in <module>
    import pyqtgraph
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
_ ERROR collecting 
.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/plot/test_PlotWidget_PushButtons.py
 _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/plot/test_PlotWidget_PushButtons.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<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:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/plot/test_PlotWidget_PushButtons.py:7: in <module>
    from asammdf.gui.serde import COLORS
asammdf/gui/serde.py:11: in <module>
    from pyqtgraph import functions as fn
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
_ ERROR collecting 
.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BaseBatchWidget.py 
_
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BaseBatchWidget.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<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:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/test_BaseBatchWidget.py:12: in <module>
    from asammdf.gui.widgets.batch import BatchWidget
asammdf/gui/widgets/batch.py:21: in <module>
    from ..dialogs.advanced_search import AdvancedSearch
asammdf/gui/dialogs/advanced_search.py:12: in <module>
    from .range_editor import RangeEditor
asammdf/gui/dialogs/range_editor.py:3: in <module>
    from ..ui.range_editor_dialog import Ui_RangeDialog
asammdf/gui/ui/range_editor_dialog.py:22: in <module>
    from asammdf.gui.widgets.list import MinimalListWidget
asammdf/gui/widgets/list.py:7: in <module>
    from ..serde import extract_mime_names
asammdf/gui/serde.py:11: in <module>
    from pyqtgraph import functions as fn
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
_ ERROR collecting 
.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BaseFileWidget.py 
_
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BaseFileWidget.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<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:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/test_BaseFileWidget.py:10: in <module>
    from asammdf.gui.widgets.file import FileWidget
asammdf/gui/widgets/file.py:31: in <module>
    from .. import serde
asammdf/gui/serde.py:11: in <module>
    from pyqtgraph import functions as fn
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
_ ERROR collecting 
.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BasePlotWidget.py 
_
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BasePlotWidget.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<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:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/test_BasePlotWidget.py:10: in <module>
    from test.asammdf.gui.test_base import DragAndDrop
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/test_base.py:26: in <module>
    import pyqtgraph
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
=============================== warnings summary 
===============================
../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1428
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1428: 
PytestConfigWarning: Unknown config option: timeout
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test-reports/unit-tests-results.xml
 -
=========================== short test summary info 
============================
ERROR test/asammdf/gui/dialogs/test_FunctionsManagerDialog.py
ERROR test/asammdf/gui/dialogs/test_WindowsSelectionDialog.py
ERROR test/asammdf/gui/test_base.py
ERROR test/asammdf/gui/test_util.py
ERROR test/asammdf/gui/widgets/Shortcuts/test_FileWidget_Shortcuts.py
ERROR test/asammdf/gui/widgets/Shortcuts/test_MainWindow_Shortcuts.py
ERROR 
test/asammdf/gui/widgets/Shortcuts/test_NumericWidget_Shortcuts.py
ERROR 
test/asammdf/gui/widgets/Shortcuts/test_PlotGraphicsWidget_Shortcuts.py
ERROR test/asammdf/gui/widgets/Shortcuts/test_PlotWidget_Shortcuts.py
ERROR 
test/asammdf/gui/widgets/Shortcuts/test_Tabular_BaseWidget_Shortcuts.py
ERROR test/asammdf/gui/widgets/Shortcuts/test_TreeWidget_Shortcuts.py
ERROR test/asammdf/gui/widgets/batch/test_BatchWidget_FilesList.py
ERROR test/asammdf/gui/widgets/batch/test_BatchWidget_Tab_BusLogging.py
ERROR 
test/asammdf/gui/widgets/batch/test_BatchWidget_Tab_Concatenate.py
ERROR 
test/asammdf/gui/widgets/batch/test_BatchWidget_Tab_ModifyAndExport.py
ERROR test/asammdf/gui/widgets/batch/test_BatchWidget_Tab_Stack.py
ERROR test/asammdf/gui/widgets/file/test_FileWidget_TabChannels.py
ERROR 
test/asammdf/gui/widgets/file/test_FileWidget_TabModifyAndExport.py
ERROR test/asammdf/gui/widgets/plot/test_PlotWidget_ContextMenu.py
ERROR test/asammdf/gui/widgets/plot/test_PlotWidget_DoubleClick.py
ERROR test/asammdf/gui/widgets/plot/test_PlotWidget_DragAndDrop.py
ERROR test/asammdf/gui/widgets/plot/test_PlotWidget_PushButtons.py
ERROR test/asammdf/gui/widgets/test_BaseBatchWidget.py
ERROR test/asammdf/gui/widgets/test_BaseFileWidget.py
ERROR test/asammdf/gui/widgets/test_BasePlotWidget.py
!!!!!!!!!!!!!!!!!!! Interrupted: 25 errors during collection !!!!!!!!!!!!!!!!!!!
======================== 1 warning, 25 errors 
in 3.64s =========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest test
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make[1]: *** [debian/rules:15: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-pyqtgraph
Source-Version: 0.14.0-2
Done: Gianfranco Costamagna <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-pyqtgraph, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <[email protected]> (supplier of updated 
python-pyqtgraph 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 [email protected])


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

Format: 1.8
Date: Wed, 24 Dec 2025 10:44:37 +0100
Source: python-pyqtgraph
Built-For-Profiles: noudeb
Architecture: source
Version: 0.14.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1123097
Changes:
 python-pyqtgraph (0.14.0-2) unstable; urgency=medium
 .
   * Add dependency on pyside6.qtopengl and
     openglwidgets (Closes: #1123097)
     - Thanks Colin Watson for the usual nice, and careful analysis and fix
Checksums-Sha1:
 3cde3d82b3cc6c51a96b37653d782b1efd6bf58e 2697 python-pyqtgraph_0.14.0-2.dsc
 7a0fb3c783ad7ae708de92878d6b7c6a44f67a24 11820 
python-pyqtgraph_0.14.0-2.debian.tar.xz
 3f39690066a1934867bedadd4f562f3fc8505962 13274 
python-pyqtgraph_0.14.0-2_source.buildinfo
Checksums-Sha256:
 0e1a8969b4e5fd6b61662d134aabb782a382816ff26ea7ce3003e507577a2bac 2697 
python-pyqtgraph_0.14.0-2.dsc
 5d48fab0890532407723014da10020f9e74c5512321ea8ae89b7d62f0cbae3be 11820 
python-pyqtgraph_0.14.0-2.debian.tar.xz
 809049e00d205d199f136902cfd0bea1a6c3f7b8c32a28385cbae0112b6fbf5e 13274 
python-pyqtgraph_0.14.0-2_source.buildinfo
Files:
 e685de56e00ea12bbfea4c8aeba64ebf 2697 python optional 
python-pyqtgraph_0.14.0-2.dsc
 0eb180ffdff305589371ea2277602a34 11820 python optional 
python-pyqtgraph_0.14.0-2.debian.tar.xz
 d630aa8e4a18382276efc308805b2f37 13274 python optional 
python-pyqtgraph_0.14.0-2_source.buildinfo

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

iQIzBAEBCgAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmlLtjkACgkQ808JdE6f
XdkS3Q//SNyR42lYGyBYw0K6DYRYLyRmUK0iU4lAEdwzO8BSPx0TqYae0c8q5LNW
r18+GNvWtUpsXwFrS76UyocE6FtsWVv+pW3rox/icW3odDgMs9apByts7YlsGReA
0delFolKJNuZe0GkxhhPcqQPslQQ3/UeMWY7BMqDhRY5CleJSu9frDXY3uWHkuiL
Qw73pZlAW/xgxd6C6d5DjDczGNYUjSiHxfvrx/WQIAXD/VgMJLdGe3Qby8qhmqMu
jSIznQQYni5cv/Ovm2mm8cRHO2TPCcf/B4mZrs8mDzfwff/0NEwOH3LhCu3+o9vj
RbAR4HYblW05NBW5S0hkYilvP8BI5jlFZn2pfVqjGlwoiOeQ2GVEke2qwu/DGoVQ
yfVQl9gILCoa/uCz1b0kBOaxftHp6SKHjUe2/4dPzzKco3CNEWGlHgzSyb6H4lkZ
mPbXb67kqUgCJv/cc5Ktyumx0oofJQQ3/xe9pNlLp/CyhtMwz4eFVJcej1vH4bmj
uP9IisrsirWqrZ5uNkFoNu1bGq7jBeiTrW4YMfaQ22r1xSExyHGRq1GthNPoA4Zt
u9AIiudvnh+NmgEglrwq7pdlRNrz1fPKYfdZNTqSAzhKgs/6hIvRI4nIHEwtOC8/
lFxKcp/McYQeaM01I1oV0w0tw5RUOp1EOG+k8/qxPy0X1YiB2tU=
=ZWZ5
-----END PGP SIGNATURE-----

Attachment: pgp5QfP2OBMu4.pgp
Description: PGP signature


--- End Message ---

Reply via email to