15
0

Accepting request 951979 from home:benoit_monin:branches:devel:languages:python

- update to 2.11.2
- backport elpi_fix_catastrophic_backtracking.patch
- switch prep stage to autosetup
- remove commented-out shebang removal

OBS-URL: https://build.opensuse.org/request/show/951979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=80
This commit is contained in:
2022-02-07 09:27:11 +00:00
committed by Git OBS Bridge
parent c2e2356a47
commit 7c515cfc09
5 changed files with 70 additions and 8 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Feb 6 21:20:22 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- backport elpi_fix_catastrophic_backtracking.patch:
fix build getting stuck when running the tests
- switch prep stage to autosetup
- remove commented-out shebang removal
-------------------------------------------------------------------
Wed Jan 12 19:53:14 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to 2.11.2:
* Updated lexers:
+ C-family: Fix incorrect handling of labels (#2022, #1996,
#1182)
+ Java: Fixed an issue with record keywords result in Error
tokens in some cases (#2018)
* Fix links to line numbers not working correctly (#2014)
* Remove underline from Whitespace style in the Tango theme
(#2020)
* Fix IRC and Terminal256 formatters not backtracking correctly
for custom token types, resulting in some unstyled tokens
(#1986)
-------------------------------------------------------------------
Mon Jan 3 11:09:21 UTC 2022 - Martin Liška <mliska@suse.cz>