pygments 2.12.0+dfsg-2 source package in Ubuntu

Changelog

pygments (2.12.0+dfsg-2) unstable; urgency=medium

  * debian/control
    - remove debian/exp.. branch from Vcs fields
    - adjust pytest b-d versioned relationship
    - run wrap-and-sort -at

 -- Sandro Tosi <email address hidden>  Mon, 27 Jun 2022 21:34:45 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pygments_2.12.0+dfsg-2.dsc 2.3 KiB f67e6d239070b1e7ea35c012d6b0ed0f2ca3ca9dde222df64da81665dd46c3c5
pygments_2.12.0+dfsg.orig.tar.gz 1.3 MiB 82fbf11f70844f0385741fa00dd07df00109ebd0113b33363c0916060b71eeaa
pygments_2.12.0+dfsg-2.debian.tar.xz 8.9 KiB 2335c392bd6b3143027b1192fc53b84248cdacfb2f7ed7d65ff70152533b90e0

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