Bump pygments from 2.7.1 to 2.7.2
Bumps pygments from 2.7.1 to 2.7.2.
Release notes
Sourced from pygments's releases.
2.7.2
Updated lexers:
- Latex (PR#1517, #1516)
- LLVM (PR#1565)
- SPARQL (PR#1559)
Fixed Python console/traceback lexer problems with custom exceptions without messages (#1548)
Allow loading ttc fonts on Mac/image formatter (#1223)
Improve
analyze_text
across a variety of lexers (PR#1549)Removed CSS rule which forced the vertical padding to 0 for line numbers (PR#1583, #1579)
Fix
TNTLexer
crashing on unexpected EOL (#1568, PR#1570)
regexlint
can be now run locally as part oftox
tests (PR#1557)Fix typos (PR#1550, #1562)
Add Python 3.9 as a supported version (PR#1554)
Changelog
Sourced from pygments's changelog.
Version 2.7.2
(released October 24, 2020)
Updated lexers:
- Latex (PR#1517, #1516)
- LLVM (PR#1565)
- SPARQL (PR#1559)
Fixed Python console/traceback lexer problems with custom exceptions without messages (#1548)
Allow loading ttc fonts on Mac/image formatter (#1223)
Improve
analyze_text
across a variety of lexers (PR#1549)Removed CSS rule which forced the vertical padding to 0 for line numbers (PR#1583, #1579)
Fix
TNTLexer
crashing on unexpected EOL (#1568, PR#1570)
regexlint
can be now run locally as part oftox
tests (PR#1557)Fix typos (PR#1550, #1562)
Add Python 3.9 as a supported version (PR#1554)
Commits
-
9c1a078
Prepare 2.7.2 release. -
20fb8fd
Speculative fix for #1579. (#1583) -
3e1b79c
TNTLexer: Don't crash on unexpected EOL. (#1570) -
5d6b610
Add Python 3.9 to CI builds. -
3f300cf
Add Python 3.9 as a supported version (#1554) -
9454d54
llvm lexer: add freeze instruction and bfloat type (#1565) -
91728ae
Fix spelling mistakes - fixes #1562. -
d5f8600
Add missing tokens to SPARQL lexer (#1559) -
a886f74
Fix LatexEmbeddedLexer (#1517) -
cdf1d48
Add regexlint to tox so linting can be done during development (#1557) - Additional commits viewable in compare view