Your message dated Mon, 03 Mar 2025 10:57:42 +0000
with message-id <e1tp3uu-00dvfe...@fasolo.debian.org>
and subject line Bug#1099271: fixed in python-a2wsgi 1.10.8-2
has caused the Debian Bug report #1099271,
regarding python-a2wsgi: FTBFS: E assert '{"example":123}' ==
'{"example": 123}'
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.)
--
1099271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099271
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-a2wsgi
Version: 1.10.8-1
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 python3 --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 python3 --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_a2wsgi
* Building wheel...
- Adding .pdm-build/a2wsgi-1.10.8.dist-info/METADATA ->
a2wsgi-1.10.8.dist-info/METADATA
- Adding .pdm-build/a2wsgi-1.10.8.dist-info/WHEEL ->
a2wsgi-1.10.8.dist-info/WHEEL
- Adding .pdm-build/a2wsgi-1.10.8.dist-info/entry_points.txt ->
a2wsgi-1.10.8.dist-info/entry_points.txt
- Adding .pdm-build/a2wsgi-1.10.8.dist-info/licenses/LICENSE ->
a2wsgi-1.10.8.dist-info/licenses/LICENSE
- Adding a2wsgi/__init__.py -> a2wsgi/__init__.py
- Adding a2wsgi/asgi.py -> a2wsgi/asgi.py
- Adding a2wsgi/asgi_typing.py -> a2wsgi/asgi_typing.py
- Adding a2wsgi/py.typed -> a2wsgi/py.typed
- Adding a2wsgi/wsgi.py -> a2wsgi/wsgi.py
- Adding a2wsgi/wsgi_typing.py -> a2wsgi/wsgi_typing.py
- Adding a2wsgi-1.10.8.dist-info/RECORD -> a2wsgi-1.10.8.dist-info/RECORD
Successfully built a2wsgi-1.10.8-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_a2wsgi/build;
python3.13 -m pytest -k 'not test_baize_stream_response'
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207:
PytestDeprecationWarning: The configuration option
"asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture
caching scope. Future versions of pytest-asyncio will default the loop scope
for asynchronous fixtures to function scope. Set the default fixture loop scope
explicitly in order to avoid unexpected behavior in the future. Valid fixture
loop scopes are: "function", "class", "module", "package", "session"
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_a2wsgi/build
configfile: pyproject.toml
plugins: asyncio-0.25.1, anyio-4.8.0, typeguard-4.4.2
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None
collected 18 items / 1 deselected / 17 selected
tests/test_asgi.py .......... [ 58%]
tests/test_wsgi.py ..F.... [100%]
=================================== FAILURES ===================================
________________________________ test_wsgi_post ________________________________
@pytest.mark.asyncio
async def test_wsgi_post():
app = WSGIMiddleware(echo_body)
async with httpx.AsyncClient(
transport=httpx.ASGITransport(app=app), base_url="http://testserver"
) as client:
response = await client.post("/", json={"example": 123})
assert response.status_code == 200
> assert response.text == '{"example": 123}'
E assert '{"example":123}' == '{"example": 123}'
E
E - {"example": 123}
E ? -
E + {"example":123}
tests/test_wsgi.py:115: AssertionError
=========================== short test summary info ============================
FAILED tests/test_wsgi.py::test_wsgi_post - assert '{"example":123}' == '{"ex...
================== 1 failed, 16 passed, 1 deselected in 2.13s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_a2wsgi/build; python3.13 -m pytest -k
'not test_baize_stream_response'
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
returned exit code 13
make: *** [debian/rules:10: 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/202503/
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:python-a2wsgi, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-a2wsgi
Source-Version: 1.10.8-2
Done: Colin Watson <cjwat...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-a2wsgi, 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 1099...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated python-a2wsgi 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: Mon, 03 Mar 2025 10:29:40 +0000
Source: python-a2wsgi
Architecture: source
Version: 1.10.8-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1099271
Changes:
python-a2wsgi (1.10.8-2) unstable; urgency=medium
.
* Team upload.
* Avoid depending on details of httpx's JSON encoder (closes: #1099271).
Checksums-Sha1:
f1e461db77d09935329cff0e2c79e895d72283b5 2363 python-a2wsgi_1.10.8-2.dsc
68c0ee39cd369b258eba7f2b7a038ee93ba85f0c 3224
python-a2wsgi_1.10.8-2.debian.tar.xz
Checksums-Sha256:
53644e98a03258db3a2a0aa93ed45fc3fa5069c59ac69bee76a572ff2db592e4 2363
python-a2wsgi_1.10.8-2.dsc
760a1262e75822cd868b6baefa9ebc378bee5c6489ea8e1f3212ed596a13bd8b 3224
python-a2wsgi_1.10.8-2.debian.tar.xz
Files:
68106e611c4bf41835ac4a13265599f9 2363 python optional
python-a2wsgi_1.10.8-2.dsc
6ed3fa9ae3a347061c4575108cb6048a 3224 python optional
python-a2wsgi_1.10.8-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmfFhNoACgkQOTWH2X2G
UAtbWA/+MZhjsHJObZKctHYv35ulp6xK/ugMbV6npZvbn7Qmu54w/7ksszzJVc1t
BXpAIIOrOF10yN6W6qqM8wSt+HSd6wv5JlXfnIKnnsOyq3C81oqSSPvZ8TCI1K4T
0lWKkqFQzvYfM3Q0bjbI8EZfnYamdynINtcMkMZ6eLCYn7g9WmspimTGZJJqrFT6
Nhjh9VpID7tHe1MEjluEe6HGr4ZvoayPJb85gq8b53SKkgeHW5lFhOMkbYSgXKm1
sM/keMke75BdDk7IqG7wfPb79mBWLoKzuIDTxjttt/HOIBLKkjZuTCWZZSToeCkz
fv8b37SPO62HeEiQ9FTKadvHQBJmojBFyQmWRalyvEnuxUB7QV/pvL2ybmFMgWuu
e0BUOO2XwtXTfh2a0uNKNF4z0El1d8pGHuVlTDcKEP8yi5rWINLkTYlfXriFE/HN
MB0FSWG38f5XA0J2npk+nnwfn+xEYIFi263j3pRbWBUuMSePo3Q4qfN/GYq7fb1p
/OpCQi97kNJTfVYQ/2va40LsFFuGDlmbqMCcmDJCEmBd0804Oi5IKKcPB6PTBsX1
M3wIFBdC4RC3KP2NZF/R6EsCo+soFBsctLYHiWbGLn7iqARMREIZ5/Rz8DFBi07g
Ft95hgmA34U5a6Vi8vMvewH0HSJ3ealSoIORswNyXHFvMW1Wnkg=
=ta0N
-----END PGP SIGNATURE-----
pgpyVPXCxhk8J.pgp
Description: PGP signature
--- End Message ---