pygments 2.18.0+dfsg-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Tue, 11 Jun 2024 09:33:29 +0200

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
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pygments_2.18.0+dfsg-1.dsc 2.3 KiB 6cb08fb82f30f54bbb04e81ae2e6e16bc4d9b4c738068c6adcbaddb147b993a4
pygments_2.18.0+dfsg.orig.tar.xz 1.2 MiB 8e724ccba2cd8b4932112a7fe64dc661093578f2b2d98d6f60559e23f3138ff5
pygments_2.18.0+dfsg-1.debian.tar.xz 9.5 KiB 18a41b60c5e323d154728c576e73a69def5395b8bd24794d207c0cb8960a284e

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