From: JinWang An Date: Tue, 5 Jan 2021 03:14:00 +0000 (+0900) Subject: Imported Upstream version 1.2.2 X-Git-Tag: upstream/1.2.2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e1102973c7d4a2269da950c1a01a128ff7d9827;p=platform%2Fupstream%2Fpython3-pygments.git Imported Upstream version 1.2.2 --- diff --git a/CHANGES b/CHANGES index 342f9a9..b81efa0 100644 --- a/CHANGES +++ b/CHANGES @@ -3,11 +3,21 @@ Pygments changelog Issue numbers refer to the tracker at http://dev.pocoo.org/projects/pygments/. +Version 1.2.2 +------------- +(bugfix release, released Jan 02, 2010) + +* Removed a backwards incompatibility in the LaTeX formatter that caused + Sphinx to produce invalid commands when writing LaTeX output (#463). + +* Fixed a forever-backtracking regex in the BashLexer (#462). + + Version 1.2.1 ------------- (bugfix release, released Jan 02, 2010) -* Fix mishandling of an ellipsis in place of the frames in a Python +* Fixed mishandling of an ellipsis in place of the frames in a Python console traceback, resulting in clobbered output. @@ -138,17 +148,17 @@ Version 1.0 because that doesn't keep all newlines at the end when the ``stripnl`` lexer option is False. -- Add ``-N`` option to command-line interface to get a lexer name +- Added ``-N`` option to command-line interface to get a lexer name for a given filename. -- Add Tango style, written by Andre Roberge for the Crunchy project. +- Added Tango style, written by Andre Roberge for the Crunchy project. -- Add Python3TracebackLexer and ``python3`` option to +- Added Python3TracebackLexer and ``python3`` option to PythonConsoleLexer. -- Fix a few bugs in the Haskell lexer. +- Fixed a few bugs in the Haskell lexer. -- Fix PythonTracebackLexer to be able to recognize SyntaxError and +- Fixed PythonTracebackLexer to be able to recognize SyntaxError and KeyboardInterrupt (#360). - Provide one formatter class per image format, so that surprises like:: @@ -166,7 +176,7 @@ Version 1.0 - Unified Diff lexer supports the "udiff" alias now. -- Fix a few issues in Scala lexer (#367). +- Fixed a few issues in Scala lexer (#367). - RubyConsoleLexer now supports simple prompt mode (#363). @@ -184,7 +194,7 @@ Version 0.11.1 -------------- (released Aug 24, 2008) -- Fix a Jython compatibility issue in pygments.unistring (#358). +- Fixed a Jython compatibility issue in pygments.unistring (#358). Version 0.11 diff --git a/PKG-INFO b/PKG-INFO index 125a502..98c415d 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: Pygments -Version: 1.2.1 +Version: 1.2.2 Summary: Pygments is a syntax highlighting package written in Python. Home-page: http://pygments.org/ Author: Georg Brandl @@ -19,7 +19,7 @@ Description: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily - * a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI sequences + * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainfuck! diff --git a/Pygments.egg-info/PKG-INFO b/Pygments.egg-info/PKG-INFO index 125a502..98c415d 100644 --- a/Pygments.egg-info/PKG-INFO +++ b/Pygments.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: Pygments -Version: 1.2.1 +Version: 1.2.2 Summary: Pygments is a syntax highlighting package written in Python. Home-page: http://pygments.org/ Author: Georg Brandl @@ -19,7 +19,7 @@ Description: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily - * a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI sequences + * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainfuck! diff --git a/Pygments.egg-info/SOURCES.txt b/Pygments.egg-info/SOURCES.txt index c6669e5..a885aaa 100644 --- a/Pygments.egg-info/SOURCES.txt +++ b/Pygments.egg-info/SOURCES.txt @@ -133,16 +133,27 @@ scripts/vim2pygments.py tests/old_run.py tests/run.py tests/support.py +tests/support.pyc tests/test_basic_api.py +tests/test_basic_api.pyc tests/test_clexer.py +tests/test_clexer.pyc tests/test_cmdline.py +tests/test_cmdline.pyc tests/test_examplefiles.py +tests/test_examplefiles.pyc tests/test_html_formatter.py +tests/test_html_formatter.pyc tests/test_latex_formatter.py +tests/test_latex_formatter.pyc tests/test_regexlexer.py +tests/test_regexlexer.pyc tests/test_token.py +tests/test_token.pyc tests/test_using_api.py +tests/test_using_api.pyc tests/test_util.py +tests/test_util.pyc tests/dtds/HTML4-f.dtd tests/dtds/HTML4-s.dtd tests/dtds/HTML4.dcl diff --git a/docs/build/api.html b/docs/build/api.html index 5f4c5cf..4cf4217 100644 --- a/docs/build/api.html +++ b/docs/build/api.html @@ -453,6 +453,6 @@ or a tuple, it is returned as a list. - \ No newline at end of file diff --git a/docs/build/authors.html b/docs/build/authors.html index a201ca4..ae566e1 100644 --- a/docs/build/authors.html +++ b/docs/build/authors.html @@ -274,6 +274,6 @@ div.toc h2 { - \ No newline at end of file diff --git a/docs/build/changelog.html b/docs/build/changelog.html index 9558106..6e38a8b 100644 --- a/docs/build/changelog.html +++ b/docs/build/changelog.html @@ -213,6 +213,8 @@ div.toc h2 {

Contents