Your message dated Mon, 12 Feb 2024 08:36:53 +0000
with message-id <e1rzro5-00b9y7...@fasolo.debian.org>
and subject line Bug#1061740: fixed in django-rich 1.8.0-2
has caused the Debian Bug report #1061740,
regarding django-rich ftbfs with Python 3.12 as default
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.)
--
1061740: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061740
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:django-rich
Version: 1.8.0-1
Severity: serious
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12
With python3-defaults from experimental, the package fails to build:
Please note that the build was don in Ubuntu noble for now,
complete build log at
https://launchpadlibrarian.net/711661762/buildlog_ubuntu-noble-amd64.django-rich_1.8.0-1_BUILDING.txt.gz
[...]
dh_auto_test -- --system=custom --test-args="{interpreter} -m coverage
run -m pytest tests"
I: pybuild base:305: python3.11 -m coverage run -m pytest tests
============================= test session starts
==============================
platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.4.0
django: settings: tests.settings (from option)
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: django-4.5.2
collected 48 items
tests/test_test.py sssssssssssss
[ 27%]
tests/test_management.py ........
[ 43%]
tests/test_test.py .......................F...
[100%]
=================================== FAILURES
===================================
______________________ TestRunnerTests.test_skip_verbose
_______________________
self = <tests.test_test.TestRunnerTests testMethod=test_skip_verbose>
def test_skip_verbose(self):
result = self.run_test("-v", "2",
f"{__name__}.ExampleTests.test_skip")
assert result.returncode == 0
lines = result.stderr.splitlines()
if sys.version_info >= (3, 11):
> assert lines[1:4] == [
(
"test_skip (tests.test_test.ExampleTests.test_skip)
... "
+ "skipped 'some reason'"
),
"",
"-" * 70,
]
E assert ["skipped 'so...------------'] == ["test_skip
(...------------']
E At index 0 diff: "skipped 'some reason'" != "test_skip
(tests.test_test.ExampleTests.test_skip) ... skipped 'some reason'"
E Use -v to get more diff
tests/test_test.py:224: AssertionError
=========================== short test summary info
============================
FAILED tests/test_test.py::TestRunnerTests::test_skip_verbose - assert
["skip...
================== 1 failed, 34 passed, 13 skipped in 33.52s
===================
E: pybuild pybuild:391: test: plugin custom failed with: exit code=1:
python3.11 -m coverage run -m pytest tests
I: pybuild base:305: python3.12 -m coverage run -m pytest tests
============================= test session starts
==============================
platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.4.0
django: settings: tests.settings (from option)
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: django-4.5.2
collected 48 items
tests/test_test.py sssssssssssss
[ 27%]
tests/test_management.py ........
[ 43%]
tests/test_test.py .......................F...
[100%]
=================================== FAILURES
===================================
______________________ TestRunnerTests.test_skip_verbose
_______________________
self = <tests.test_test.TestRunnerTests testMethod=test_skip_verbose>
def test_skip_verbose(self):
result = self.run_test("-v", "2",
f"{__name__}.ExampleTests.test_skip")
assert result.returncode == 0
lines = result.stderr.splitlines()
if sys.version_info >= (3, 11):
> assert lines[1:4] == [
(
"test_skip (tests.test_test.ExampleTests.test_skip)
... "
+ "skipped 'some reason'"
),
"",
"-" * 70,
]
E assert ["skipped 'so...------------'] == ["test_skip
(...------------']
E At index 0 diff: "skipped 'some reason'" != "test_skip
(tests.test_test.ExampleTests.test_skip) ... skipped 'some reason'"
E Use -v to get more diff
tests/test_test.py:224: AssertionError
=========================== short test summary info
============================
FAILED tests/test_test.py::TestRunnerTests::test_skip_verbose - assert
["skip...
================== 1 failed, 34 passed, 13 skipped in 33.71s
===================
E: pybuild pybuild:391: test: plugin custom failed with: exit code=1:
python3.12 -m coverage run -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p
"3.11 3.12" --system=custom "--test-args={interpreter} -m coverage run
-m pytest tests" returned exit code 13
make[1]: *** [debian/rules:19: override_dh_auto_test] Error 25
--- End Message ---
--- Begin Message ---
Source: django-rich
Source-Version: 1.8.0-2
Done: Carsten Schoenert <c.schoen...@t-online.de>
We believe that the bug you reported is fixed in the latest version of
django-rich, 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 1061...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated django-rich
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, 12 Feb 2024 08:50:04 +0100
Source: django-rich
Architecture: source
Version: 1.8.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1061740
Changes:
django-rich (1.8.0-2) unstable; urgency=medium
.
* [37cb111] Rebuild patch queue from patch-queue branch
Added patch:
tests-Fix-skip-test-for-change-in-Python-3.12-172.patch
(Closes: #1061740)
Checksums-Sha1:
1c4db4bff6637e869aaa92484956677c96082543 2408 django-rich_1.8.0-2.dsc
ce8056ce57c15eaa568ade68c96f7c356778ded7 6352 django-rich_1.8.0-2.debian.tar.xz
39d056024e17c5d951a499e1892faf49c3f3b387 7585
django-rich_1.8.0-2_amd64.buildinfo
Checksums-Sha256:
05115b57cdbb56c402ac7078526e267e0f6954e0c3982a2af805de32d725c561 2408
django-rich_1.8.0-2.dsc
685e1348bbb544760f5cd5a01c351c42ac910a3f0f17c8cc12f9a7c330004a15 6352
django-rich_1.8.0-2.debian.tar.xz
185527ae28ba9671bebfeb6ec4d0aa660cbda35602bea03e86175bb9c5c8e243 7585
django-rich_1.8.0-2_amd64.buildinfo
Files:
a1ffa5802f2c3b24ad9105f0cf18afd5 2408 python optional django-rich_1.8.0-2.dsc
25f102801c205541917ad7fb52b47c32 6352 python optional
django-rich_1.8.0-2.debian.tar.xz
3b902d99f67ad4cfd2813c77ee473111 7585 python optional
django-rich_1.8.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmXJ0NIYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wbukP+QFw6yyDMoV3nxi2T9CQZrl7
uupXw50esSJAYhT49ujLnUn+e/MeTZjDeZFAny31IMn5kLA8OCu2V9dKIv74NWFy
0+vnEwKDgA9Q+j2OpuGZZF1lOSTmmvBB5wmN/ORIHklu5vvGNB7N+8ZAZc9Euiwg
sLkFi4x96MiaOAcEmB76s1wr+sAifTDpeMIKDqEhWdx8MUaiMFZjrDEX9WZl9Eb1
qGGCaECMtNUn46Rwi9fgDpQ7HRF8Wj5CZiVMCc4lXpfMZdy+nZF0d+lDnImLBN7/
jOyLJiYzOhgRUO0jJGFvR8DdCLdtrfGky7sMuB/z2G8K0Ej0WjQZXUrWx8lcE+8B
fuXf/qGepPEYtZLfg7m1v9Xu5VOCOHy4iRnOF1CJSuMH1kqiNbZEGCZzQFRwZyu+
bKIbQdW5KPX0cCyJi/dQrsunsyY14cmHoNb4jgY7/ZF8NI80MdFKZYgCxIv1cU58
WThgLCyBV9gdTac7rBw4iTruHbJjPjL7q6FwTaIHR2ohTAKP3EtvHaJMgnSjwoZ5
xVKzqJ4Tpmhwbwxpl6J4JsKXPjbXv22oeORtQjrmnwz2W0SHqZ62mrnq5Ex0yHt1
IRXBj9V9X7eu/7Q4F/0/GKyljX5Y7V4NZCIJcx/h954JnMCl/XqvMKmRgA7KxL3D
QALodbdv7XXm8JAqgsne
=Ro87
-----END PGP SIGNATURE-----
pgp19mZkD4pD5.pgp
Description: PGP signature
--- End Message ---