Package python3-pygments-2.2.0-22.module+el8.10.0+285+94cd8805.noarch
Name | python3-pygments |
---|---|
Epoch | 0 |
Version | 2.2.0 |
Release | 22.module+el8.10.0+285+94cd8805 |
Architecture | noarch |
Website/URL | http://pygments.org/ |
License | BSD |
Build Time | 2024-05-24 04:28:08 |
Build Host | builder-x86-03.inferitos.ru |
Summary | Syntax highlighting engine written in Python |
Repositories | AppStream |
Description | Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details that increase highlighting quality * support for new languages and formats are added easily; most languages use a simple regex-based lexing mechanism * a number of output formats is available, among them HTML, RTF, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainf*ck! |
Errata | INFSA-2024:10953 , INFSA-2025:8419 |
Size | 1937 KiB |
Source Project | python-pygments-2.2.0-22.module+el8.10.0+285+94cd8805 |
SHA-256 checksum | 1ba4f0d02e8a386e939121a2e99a27720670f9937e5732c222e9d4d954b07db3 |
×
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.2.0-22 - Rebuilt for MSVSphere 8.10 beta * Thu Apr 22 2021 Lumír Balhar <lbalhar@redhat.com> - 2.2.0-22 - Fix CVE-2021-27291: ReDos via crafted malicious input Resolves: rhbz#1943459 rhbz#1943460 * Wed Mar 03 2021 Charalampos Stratakis <cstratak@redhat.com> - 2.2.0-21 - Fix CVE-2021-20270: infinite loop in SML lexer which may lead to DoS Resolves: rhbz#1933876 * Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 2.2.0-20 - Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587 * Mon Sep 17 2018 Lumír Balhar <lbalhar@redhat.com> - 2.2.0-19 - Get rid of unversioned Python dependencies - Resolves: rhbz#1628242 * Wed Aug 08 2018 Lumír Balhar <lbalhar@redhat.com> - 2.2.0-18 - Remove unversioned binaries from python2 subpackage - Resolves: rhbz#1613343 * Wed Aug 01 2018 Lumír Balhar <lbalhar@redhat.com> - 2.2.0-17 - Specfile cleanup - Condition for tests - Condition for doc * Tue Jul 31 2018 Lumír Balhar <lbalhar@redhat.com> - 2.2.0-16 - Switch python3 coditions to bcond * Wed Jul 18 2018 Tomas Orsava <torsava@redhat.com> - 2.2.0-15 - BuildRequire also python36-rpm-macros as part of the python36 module build * Wed Jul 04 2018 Miro Hrončok <mhroncok@redhat.com> - 2.2.0-14 - Add a bcond for python2 - Fix the test invocation