15
0

Accepting request 355773 from home:stroeder:branches:devel:languages:python

update to 2.1 (needed by python-Sphinx 1.3.5)

OBS-URL: https://build.opensuse.org/request/show/355773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=28
This commit is contained in:
Jan Matejek
2016-01-25 17:43:30 +00:00
committed by Git OBS Bridge
parent deec4b56d2
commit 1410eb3803
4 changed files with 33 additions and 4 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Jan 25 14:47:30 UTC 2016 - michael@stroeder.com
- Update to version 2.1
- Added styles:
* Lovelace (PR#456)
* Algol and Algol-nu (#1090)
- Added formatters:
* IRC (PR#458)
* True color (24-bit) terminal ANSI sequences (#1142)
(formatter alias: "16m")
- New "filename" option for HTML formatter (PR#527).
- Improved performance of the HTML formatter for long lines (PR#504).
- Updated autopygmentize script (PR#445).
- Fixed style inheritance for non-standard token types in HTML output.
- Added support for async/await to Python 3 lexer.
- Rewrote linenos option for TerminalFormatter (it's better, but slightly
different output than before) (#1147).
- Javascript lexer now supports most of ES6 (#1100).
- Cocoa builtins updated for iOS 8.1 (PR#433).
- Combined BashSessionLexer and ShellSessionLexer, new version should support
the prompt styles of either.
- Added option to pygmentize to show a full traceback on exceptions.
- Fixed incomplete output on Windows and Python 3 (e.g. when using iPython
Notebook) (#1153).
- Allowed more traceback styles in Python console lexer (PR#253).
- Added decorators to TypeScript (PR#509).
- Fix highlighting of certain IRC logs formats (#1076).
-------------------------------------------------------------------
Wed Mar 11 22:36:07 UTC 2015 - tbehrens@suse.com