python-changelog 0.5.7-1 source package in Ubuntu

Changelog

python-changelog (0.5.7-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Sat, 12 Feb 2022 21:03:03 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-changelog_0.5.7-1.dsc 2.1 KiB 390df806df84880ad20c3256229669b60b5aae9513469e24b43c07d2bd9f51e6
python-changelog_0.5.7.orig.tar.gz 15.4 KiB 219ca3945ad533100eddc4c485c3adb2dd7ace9f3fa923966ab030e15863bc6d
python-changelog_0.5.7-1.debian.tar.xz 3.1 KiB 42750cdf4502629028780c3fb8fb076b0a24c93ef2b7b7c137a896bcd6494772

Available diffs

No changes file available.

Binary packages built by this source

python3-changelog: Sphinx extension to generate changelog files (Python 3)

 This package provides simple Sphinx markup to render changelog displays
 (this is the Python 3 version of the extension).
 .
 Example:
 .
  ====================
  Changelog for 1.5.6
  ====================
 .
  .. changelog::
      :version: 1.5.6
      :released: Sun Oct 12 2008
 .
      .. change::
          :tags: general
          :tickets: 27
 .
        Improved the frobnozzle.
 .
      .. change::
          :tags: rendering, tests
          :pullreq: 8
          :changeset: a9d7cc0b56c2
 .
        Rendering tests now correctly render.