Name: | python-pygments |
---|---|
Version: | 1.4 |
Release: | 10.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 3312890 |
License: | BSD |
RPM: | python-pygments-1.4-10.el7.noarch.rpm |
Source RPM: | python-pygments-1.4-10.el7.src.rpm |
Build Date: | Thu Aug 03 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pygments.org/ |
Summary: | Syntax highlighting engine written in Python |
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! |
- Fix traceback when trying to guess a lexer starting with a dot Resolves: rhbz#1413594
- Mass rebuild 2013-12-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
- remove rhel logic from with_python3 conditional
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Really enable the python3 unittests. - Fix python26 byte compilation (thanks to Jeffrey Ness)
- Fix python main package having dependencies for the python2.6 subpackage - Fix places that used the default python instead of python26 - Attempt to make byte compilation more robust in case we add python3 to EPEL5 - Run unittests on python3 in F15+
- update for upstream release - Add python2.6 support done by Steve Traylen <steve.traylen@cern.ch>. BZ#662755.