File: control

package info (click to toggle)
python-changelog 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 994; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: python-changelog
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>, Piotr Ożarowski <piotr@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-looseversion,
 python3-setuptools,
 python3-sphinx
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/sqlalchemyorg/changelog
Vcs-Git: https://salsa.debian.org/python-team/packages/python-changelog.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-changelog
Testsuite: autopkgtest-pkg-python

Package: python3-changelog
Architecture: all
Depends:
 python3-looseversion,
 python3-sphinx,
 ${misc:Depends},
 ${python3:Depends}
Enhances: python3-sphinx
Description: 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.