From 85e507ebe6414276de3591562b16cafc830b53bcf8a31706bd6087751d173f2f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Feb 2016 20:17:37 +0000 Subject: [PATCH] Accepting request 359397 from home:stroeder:branches:devel:languages:python update to 2.1.1 OBS-URL: https://build.opensuse.org/request/show/359397 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=31 --- Pygments-2.1.1.tar.gz | 3 +++ Pygments-2.1.tar.gz | 3 --- python-Pygments.changes | 13 +++++++++++++ python-Pygments.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 Pygments-2.1.1.tar.gz delete mode 100644 Pygments-2.1.tar.gz diff --git a/Pygments-2.1.1.tar.gz b/Pygments-2.1.1.tar.gz new file mode 100644 index 0000000..bffec01 --- /dev/null +++ b/Pygments-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df7d9a85b56e54c7c021dc98fc877bd216ead652c10da170779c004fb59c01b +size 2114190 diff --git a/Pygments-2.1.tar.gz b/Pygments-2.1.tar.gz deleted file mode 100644 index ef6eba1..0000000 --- a/Pygments-2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b -size 2078224 diff --git a/python-Pygments.changes b/python-Pygments.changes index ef442bc..f2d99d3 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Feb 14 23:52:35 UTC 2016 - michael@stroeder.com + +- Update to version 2.1.1 + - Fixed Jython compatibility (#1205) + - Fixed HTML formatter output with leading empty lines (#1111) + - Added a mapping table for LaTeX encodings and added utf8 (#1152) + - Fixed image formatter font searching on Macs (#1188) + - Fixed deepcopy-ing of Token instances (#1168) + - Fixed Julia string interpolation (#1170) + - Fixed statefulness of HttpLexer between get_tokens calls + - Many smaller fixes to various lexers + ------------------------------------------------------------------- Tue Feb 9 11:51:50 UTC 2016 - olaf@aepfle.de diff --git a/python-Pygments.spec b/python-Pygments.spec index 8999187..e346a41 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -17,7 +17,7 @@ Name: python-Pygments -Version: 2.1 +Version: 2.1.1 Release: 0 Url: http://pygments.org Summary: Pygments is a syntax highlighting package written in Python