Opened 4 years ago

Closed 4 years ago

#12827 closed enhancement (fixed)

pygments-2.5.1 (Python Module)

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

Pygments changelog

Version 2.5.1 (released November 26, 2019)

  • This release fixes a packaging issue. No functional changes.

Version 2.5.0 (released November 26, 2019)

  • Added lexers:
  • Email (PR1246)
  • Erlang, Elxir shells (PR823, 1521)
  • Notmuch (PR1264)
  • Scdoc <https://git.sr.ht/~sircmpwn/scdoc>_ (PR1268)
  • Solidity <https://solidity.readthedocs.io/>_ (1214)
  • Zeek <https://www.zeek.org>_ (new name for Bro) (PR1269)
  • Zig <https://ziglang.org/>_ (PR820)
  • Updated lexers:
  • Apache2 Configuration (PR1251)
  • Bash sessions (1253)
  • CSound (PR1250)
  • Dart
  • Dockerfile
  • Emacs Lisp
  • Handlebars (PR773)
  • Java (1101, 987)
  • Logtalk (PR1261)
  • Matlab (PR1271)
  • Praat (PR1277)
  • Python3 (PR1255)
  • Ruby
  • YAML (1528)
  • Velocity
  • Added styles:
  • Inkpot (PR1276)
  • The PythonLexer class is now an alias for the former Python3Lexer. The old PythonLexer is available as Python2Lexer. Same change has been done for the PythonTracebackLexer. The python3 option for the PythonConsoleLexer is now true by default.
  • Bump NasmLexer priority over TasmLexer for .asm files
  • Default font in the ImageFormatter has been updated
  • Test suite switched to py.test, removed nose dependency
  • Reduce TeraTerm lexer score -- it used to match nearly all languages
  • Treat Skylark/Starlark files as Python files
  • Image formatter: actually respect line_number_separator option
  • Add LICENSE file to wheel builds
  • Agda: fix lambda highlighting
  • Dart: support @ annotations
  • Dockerfile: accept FROM ... AS syntax
  • Emacs Lisp: add more string functions
  • GAS: accept registers in directive arguments
  • Java: make structural punctuation (braces, parens, colon, comma) Punctuation, not Operator
  • Java: support var contextual keyword
  • Matlab: Fix recognition of function keyword
  • Python: recognize .jy filenames
  • Python: recognize f string prefix
  • Ruby: support squiggly heredocs
  • Shell sessions: recognize Virtualenv prompt
  • Velocity: support silent reference syntax

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22406.

Note: See TracTickets for help on using tickets.