python-changelog 0.6.2-ok1 source package in openKylin

Changelog

python-changelog (0.6.2-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:25:54 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-changelog_0.6.2.orig.tar.gz 15.7 KiB 39f934b3d2c40edb2808d03baae69dad2f208b42b8f6fc6d06905bf05d8ffd40
python-changelog_0.6.2-ok1.debian.tar.xz 2.0 KiB 2d7092e395fe86c6b2b362371cb087a3337dd92846314541029934994647098d
python-changelog_0.6.2-ok1.dsc 2.0 KiB 081a38072fd0c29eea4f3c3eba46cab33d6c300fb1354e2fa57533a365598d82

Available diffs

View changes file

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.