pygments 2.13.0+dfsg-1 source package in Ubuntu

Changelog

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

  * Team upload
  * d/gbp.conf: Adjust back to debian/master
    In order to make things work as expected.
  * New upstream version 2.13.0+dfsg

 -- Carsten Schoenert <email address hidden>  Sun, 20 Nov 2022 17:35:38 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pygments_2.13.0+dfsg-1.dsc 2.3 KiB 785a070d2fc687e912a2d14de59b57eb731222d16cd2db4e1bdb2c5f3f0341ad
pygments_2.13.0+dfsg.orig.tar.gz 1.4 MiB 8b4b09bcd3a9af6fc3878b2e452a1eacb17ea1c615af60f4bf44967f2cecf8b9
pygments_2.13.0+dfsg-1.debian.tar.xz 9.0 KiB 496e2a1e8af7bbbe681f98829820aa5500635885366193313b0395842c07977f

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