From 7b5b0aea365334b77efe07a2ba992a8b9d5df39015ea8ade3c8ce142987f02da Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 20 May 2019 18:45:46 +0000 Subject: [PATCH] Accepting request 704315 from home:TheBlackCat:branches:devel:languages:python - Update to 2.4.0 Fixes build errors in x86-64 OBS-URL: https://build.opensuse.org/request/show/704315 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=55 --- Pygments-2.3.1.tar.gz | 3 --- Pygments-2.4.0.tar.gz | 3 +++ python-Pygments.changes | 16 ++++++++++++++++ python-Pygments.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 Pygments-2.3.1.tar.gz create mode 100644 Pygments-2.4.0.tar.gz diff --git a/Pygments-2.3.1.tar.gz b/Pygments-2.3.1.tar.gz deleted file mode 100644 index f2bfe5b..0000000 --- a/Pygments-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a -size 3124216 diff --git a/Pygments-2.4.0.tar.gz b/Pygments-2.4.0.tar.gz new file mode 100644 index 0000000..95f3508 --- /dev/null +++ b/Pygments-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cba6ffb739f099a85e243eff8cb717089fdd3c7300767d9fc34cb8e1b065f5 +size 3152708 diff --git a/python-Pygments.changes b/python-Pygments.changes index ebdabe3..5e3439b 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon May 20 18:43:33 UTC 2019 - Todd R + +- Update to 2.4.0 + * Add solarized style + * Add support for Markdown reference-style links + * Add license information to generated HTML/CSS files + * Change ANSI color names + * Fix catastrophic backtracking in the bash lexer + * Fix documentation failing to build using Sphinx 2.0 + * Fix incorrect links in the Lisp and R lexer documentation + * Fix rare unicode errors on Python 2.7 + * Fix lexers popping from an empty stack + * TypoScript uses .typoscript now + * Updated Trove classifiers and pip requirements + ------------------------------------------------------------------- Mon Apr 1 21:23:26 CEST 2019 - Matej Cepl diff --git a/python-Pygments.spec b/python-Pygments.spec index bbb96b4..4e71ad5 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pygments -Version: 2.3.1 +Version: 2.4.0 Release: 0 Summary: A syntax highlighting package written in Python License: BSD-2-Clause