python-changelog 0.4.2-1 source package in Ubuntu

Changelog

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

  * New upstream release
    - 0001-Make-the-references-reproducible.patch removed, applied upstream
  * Bump Standards-Version to 4.3.0, no changes needed.

 -- Piotr Ożarowski <email address hidden>  Sun, 30 Dec 2018 21:49:31 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-changelog_0.4.2-1.dsc 2.2 KiB e60ade49e3d1860dd5c815c12d08ba4f1828494023d83ca7a4f7e0ef149a8250
python-changelog_0.4.2.orig.tar.gz 9.8 KiB 9e475796530a811202b44a25664496912e178c31b933f153b44c1ea69a72ba53
python-changelog_0.4.2-1.debian.tar.xz 2.8 KiB 2c4bd353d10f03de7fe92038f6268d5424439e5b359d994de6998639cf00431b

Available diffs

No changes file available.

Binary packages built by this source

python-changelog: No summary available for python-changelog in ubuntu focal.

No description available for python-changelog in ubuntu focal.

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.