Your message dated Sat, 20 Dec 2025 16:09:54 +0000
with message-id <[email protected]>
and subject line Bug#1123287: fixed in python-pika 1.3.2-4
has caused the Debian Bug report #1123287,
regarding python-pika: 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.)


-- 
1123287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123287
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-pika
Version: 1.3.2-3
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-pika, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with=sphinxdoc --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf docs/.build
dh_auto_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   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: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_pika  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/pika
copying pika/exchange_type.py -> build/lib/pika
copying pika/channel.py -> build/lib/pika
copying pika/tcp_socket_opts.py -> build/lib/pika
copying pika/spec.py -> build/lib/pika
copying pika/amqp_object.py -> build/lib/pika
copying pika/frame.py -> build/lib/pika
copying pika/heartbeat.py -> build/lib/pika
copying pika/connection.py -> build/lib/pika
copying pika/credentials.py -> build/lib/pika
copying pika/validators.py -> build/lib/pika
copying pika/exceptions.py -> build/lib/pika
copying pika/compat.py -> build/lib/pika
copying pika/delivery_mode.py -> build/lib/pika
copying pika/callback.py -> build/lib/pika
copying pika/diagnostic_utils.py -> build/lib/pika
copying pika/data.py -> build/lib/pika
copying pika/__init__.py -> build/lib/pika
creating build/lib/pika/adapters
copying pika/adapters/tornado_connection.py -> build/lib/pika/adapters
copying pika/adapters/twisted_connection.py -> build/lib/pika/adapters
copying pika/adapters/gevent_connection.py -> build/lib/pika/adapters
copying pika/adapters/blocking_connection.py -> build/lib/pika/adapters
copying pika/adapters/select_connection.py -> build/lib/pika/adapters
copying pika/adapters/asyncio_connection.py -> build/lib/pika/adapters
copying pika/adapters/base_connection.py -> build/lib/pika/adapters
copying pika/adapters/__init__.py -> build/lib/pika/adapters
creating build/lib/pika/adapters/utils
copying pika/adapters/utils/connection_workflow.py -> 
build/lib/pika/adapters/utils
copying pika/adapters/utils/nbio_interface.py -> build/lib/pika/adapters/utils
copying pika/adapters/utils/io_services_utils.py -> 
build/lib/pika/adapters/utils
copying pika/adapters/utils/selector_ioloop_adapter.py -> 
build/lib/pika/adapters/utils
copying pika/adapters/utils/__init__.py -> build/lib/pika/adapters/utils
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pika
copying build/lib/pika/exchange_type.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/channel.py -> build/bdist.linux-x86_64/wheel/./pika
creating build/bdist.linux-x86_64/wheel/pika/adapters
copying build/lib/pika/adapters/tornado_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/twisted_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
creating build/bdist.linux-x86_64/wheel/pika/adapters/utils
copying build/lib/pika/adapters/utils/connection_workflow.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/utils/nbio_interface.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/utils/io_services_utils.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/utils/selector_ioloop_adapter.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/utils/__init__.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/gevent_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/blocking_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/select_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/asyncio_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/base_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/__init__.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/tcp_socket_opts.py -> 
build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/spec.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/amqp_object.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/frame.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/heartbeat.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/connection.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/credentials.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/validators.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/exceptions.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/compat.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/delivery_mode.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/callback.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/diagnostic_utils.py -> 
build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/data.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/__init__.py -> build/bdist.linux-x86_64/wheel/./pika
running install_egg_info
running egg_info
creating pika.egg-info
writing pika.egg-info/PKG-INFO
writing dependency_links to pika.egg-info/dependency_links.txt
writing requirements to pika.egg-info/requires.txt
writing top-level names to pika.egg-info/top_level.txt
writing manifest file 'pika.egg-info/SOURCES.txt'
reading manifest file 'pika.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'pika.egg-info/SOURCES.txt'
Copying pika.egg-info to build/bdist.linux-x86_64/wheel/./pika-1.3.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pika-1.3.2.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pika/.tmp-1f540iks/pika-1.3.2-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pika/__init__.py'
adding 'pika/amqp_object.py'
adding 'pika/callback.py'
adding 'pika/channel.py'
adding 'pika/compat.py'
adding 'pika/connection.py'
adding 'pika/credentials.py'
adding 'pika/data.py'
adding 'pika/delivery_mode.py'
adding 'pika/diagnostic_utils.py'
adding 'pika/exceptions.py'
adding 'pika/exchange_type.py'
adding 'pika/frame.py'
adding 'pika/heartbeat.py'
adding 'pika/spec.py'
adding 'pika/tcp_socket_opts.py'
adding 'pika/validators.py'
adding 'pika/adapters/__init__.py'
adding 'pika/adapters/asyncio_connection.py'
adding 'pika/adapters/base_connection.py'
adding 'pika/adapters/blocking_connection.py'
adding 'pika/adapters/gevent_connection.py'
adding 'pika/adapters/select_connection.py'
adding 'pika/adapters/tornado_connection.py'
adding 'pika/adapters/twisted_connection.py'
adding 'pika/adapters/utils/__init__.py'
adding 'pika/adapters/utils/connection_workflow.py'
adding 'pika/adapters/utils/io_services_utils.py'
adding 'pika/adapters/utils/nbio_interface.py'
adding 'pika/adapters/utils/selector_ioloop_adapter.py'
adding 'pika-1.3.2.dist-info/licenses/LICENSE'
adding 'pika-1.3.2.dist-info/METADATA'
adding 'pika-1.3.2.dist-info/WHEEL'
adding 'pika-1.3.2.dist-info/top_level.txt'
adding 'pika-1.3.2.dist-info/zip-safe'
adding 'pika-1.3.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pika-1.3.2-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
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_pika  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pika
copying build/lib/pika/exchange_type.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/channel.py -> build/bdist.linux-x86_64/wheel/./pika
creating build/bdist.linux-x86_64/wheel/pika/adapters
copying build/lib/pika/adapters/tornado_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/twisted_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
creating build/bdist.linux-x86_64/wheel/pika/adapters/utils
copying build/lib/pika/adapters/utils/connection_workflow.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/utils/nbio_interface.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/utils/io_services_utils.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/utils/selector_ioloop_adapter.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/utils/__init__.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters/utils
copying build/lib/pika/adapters/gevent_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/blocking_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/select_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/asyncio_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/base_connection.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/adapters/__init__.py -> 
build/bdist.linux-x86_64/wheel/./pika/adapters
copying build/lib/pika/tcp_socket_opts.py -> 
build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/spec.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/amqp_object.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/frame.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/heartbeat.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/connection.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/credentials.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/validators.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/exceptions.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/compat.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/delivery_mode.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/callback.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/diagnostic_utils.py -> 
build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/data.py -> build/bdist.linux-x86_64/wheel/./pika
copying build/lib/pika/__init__.py -> build/bdist.linux-x86_64/wheel/./pika
running install_egg_info
running egg_info
writing pika.egg-info/PKG-INFO
writing dependency_links to pika.egg-info/dependency_links.txt
writing requirements to pika.egg-info/requires.txt
writing top-level names to pika.egg-info/top_level.txt
reading manifest file 'pika.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'pika.egg-info/SOURCES.txt'
Copying pika.egg-info to build/bdist.linux-x86_64/wheel/./pika-1.3.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pika-1.3.2.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pika/.tmp-vylwz7d9/pika-1.3.2-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pika/__init__.py'
adding 'pika/amqp_object.py'
adding 'pika/callback.py'
adding 'pika/channel.py'
adding 'pika/compat.py'
adding 'pika/connection.py'
adding 'pika/credentials.py'
adding 'pika/data.py'
adding 'pika/delivery_mode.py'
adding 'pika/diagnostic_utils.py'
adding 'pika/exceptions.py'
adding 'pika/exchange_type.py'
adding 'pika/frame.py'
adding 'pika/heartbeat.py'
adding 'pika/spec.py'
adding 'pika/tcp_socket_opts.py'
adding 'pika/validators.py'
adding 'pika/adapters/__init__.py'
adding 'pika/adapters/asyncio_connection.py'
adding 'pika/adapters/base_connection.py'
adding 'pika/adapters/blocking_connection.py'
adding 'pika/adapters/gevent_connection.py'
adding 'pika/adapters/select_connection.py'
adding 'pika/adapters/tornado_connection.py'
adding 'pika/adapters/twisted_connection.py'
adding 'pika/adapters/utils/__init__.py'
adding 'pika/adapters/utils/connection_workflow.py'
adding 'pika/adapters/utils/io_services_utils.py'
adding 'pika/adapters/utils/nbio_interface.py'
adding 'pika/adapters/utils/selector_ioloop_adapter.py'
adding 'pika-1.3.2.dist-info/licenses/LICENSE'
adding 'pika-1.3.2.dist-info/METADATA'
adding 'pika-1.3.2.dist-info/WHEEL'
adding 'pika-1.3.2.dist-info/top_level.txt'
adding 'pika-1.3.2.dist-info/zip-safe'
adding 'pika-1.3.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pika-1.3.2-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_pika/build; 
python3.14 -m pytest /<<PKGBUILDDIR>>/tests/unit/
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 15 items / 1 error

