pygments 2.18.0+dfsg-1ubuntu1 source package in Ubuntu

Changelog

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

  * Drop hard-coded dep on python3-pkg-resources, not used upstream
    since 2.13.0.

 -- Steve Langasek <email address hidden>  Fri, 04 Oct 2024 15:03:39 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release main python
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pygments_2.18.0+dfsg.orig.tar.xz 1.2 MiB 8e724ccba2cd8b4932112a7fe64dc661093578f2b2d98d6f60559e23f3138ff5
pygments_2.18.0+dfsg-1ubuntu1.debian.tar.xz 9.7 KiB 585c89983f1bda3d35adb409584b474c1d9fce7a9bb72f684ee2586a01635935
pygments_2.18.0+dfsg-1ubuntu1.dsc 2.4 KiB 2bd7d7e2f6bc4feec0f0b98fa8950a49755f6f6434270f9600a3f579ed146a2d

View changes file

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