14
0

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
This commit is contained in:
Todd R
2019-05-20 18:45:46 +00:00
committed by Git OBS Bridge
parent 51e92bc754
commit 7b5b0aea36
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon May 20 18:43:33 UTC 2019 - Todd R <toddrme2178@gmail.com>
- 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 <mcepl@suse.com>