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:
parent
deec4b56d2
commit
1410eb3803
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7320919084e6dac8f4540638a46447a3bd730fca172afc17d2c03eed22cf4f51
|
||||
size 3462280
|
3
Pygments-2.1.tar.gz
Normal file
3
Pygments-2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b
|
||||
size 2078224
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Pygments
|
||||
Version: 2.0.2
|
||||
Version: 2.1
|
||||
Release: 0
|
||||
Url: http://pygments.org
|
||||
Summary: Pygments is a syntax highlighting package written in Python
|
||||
|
Loading…
Reference in New Issue
Block a user