Your message dated Fri, 10 Dec 2021 01:17:12 -0500
with message-id
<cab4xwxytokco71kfwrm7smcjvrqtrtrb8--gtha+sxtn5ym...@mail.gmail.com>
and subject line Re: Bug#993438: python3-pygments: Markdown and Output lexers
cannot be found
has caused the Debian Bug report #993438,
regarding python3-pygments: Markdown and Output lexers cannot be found
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.)
--
993438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993438
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-pygments
Version: 2.7.1+dfsg-2.1
Severity: normal
X-Debbugs-Cc: none, Francesco Potortì <[email protected]>
get_lexer_by_name("markdown")
does not work: it does not find the lexer.
However,
get_lexer_by_name("md")
works, so this is a bug with a workaround.
get_lexer_by_name("output")
does not work: it does not find the lexer.
This time, it seems that OutputLexer is not really there, as
from pygments.lexers import OutputLexer
does not work either.
--
Francesco Potortì (ricercatore) Voice: +39.050.621.3058
ISTI - Area della ricerca CNR Mobile: +39.348.8283.107
via G. Moruzzi 1, I-56124 Pisa Skype: wnlabisti
(gate 20, 1st floor, room C71) Web: http://fly.isti.cnr.it
-- System Information:
Debian Release: 11.0
APT prefers testing
APT policy: (990, 'testing'), (101, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.10.0-3-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages python3-pygments depends on:
ii python3 3.9.2-3
ii python3-pkg-resources 52.0.0-4
python3-pygments recommends no packages.
Versions of packages python3-pygments suggests:
pn python-pygments-doc <none>
ii ttf-bitstream-vera 1.10-8.1
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.10.0+dfsg-1
> >If the version (2.7.1) is correct, this is expected: the "markdown"
> >alias is new in 2.8.0, while the Output lexer is new in 2.10.0.
>
> Ok, thanks, will wait :)
i just uploaded 2.10.0 to unstable, so this can be closed
--- End Message ---