Your message dated Sat, 21 Jan 2023 21:15:08 +0000
with message-id <e1pjlce-00anet...@fasolo.debian.org>
and subject line Bug#1028619: fixed in rich 13.0.0-1.1
has caused the Debian Bug report #1028619,
regarding rich: autopkgtest is failng after updating pygments to 2.14.0+dfsg-1
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.)


-- 
1028619: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028619
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rich
Version: 13.0.0-1
Severity: serious

Dear Maintainer,

after the upload of pygments 2.14.0+dfsg-1 your package is failung while
running the autopkgtest.

The failed part in detail is:

=================================== FAILURES ===================================
___________________ test_python_render_simple_indent_guides ____________________

    def test_python_render_simple_indent_guides():
        syntax = Syntax(
            CODE,
            lexer="python",
            line_numbers=False,
            theme="ansi_light",
            code_width=60,
            word_wrap=False,
            indent_guides=True,
        )
        rendered_syntax = render(syntax)
        print(repr(rendered_syntax))
        expected = '\x1b[34mdef\x1b[0m \x1b[32mloop_first_last\x1b[0m(values: 
Iterable[T]) -> Iterable[Tuple[\x1b[36mb\x1b[0m\n\x1b[2m│   
\x1b[0m\x1b[33m"""Iterate and generate a tuple with a flag for first 
an\x1b[0m\n\x1b[2m│   \x1b[0miter_values = 
\x1b[36miter\x1b[0m(values)\n\x1b[2m│   \x1b[0m\x1b[34mtry\x1b[0m:\n\x1b[2m│   
│   \x1b[0mprevious_value = \x1b[36mnext\x1b[0m(iter_values)\n\x1b[2m│   
\x1b[0m\x1b[34mexcept\x1b[0m \x1b[36mStopIteration\x1b[0m:\n\x1b[2m│   │   
\x1b[0m\x1b[34mreturn\x1b[0m\n\x1b[2m│   \x1b[0mfirst = 
\x1b[34mTrue\x1b[0m\n\x1b[2m│   \x1b[0m\x1b[34mfor\x1b[0m value 
\x1b[35min\x1b[0m iter_values:\n\x1b[2m│   │   \x1b[0m\x1b[34myield\x1b[0m 
first, \x1b[34mFalse\x1b[0m, previous_value\n\x1b[2m│   │   \x1b[0mfirst = 
\x1b[34mFalse\x1b[0m\n\x1b[2m│   │   \x1b[0mprevious_value = value\n\x1b[2m│   
\x1b[0m\x1b[34myield\x1b[0m first, \x1b[34mTrue\x1b[0m, previous_value\n'
>       assert rendered_syntax == expected
E       assert '\x1b[34mdef\...vious_value\n' == '\x1b[34mdef\...vious_value\n'
E         Skipping 81 identical leading characters in diff, use -v to show
E           mb␛[0m
E         - ␛[2m│   ␛[0m␛[33m"""Iterate and generate a tuple with a flag for 
first an␛[0m
E         + ␛[2;37m│   ␛[0m␛[33m"""Iterate and generate a tuple with a flag for 
first an␛[0m
E         ?    +++
E           ␛[2m│   ␛[0miter_values = ␛[36miter␛[0m(values)
E           ␛[2m│   ␛[0m␛[34mtry␛[0m:...
E         
E         ...Full output truncated (10 lines hidden), use '-vv' to show

tests/test_syntax.py:114: AssertionError
----------------------------- Captured stdout call -----------------------------
'\x1b[34mdef\x1b[0m \x1b[32mloop_first_last\x1b[0m(values: Iterable[T]) -> 
Iterable[Tuple[\x1b[36mb\x1b[0m\n\x1b[2;37m│   \x1b[0m\x1b[33m"""Iterate and 
generate a tuple with a flag for first an\x1b[0m\n\x1b[2m│   \x1b[0miter_values 
= \x1b[36miter\x1b[0m(values)\n\x1b[2m│   \x1b[0m\x1b[34mtry\x1b[0m:\n\x1b[2m│  
 │   \x1b[0mprevious_value = \x1b[36mnext\x1b[0m(iter_values)\n\x1b[2m│   
\x1b[0m\x1b[34mexcept\x1b[0m \x1b[36mStopIteration\x1b[0m:\n\x1b[2m│   │   
\x1b[0m\x1b[34mreturn\x1b[0m\n\x1b[2m│   \x1b[0mfirst = 
\x1b[34mTrue\x1b[0m\n\x1b[2m│   \x1b[0m\x1b[34mfor\x1b[0m value 
\x1b[35min\x1b[0m iter_values:\n\x1b[2m│   │   \x1b[0m\x1b[34myield\x1b[0m 
first, \x1b[34mFalse\x1b[0m, previous_value\n\x1b[2m│   │   \x1b[0mfirst = 
\x1b[34mFalse\x1b[0m\n\x1b[2m│   │   \x1b[0mprevious_value = value\n\x1b[2m│   
\x1b[0m\x1b[34myield\x1b[0m first, \x1b[34mTrue\x1b[0m, previous_value\n'
_________________ test_python_render_line_range_indent_guides __________________

    def test_python_render_line_range_indent_guides():
        syntax = Syntax(
            CODE,
            lexer="python",
            line_numbers=False,
            theme="ansi_light",
            code_width=60,
            word_wrap=False,
            line_range=(2, 3),
            indent_guides=True,
        )
        rendered_syntax = render(syntax)
        print(repr(rendered_syntax))
        expected = '\x1b[2m│   \x1b[0m\x1b[33m"""Iterate and generate a tuple 
with a flag for first an\x1b[0m\n\x1b[2m│   \x1b[0miter_values = 
\x1b[36miter\x1b[0m(values)\n'
>       assert rendered_syntax == expected
E       assert '\x1b[2;37m│ ...[0m(values)\n' == '\x1b[2m│   \...[0m(values)\n'
E         - ␛[2m│   ␛[0m␛[33m"""Iterate and generate a tuple with a flag for 
first an␛[0m
E         + ␛[2;37m│   ␛[0m␛[33m"""Iterate and generate a tuple with a flag for 
first an␛[0m
E         ?    +++
E           ␛[2m│   ␛[0miter_values = ␛[36miter␛[0m(values)

tests/test_syntax.py:131: AssertionError
----------------------------- Captured stdout call -----------------------------
'\x1b[2;37m│   \x1b[0m\x1b[33m"""Iterate and generate a tuple with a flag for 
first an\x1b[0m\n\x1b[2m│   \x1b[0miter_values = \x1b[36miter\x1b[0m(values)\n'
=========================== short test summary info ============================
FAILED tests/test_syntax.py::test_python_render_simple_indent_guides - assert...
FAILED tests/test_syntax.py::test_python_render_line_range_indent_guides - as...
================== 2 failed, 765 passed, 23 skipped in 5.86s ===================
E: pybuild pybuild:388: test: plugin pyproject failed with: exit code=1: cd 
/tmp/autopkgtest-lxc.d007paln/downtmp/autopkgtest_tmp/build; python3.11 -m 
pytest tests

Regards
Carsten


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.0.0-6-amd64 (SMP w/20 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: rich
Source-Version: 13.0.0-1.1
Done: Jochen Sprickerhof <jspri...@debian.org>

We believe that the bug you reported is fixed in the latest version of
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 1028...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated 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: Sat, 21 Jan 2023 20:51:23 +0100
Source: rich
Architecture: source
Version: 13.0.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1028619
Changes:
 rich (13.0.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch for pygments 2.14.0 (Closes: #1028619)
Checksums-Sha1:
 3deba907d7574bbc21e8e49af3a620494daab986 2162 rich_13.0.0-1.1.dsc
 19ce92c7eebdf736e0c5840e8000c938303ff201 4464 rich_13.0.0-1.1.debian.tar.xz
 c8714f95524de5124765b6e6b10f4747e4f93e9c 7221 rich_13.0.0-1.1_source.buildinfo
Checksums-Sha256:
 14e3ae68e48d8ee7d3f65234573ff2b97225f8c87b9b4a144923add90f108b34 2162 
rich_13.0.0-1.1.dsc
 c51a8f8c7fe8c47a962eecdf5ede5da8ac8acccfbe81ac4805ca3dc777be5f5d 4464 
rich_13.0.0-1.1.debian.tar.xz
 63a03b374dbeb0e7a8606534d06bedca6f8efd060dd1697a08e2bea87020fb93 7221 
rich_13.0.0-1.1_source.buildinfo
Files:
 07d0c0e1344459053f09f06db83297f3 2162 python optional rich_13.0.0-1.1.dsc
 2b9d3e39b711912798e8877d3601d83a 4464 python optional 
rich_13.0.0-1.1.debian.tar.xz
 ab35798dc014295eeba54a323458d9c6 7221 python optional 
rich_13.0.0-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmPMQtoACgkQW//cwljm
lDN2yg//TLdl9NswSMn8Wm7KNRr6kXJieQsgjvgI2/kinxdO7apLKRuCfky5oOjL
PH+3jlEnJDYbJcZDpKgWvFfGudYHDQywAA9D28VtJVdh6IK52QapBUKk6UgtQLah
iLnduvMuiJl9TteOoInJeQwIbBlaDrQN8STF5UWSezzAcegTzNOHB4pO9SD63Ojx
BFIBRg7fBHx4N0HlM2k+a3WsWU6DwiYi4/mPqxGt1joxCF3gso68Zxzd2GQUMuIm
fCS+U1batrZZ5d4tStASOY0YuwL4DcZmKGWE4bcTj8hOu1ykGQD7Etp68dg4+ih8
3Jykzo95JHzpU2FUHRUsMzUMlIqUAM2X1WQqdmqcGHre/GROTXYuCZ2ySI8OtiyQ
UQhfRqEnVUeV9QKCULgvy7Pwg6aelR5R4kmpiP7+YZo1/xUNlSJ7kYlU6y6dRe6K
0YEAtDp/r2t22qYY4vZht/kgXac8SVpPQAKvCw2KWq2AivrtozqjnXdBU+2dM8sw
r6VQ8EH+ruPYUZ+mIj+01NvVJcAfOkIQS/rTVtD+EFsbDgyHUaNvvu/3Q9MQ+eWc
AC4F39s1Q3inqdlDA9ZJcTMY40ye69hjTiMpdSyVKcowP3WDenvIJuGwsk7z/42r
fJMqTHgxcK+n/Msz7RfMyUYv3cdaA37y+uyg0eAtV57P1nK7MkY=
=ihrB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to