==================================== ERRORS ====================================
__________ ERROR collecting tests/unit/io_services_test_stubs_test.py __________
../../../tests/unit/io_services_test_stubs_test.py:45: in <module>
    _SUPPORTED_LOOP_CLASSES.add(asyncio.get_event_loop().__class__)
                                ^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.14/asyncio/events.py:715: in get_event_loop
    raise RuntimeError('There is no current event loop in thread %r.'
E   RuntimeError: There is no current event loop in thread 'MainThread'.
=========================== short test summary info ============================
ERROR ../../../tests/unit/io_services_test_stubs_test.py - RuntimeError: Ther...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.25s ===============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pika/build; python3.14 -m pytest 
{dir}/tests/unit/
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pika/build; 
python3.13 -m pytest /<<PKGBUILDDIR>>/tests/unit/
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: typeguard-4.4.4
collected 18 items

../../../tests/unit/diagnostic_utils_test.py ..                          [ 11%]
../../../tests/unit/exceptions_test.py .......                           [ 50%]
../../../tests/unit/exchange_type_test.py ..                             [ 61%]
../../../tests/unit/io_services_test_stubs_test.py ...                   [ 77%]
../../../tests/unit/threaded_test_wrapper_test.py ....                   [100%]

=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/tornado/platform/asyncio.py:350
  /usr/lib/python3/dist-packages/tornado/platform/asyncio.py:350: 
DeprecationWarning: There is no current event loop
    self.old_asyncio = asyncio.get_event_loop()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 18 passed, 1 warning in 0.20s =========================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-pika
Source-Version: 1.3.2-4
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-pika, 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.
Alexandre Detiste <[email protected]> (supplier of updated python-pika 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: Sat, 20 Dec 2025 16:25:54 +0100
Source: python-pika
Architecture: source
Version: 1.3.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1123287
Changes:
 python-pika (1.3.2-4) unstable; urgency=medium
 .
   * Add upstream patch to fix tests with Python3.14 (Closes: #1123287)
Checksums-Sha1:
 27551cb304a6152c835d2ab03446bc6494ff6450 2298 python-pika_1.3.2-4.dsc
 564e30c308a0dbebdb0c66a35047e456ae79184e 5228 python-pika_1.3.2-4.debian.tar.xz
 a5ba510ceec65010c0a910cf9150e69ec9eec1e2 8803 
python-pika_1.3.2-4_source.buildinfo
Checksums-Sha256:
 3f2fc2364642831892d12f466d1786551596a6f2ce29fd8dd9d802ac32cda24b 2298 
python-pika_1.3.2-4.dsc
 1dee237331464a2849cc7d2940a2e7066980520a10eb5c76bced69de53e3b7b8 5228 
python-pika_1.3.2-4.debian.tar.xz
 91557589227b70abc564283b3c2037640a394661bf0e8245e2816ccc75979612 8803 
python-pika_1.3.2-4_source.buildinfo
Files:
 edcfc1389f789deeb6b0ca52f19354b2 2298 python optional python-pika_1.3.2-4.dsc
 7a0241989d5b33e2370108fde3044ea9 5228 python optional 
python-pika_1.3.2-4.debian.tar.xz
 5071be473c639788f448a72da86d6eab 8803 python optional 
python-pika_1.3.2-4_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmlGxRYRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpm2A/9Hgtk4/YyFrvklcPDSViPubuNBPRUSmZy
t/UPG/livaMUOxM3XimYckTmqEliQRtSZfCfdLm2m7g5/vmmijhPslCrjzNK/gc2
9Zsihl3gFhSExfw63Q8VAF62L/JTlYZMCmMiBnJ943nYmFYM9hSsa/ridWMBm23c
h3vkmnBK+SOxMBrZmDd5XCp6hprib/6P/bq77syf9D1Ej46vi/GMKsP9btNUXZeW
n7Ub6Gbmnpsqq4g3TFRJSZVCoiHwIiQfGYLXInuVBwPj7YkqgOfy1XzS9jOxu9v5
6wwW1grZzFGf1voD5W3uEskDjZr6B0lknOGBdFPJjnuTZXPH18y5vOd9RS0Kx0hK
xGHUuiJpmvZxxwo8ALPpG6z8Zuq248VKnjLheUXJbAHTkiB3X/BXNorohLVVXc6P
Rugm2I3Rs+7PlfXmUH3Y+CGPdfpozd6u6O+sDFD/CxcZFD0VIj3M03yO6qWiHOXL
9qUnanCrdbIJXNx5dQVVm+GiMZmjuwA7YSZ9Zwavu4dPMW/t6JZRZsxFPs41fOz1
5vSpcVsrSHBvtQSwQr+tDpBOSSnySv3lZBkerSOtrlkKy7RsvtbM5HS8dNhrtLLw
cuuwZVG0cndDXcL2UXz8kZqSBgQg0d0Bsm1YHIWAPLNos8hAYcPgeWELar9XYwXi
soHYKSY5ylg=
=RKYt
-----END PGP SIGNATURE-----

Attachment: pgpczz5SkQerZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to