Your message dated Thu, 29 Jan 2026 09:49:09 +0000
with message-id <[email protected]>
and subject line Bug#1123232: fixed in python-dlt 2.18.10.1-2
has caused the Debian Bug report #1123232,
regarding python-dlt: FTBFS: dh_auto_test: error: pybuild --test --test-pytest
-i python{version} -p "3.14 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.)
--
1123232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123232
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-dlt
Version: 2.18.10.1-1
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:python-dlt, 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.14 with "build"
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_dlt
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82:
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
[... snipped ...]
copying build/lib/dlt/core/__init__.py ->
build/bdist.linux-x86_64/wheel/./dlt/core
copying build/lib/dlt/dlt.py -> build/bdist.linux-x86_64/wheel/./dlt
copying build/lib/dlt/py_dlt_receive.py -> build/bdist.linux-x86_64/wheel/./dlt
copying build/lib/dlt/helpers.py -> build/bdist.linux-x86_64/wheel/./dlt
copying build/lib/dlt/dlt_broker_handlers.py ->
build/bdist.linux-x86_64/wheel/./dlt
copying build/lib/dlt/__init__.py -> build/bdist.linux-x86_64/wheel/./dlt
running install_egg_info
Copying dlt.egg-info to build/bdist.linux-x86_64/wheel/./dlt-0.0.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/dlt-0.0.0.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_dlt/.tmp-3ux93kgh/dlt-0.0.0-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'dlt/__init__.py'
adding 'dlt/dlt.py'
adding 'dlt/dlt_broker.py'
adding 'dlt/dlt_broker_handlers.py'
adding 'dlt/helpers.py'
adding 'dlt/py_dlt_receive.py'
adding 'dlt/core/__init__.py'
adding 'dlt/core/core_21810.py'
adding 'dlt/core/core_2188.py'
adding 'dlt/core/core_base.py'
adding 'dlt-0.0.0.dist-info/licenses/LICENCE.txt'
adding 'dlt-0.0.0.dist-info/METADATA'
adding 'dlt-0.0.0.dist-info/WHEEL'
adding 'dlt-0.0.0.dist-info/entry_points.txt'
adding 'dlt-0.0.0.dist-info/top_level.txt'
adding 'dlt-0.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built dlt-0.0.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_dlt/build;
python3.14 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: tox.ini
plugins: typeguard-4.4.4
collected 14 items / 12 errors
==================================== ERRORS ====================================
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_broker_from_file_spinner_test.py _
tests/dlt_broker_from_file_spinner_test.py:11: in <module>
from dlt.dlt_broker import DLTBroker, logger
dlt/dlt_broker.py:11: in <module>
from dlt.dlt_broker_handlers import (
dlt/dlt_broker_handlers.py:15: in <module>
from dlt.dlt import (
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_broker_time_test.py _
tests/dlt_broker_time_test.py:11: in <module>
from dlt.dlt_broker import create_filter_ack_queue, DLTBroker, logger
dlt/dlt_broker.py:11: in <module>
from dlt.dlt_broker_handlers import (
dlt/dlt_broker_handlers.py:15: in <module>
from dlt.dlt import (
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_client_unit_test.py _
tests/dlt_client_unit_test.py:7: in <module>
from dlt.dlt import DLTClient, DLT_RETURN_OK, DLT_RETURN_ERROR
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_context_handler_unit_test.py _
tests/dlt_context_handler_unit_test.py:7: in <module>
from dlt.dlt_broker_handlers import DLTContextHandler
dlt/dlt_broker_handlers.py:15: in <module>
from dlt.dlt import (
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_file_spinner_unit_test.py _
tests/dlt_file_spinner_unit_test.py:10: in <module>
from dlt.dlt_broker_handlers import DLTFileSpinner
dlt/dlt_broker_handlers.py:15: in <module>
from dlt.dlt import (
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_filter_unit_test.py _
tests/dlt_filter_unit_test.py:7: in <module>
from dlt.dlt import DLTFilter
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_main_loop_by_reading_dlt_file_unit_test.py
_
tests/dlt_main_loop_by_reading_dlt_file_unit_test.py:9: in <module>
from dlt.dlt import cDLTFile, py_dlt_file_main_loop
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_main_loop_unit_test.py _
tests/dlt_main_loop_unit_test.py:10: in <module>
from dlt.dlt import py_dlt_client_main_loop, DLTClient, logger
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_main_loop_with_dlt_client_unit_test.py
_
tests/dlt_main_loop_with_dlt_client_unit_test.py:10: in <module>
from dlt.dlt import py_dlt_client_main_loop, DLTClient, logger
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_message_handler_unit_test.py _
tests/dlt_message_handler_unit_test.py:8: in <module>
from dlt.dlt_broker_handlers import DLTMessageHandler
dlt/dlt_broker_handlers.py:15: in <module>
from dlt.dlt import (
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_message_performance_test.py _
tests/dlt_message_performance_test.py:7: in <module>
from dlt.dlt import DLTFilter
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
_ ERROR collecting
.pybuild/cpython3_3.14_dlt/build/tests/dlt_message_unit_test.py _
tests/dlt_message_unit_test.py:10: in <module>
from dlt.dlt import DLTMessage
dlt/dlt.py:15: in <module>
from dlt.core import (
dlt/core/__init__.py:6: in <module>
from dlt.core.core_base import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dlt/core/core_base.py:184: in <module>
class cDltServiceConnectionInfo(ctypes.Structure):
/usr/lib/python3.14/ctypes/_layout.py:81: in get_layout
warnings._deprecated(
/usr/lib/python3.14/_py_warnings.py:833: in _deprecated
_wm.warn(msg, DeprecationWarning, stacklevel=3)
E DeprecationWarning: Due to '_pack_', the 'cDltServiceConnectionInfo'
Structure will use memory layout compatible with MSVC (Windows). If this is
intended, set _layout_ to 'ms'. The implicit default is deprecated and slated
to become an error in Python 3.19.
=========================== short test summary info ============================
ERROR tests/dlt_broker_from_file_spinner_test.py - DeprecationWarning: Due to...
ERROR tests/dlt_broker_time_test.py - DeprecationWarning: Due to '_pack_', th...
ERROR tests/dlt_client_unit_test.py - DeprecationWarning: Due to '_pack_', th...
ERROR tests/dlt_context_handler_unit_test.py - DeprecationWarning: Due to '_p...
ERROR tests/dlt_file_spinner_unit_test.py - DeprecationWarning: Due to '_pack...
ERROR tests/dlt_filter_unit_test.py - DeprecationWarning: Due to '_pack_', th...
ERROR tests/dlt_main_loop_by_reading_dlt_file_unit_test.py - DeprecationWarni...
ERROR tests/dlt_main_loop_unit_test.py - DeprecationWarning: Due to '_pack_',...
ERROR tests/dlt_main_loop_with_dlt_client_unit_test.py - DeprecationWarning: ...
ERROR tests/dlt_message_handler_unit_test.py - DeprecationWarning: Due to '_p...
ERROR tests/dlt_message_performance_test.py - DeprecationWarning: Due to '_pa...
ERROR tests/dlt_message_unit_test.py - DeprecationWarning: Due to '_pack_', t...
!!!!!!!!!!!!!!!!!!! Interrupted: 12 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 12 errors in 0.47s ==============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_dlt/build; python3.14 -m pytest tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_dlt/build;
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: tox.ini
plugins: typeguard-4.4.4
collected 119 items
tests/condition_test.py .. [ 1%]
tests/continuousness_helper_test.py ....... [ 7%]
tests/dlt_broker_from_file_spinner_test.py ..... [ 11%]
tests/dlt_broker_time_test.py .......................... [ 33%]
tests/dlt_client_unit_test.py .. [ 35%]
tests/dlt_context_handler_unit_test.py ......... [ 42%]
tests/dlt_core_unit_test.py ..... [ 47%]
tests/dlt_file_spinner_unit_test.py ............ [ 57%]
tests/dlt_filter_unit_test.py ..... [ 61%]
tests/dlt_main_loop_by_reading_dlt_file_unit_test.py ...... [ 66%]
tests/dlt_main_loop_unit_test.py .... [ 69%]
tests/dlt_main_loop_with_dlt_client_unit_test.py .... [ 73%]
tests/dlt_message_handler_unit_test.py ........ [ 79%]
tests/dlt_message_performance_test.py ... [ 82%]
tests/dlt_message_unit_test.py ..................... [100%]
============================= 119 passed in 39.22s =============================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-dlt
Source-Version: 2.18.10.1-2
Done: Gianfranco Costamagna <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-dlt, 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-dlt 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: Thu, 29 Jan 2026 10:02:16 +0100
Source: python-dlt
Built-For-Profiles: noudeb
Architecture: source
Version: 2.18.10.1-2
Distribution: unstable
Urgency: medium
Maintainer: Aigars Mahinovs <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1123232
Changes:
python-dlt (2.18.10.1-2) unstable; urgency=medium
.
* Ignore some test results for Python3.14 (Closes: #1123232)
- forwarded ticket to https://github.com/bmwcarit/python-dlt/issues/68
* Bump dlt version constraint
* Add patch to adapt to old cpack ms compatible method
Checksums-Sha1:
025074b9d4b4e599fdd832e2227b3716db72e9a4 2182 python-dlt_2.18.10.1-2.dsc
c184fc1f8428ab62559d85d31d587ae05586ae16 4648
python-dlt_2.18.10.1-2.debian.tar.xz
29573cc89261cd147160399fa4b2304a2c4c4837 7819
python-dlt_2.18.10.1-2_source.buildinfo
Checksums-Sha256:
fcbd90d0134121d5e00180062541463639c2ae64d82235a9bc73441c70ad0ae1 2182
python-dlt_2.18.10.1-2.dsc
80656f9b064ab5f4dd034a85ad5ea24ffac76619ba3593d66899270f5a95388d 4648
python-dlt_2.18.10.1-2.debian.tar.xz
d90eaa2d506e003b179443105f60432a02c9723e55a39443f1360703f18d7841 7819
python-dlt_2.18.10.1-2_source.buildinfo
Files:
6985a5835662de99e39a9ce4c7dcc6e2 2182 python optional
python-dlt_2.18.10.1-2.dsc
be9d8498e04aa3213220982cd467b8e8 4648 python optional
python-dlt_2.18.10.1-2.debian.tar.xz
6f57715d66cc4ef37950f1dbd5c0a720 7819 python optional
python-dlt_2.18.10.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAml7Iz8ACgkQ808JdE6f
Xdk1fQ/+NUxjhDc7wSui7pk7RdvJKIJDZIxQJqS6/jWlBMOkFGBBgbvcnGPgH8NR
55/0pp6Sb2s3dOwo84nsj9gH3Cs70bi5wqtjXBKIcL1KZGEKaXgnxoh1jeOSo32S
EDhwRFmTlaZj6oUCP22t/wuREndN8PdBOE+J4+QU49aBalVqqqt2wEOtgi0Ayrie
6SoiKVAEh+4GLJLBiFP/QgANzO+2S/fksa8qn0RPwpobfCxf1PR5bOOpnwgszSQ6
nkKzI1txyYJqKq6akD7kvoBI9Bu/AsOnJrwVjyqo7YgpuVbjGY497nzS0nJiKIYa
IBu9Pl7gkIbnbUA0qQ8hh0PAZGWGNTyikxLBaJgd/beZqhlkBB4S5XHRBe1gbr7O
VhQ8VGYn/k8Xw3F/a79PVJI76lNBF7lJwAOh/dccRLWy5yUDt9bZEgJzYR96IYng
5BojI8hqo44gKEK5rRud9JLOcGSALQsQ11ofmWLXhvJAESrtjmlaY6yrAaD/U7XF
29o9UGJqgIyFssn5oh3Fs/CVDckp0oarEfq976/pMbS5af4G50I9ihIbSVqOHBK4
VmyPODt0tvVpodVmgj9EGY0lEXxCgMoL5inVRyGjzxnm1Qj9JRgYby3OS5are0Ul
7J7JqR07Hxq8YjxDWezzT5/2JCaaRBAwugK+lRwwz/Tw0x1eZ5U=
=f9D0
-----END PGP SIGNATURE-----
pgpKxHNuZ4tPw.pgp
Description: PGP signature
--- End Message ---