pygments 2.14.0+dfsg-1 source package in Ubuntu

Changelog

pygments (2.14.0+dfsg-1) unstable; urgency=medium

  * Team upload
  * New upstream version 2.14.0+dfsg
  * d/copyright: Update year data
  * d/control: Bump Standards-Version to 4.6.2
    No further changes needed.

 -- Carsten Schoenert <email address hidden>  Sat, 07 Jan 2023 10:12:03 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pygments_2.14.0+dfsg-1.dsc 2.3 KiB 679745db87cb513e82dcac2f2685459989596a88b89e49598552c9ecc24673f8
pygments_2.14.0+dfsg.orig.tar.gz 1.4 MiB 9cf9dea77cd0d199e8d877960803b3f22edd4d6871daa0923afc9f5f8a717d5b
pygments_2.14.0+dfsg-1.debian.tar.xz 9.0 KiB 15c1afc02accc1da338e12461744f62e302491eed42a1375ee45f2b0a4503419

Available diffs

No changes file available.

Binary packages built by this source

python-pygments-doc: documentation for the Pygments

 Pygments is syntax highlighting package.
 .
 This package contains the documentation for Pygments in HTML and
 reStructuredText format.

python3-pygments: syntax highlighting package written in Python 3

 Pygments aims to be a generic syntax highlighter for general use in all kinds
 of software such as forum systems, wikis or other applications that need to
 prettify source code.
 .
 Highlights are:
   * a wide range of common languages and markup formats is supported
   * special attention is paid to details, increasing quality by a fair amount
   * support for new languages and formats are added easily
   * a number of output formats, presently HTML, LaTeX and ANSI sequences
   * it is usable as a command-line tool and as a library