File: changelog

package info (click to toggle)
pythondialog 3.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,320 kB
  • sloc: python: 3,790; makefile: 159
file content (141 lines) | stat: -rw-r--r-- 4,783 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
pythondialog (3.5.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-sphinx.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 17 Oct 2022 01:04:15 +0100

pythondialog (3.5.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.5.1, no changes needed.

 -- Sandro Tosi <morph@debian.org>  Sat, 04 Jun 2022 16:09:33 -0400

pythondialog (3.5.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Re-export upstream signing key without extra signatures.

  [ Tristan Seligmann ]
  * New upstream release.
  * Add missing build-dep on python3-setuptools.
  * Set python3-dialog M-A: foreign (Closes: #918803).
  * Bump debhelper-compat to 13.
  * Bump Standards-Version to 4.5.0 (no changes).
  * Switch to dh-sequence-*.
  * Apply sphinxdoc:Built-Using.
  * Declare rootless build.
  * Add autodep8 tests.

 -- Tristan Seligmann <mithrandi@debian.org>  Tue, 21 Jul 2020 12:27:15 +0200

pythondialog (3.4.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Tristan Seligmann ]
  * New upstream release.
  * Bump Standards-Version to 3.9.8 (no changes).

 -- Tristan Seligmann <mithrandi@debian.org>  Thu, 23 Jun 2016 23:01:53 +0200

pythondialog (3.3.0-1) unstable; urgency=medium

  [ Florent Rougon ]
  * New upstream release.

 -- Tristan Seligmann <mithrandi@debian.org>  Tue, 02 Jun 2015 03:24:08 +0200

pythondialog (3.2.2-1) unstable; urgency=low

  [ Florent Rougon ]
  * New upstream release.

  [ Tristan Seligmann ]
  * Switch debian/watch to pypi.debian.net redirector.

 -- Florent Rougon <f.rougon@free.fr>  Tue, 05 May 2015 17:04:28 +0200

pythondialog (3.2.1-1) experimental; urgency=low

  [ Florent Rougon ]
  * Split python3-dialog.doc-base into python3-dialog.doc-base.manual and
    python3-dialog.doc-base.readme; otherwise, it appears as if README.rst
    were a text version of the pythondialog manual.

  [ Tristan Seligmann ]
  * New upstream release.
    - Remove add-glossary-label patch which was merged upstream.

 -- Tristan Seligmann <mithrandi@debian.org>  Mon, 08 Dec 2014 15:06:15 +0200

pythondialog (3.2.0-2) unstable; urgency=low

  * Add missing file/license for doc/intro/example.py to debian/copyright
    (closes: #766041).

 -- Tristan Seligmann <mithrandi@debian.org>  Mon, 20 Oct 2014 16:36:40 +0200

pythondialog (3.2.0-1) unstable; urgency=low

  [ Florent Rougon ]
  * New upstream release.

  * Add Build-Depends on python3-docutils,
    python3-sphinx (>= 1.0.7+dfsg-1~) and python3-pygments because this
    release brings a new Sphinx-based documentation.

  * add-glossary-label: new patch to add a "glossary" label right before
    the Glossary (maybe upstream bug, but upstream-installed Sphinx didn't
    complain about the missing label!).

  * Build-Depend on python3-doc so that intersphinx can use
    /usr/share/doc/python3/html/objects.inv (since downloading is
    prohibited during package build).
  * use-local-python3-doc-for-cross-references: new patch that:
      - uses /usr/share/doc/python3/html/objects.inv as the inventory file
        for Python cross-references;
      - resolves these references locally (with a
        file:///usr/share/doc/python3/html prefix)
  * Add a Suggests: python3-doc for these references to the local Python
    documentation.

  * Add python3-dialog.doc-base.

  [ Tristan Seligmann ]
  * Import packaging work by Florent Rougon.
    - python-dialog package removed, python3-dialog package added, since only
      Python 3 is supported upstream.
    - Reworked packaging fixes old bugs (closes: #608408, #615432, #646257)
  * Adopt package on behalf of DPMT (closes: #673962).
  * Add VCS control fields.
  * Check PGP signature in debian/watch.

 -- Tristan Seligmann <mithrandi@debian.org>  Sun, 19 Oct 2014 12:46:15 +0200

pythondialog (2.7-1) unstable; urgency=low

  * Initial release (Closes: #402453).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sun, 10 Dec 2006 16:30:10 +0100