From 1410eb3803414d1e433fd471f0c1e61c4b053b78a6de77f90567a34f9392c275 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 25 Jan 2016 17:43:30 +0000 Subject: [PATCH] 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 --- Pygments-2.0.2.tar.gz | 3 --- Pygments-2.1.tar.gz | 3 +++ python-Pygments.changes | 29 +++++++++++++++++++++++++++++ python-Pygments.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 Pygments-2.0.2.tar.gz create mode 100644 Pygments-2.1.tar.gz diff --git a/Pygments-2.0.2.tar.gz b/Pygments-2.0.2.tar.gz deleted file mode 100644 index 9b249c3..0000000 --- a/Pygments-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7320919084e6dac8f4540638a46447a3bd730fca172afc17d2c03eed22cf4f51 -size 3462280 diff --git a/Pygments-2.1.tar.gz b/Pygments-2.1.tar.gz new file mode 100644 index 0000000..ef6eba1 --- /dev/null +++ b/Pygments-2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b +size 2078224 diff --git a/python-Pygments.changes b/python-Pygments.changes index 294a5d8..2ca7491 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -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 diff --git a/python-Pygments.spec b/python-Pygments.spec index 93a14e5..4ce27c4 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -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