Opened 13 months ago

Closed 13 months ago

Last modified 9 months ago

#17917 closed enhancement (fixed)

Pygments-2.15.0 (Python Module)

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

Description

New minor version

Change History (4)

comment:1 by Bruce Dubbs, 13 months ago

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

comment:2 by Bruce Dubbs, 13 months ago

Version 2.15.0 (released April 10th, 2023)

Added lexers:

  • Carbon
  • Dax
  • MediaWiki Wikitext
  • PostgreSQL Explain
  • WGSL (WebGPU Shading Language)
  • X++

Updated lexers:

  • AMDGPU: Add support for scratch_ instructions, the attr*.* argument, as well as the off modifier
  • APDL: Miscellaneous improvements
  • bash/tcsh:
    • Move break to keywords
    • Improve bash math expansion lexing
  • Chapel: Support attributes
  • CMake: Implement bracket style comments
  • CSS: Improve lexing of numbers inside function calls
  • diff: Support normal diff syntax, as opposed to unified diff syntax
  • GLSL, HLSL:
    • Support line continuations in preprocessor code
    • Improve preprocessor directive handling
  • LilyPond: minor update of builtins
  • PHP: support attributes, fix anonymous classes without parameters, improve lexing of variable variable syntax
  • Python:
    • Add missing builtins
    • Fix inconsistent lexing of None
  • Rebol/Red: Don't require script headers
  • Spice: Update keywords
  • SQL+Jinja (analyse_text method): Fix catastrophic backtracking
  • Terraform: Add hcl alias
  • Declare support for Python 3.11 and drop support for Python 3.6.
  • Update native style to improve contrast.
  • Update github-dark` style to match latest Primer style
  • Revert a change that made guessing lexers based on file names slower on Python 3.10 and older.
  • Fix some places where a locale-dependent encoding could unintentionally be used instead of UTF-8 .
  • Fix Python traceback handling
  • Groff formatter: sort color definitions for reproducibility
  • Move project metadata to pyproject.toml, remove setup.py and setup.cfg
  • The top-level Makefile has been removed. Instead, all shortcuts for developing are now defined and run through tox. The doc folder still contains a Makefile as an alternative to tox -e doc.

comment:3 by Bruce Dubbs, 13 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

a3be1210ad Update to parted-3.6.
f5cfb36ca9 Update to tcsh-6.24.08.
4455b24035 Update to graphviz-8.0.2.
8613786ee3 Update to Pygments-2.15.0 (Python Module).

comment:4 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.