Name: | rh-python35-python-pygments |
---|---|
Version: | 2.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 7508616 |
License: | BSD |
RPM: | rh-python35-python-pygments-2.1-1.el7.noarch.rpm |
Source RPM: | rh-python35-python-pygments-2.1-1.el7.src.rpm |
Build Date: | Fri Sep 02 2016 |
Build Host: | x86-ol7-builder-02.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! |
- Updated to 2.1
- Updated to 1.6
- Ignore some tests not working with Python 3.3 yet (rhbz#966426).
- Rebuild to generate bytecode properly after fixing rhbz#956289
- Rebuilt for SCL. - Updated to version 1.5. - python-imaging is only a soft dependency, removing it for now.
- 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)