File: changelog

package info (click to toggle)
python-apptools 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,564 kB
  • sloc: python: 9,780; makefile: 79
file content (263 lines) | stat: -rw-r--r-- 8,244 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
python-apptools (5.1.0-2) unstable; urgency=medium

  * Team upload.

  [ Andreas Tille ]
  * Provide default debian/salsa-ci.yml

  [ Étienne Mollier ]
  * python3.11.patch: fix/workaround ftbfs with python3.11. (Closes: #1027503)
  * d/control: declare compliance to standards version 4.6.2.

 -- Étienne Mollier <emollier@debian.org>  Sat, 21 Jan 2023 10:56:29 +0100

python-apptools (5.1.0-1) unstable; urgency=medium

  * Team upload.

  [ 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 ]
  * Apply multi-arch hints.
    + python-apptools-doc: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.5.1, no changes needed.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on debhelper.
    + python-apptools-doc: Drop versioned constraint on python-apptools in
      Replaces.
    + python-apptools-doc: Drop versioned constraint on python-apptools in
      Breaks.

  [ Andreas Tille ]
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Remove Testsuite on python-apptools-doc that duplicates source.
  * watch file standard 4 (routine-update)
  * Fix Homepage field
  * Do not try to load enthought_sphinx_theme since its not packaged
  * Build-Depends: python3-importlib-resources
  * Fix collections import under py3.10
    Closes: #1002130
  * Drop manpage

 -- Andreas Tille <tille@debian.org>  Tue, 08 Feb 2022 09:34:41 +0100

python-apptools (4.5.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * [5479ab1] Fix test against python3.9. (Closes: #973074)

 -- Anton Gladky <gladk@debian.org>  Mon, 30 Nov 2020 21:59:21 +0100

python-apptools (4.5.0-1) unstable; urgency=medium

  * Team upload.
  * Update to new upstream release 4.5.0
  * Remove upstreamed/unneeded patches & enable tests
  * Fix StopIteration exception observed on Python 3.7+
  * Fix SyntaxWarning in file_path.py
  * Fix spelling error in debian/patches/dont_delete_tmp
  * Fix path in d/python-apptools-doc.doc-base file

 -- Scott Talbert <swt@techie.net>  Thu, 02 Jan 2020 11:23:31 -0500

python-apptools (4.4.0-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Change Format URL to correct one.
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #943923, #937577, #935202

 -- Sandro Tosi <morph@debian.org>  Sun, 15 Dec 2019 16:08:24 -0500

python-apptools (4.4.0-3) unstable; urgency=medium

  * Fixing broken links in python-apptools-doc

 -- Stewart Ferguson <stew@ferg.aero>  Tue, 05 Mar 2019 21:26:46 +0100

python-apptools (4.4.0-2) unstable; urgency=medium

  * Adding Breaks and Replaces to new doc package (Closes: #922286)

 -- Stewart Ferguson <stew@ferg.aero>  Thu, 14 Feb 2019 21:19:20 +0100

python-apptools (4.4.0-1) unstable; urgency=medium

  [ SVN-Git Migration ]
  * svn-git migration

  [ Ondřej Nový ]
  * Fixed homepage (https)
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * Remove debian/pycompat, it's not used by any modern Python helper
  * Convert git repository from git-dpm to gbp layout

  [ Stewart Ferguson ]
  * New upstream release
  * Adding myself to Uploaders
  * Migrating from cdbs to pybuild
  * Releasing HTML documentation
  * Releasing man pages
    - Added patch to release man pages under section 3.
  * Bumping compat to 12
  * Bump Standards-Version to 4.3.0
  * Now using python3-sphinx to build docs
    - Added patch support_python3-sphinx to achieve this
  * Fixing FTBFS cleanup issue (Closes: #920293, #671216).
  * Releasing python3 version
  * Releasing doc binary package
  * Changing traitsui from Depends to Recommends (in d/control)
    - patching to make work with no-display minimal containers
      with root privileges (see patch removing_traitsui)
  * Replacing old d/compat with debhelper-compat build dependency
  * Dropping version restriction on python-all
  * Adding patch dont_delete_tmp to allow building in chroot
  * Adding patch lintian_spelling to address some spelling mistakes
  * Adding patch skip_test_file_properties to skip unit test which
    (understantably) fail when run as root
  * Removing unused d/orig-tar.sh
  * Updating d/changelog to dep5 format, added new copyright holders,
    removed deleted icon licenses.

 -- Stewart Ferguson <stew@ferg.aero>  Wed, 06 Feb 2019 19:00:44 +0100

python-apptools (4.3.0-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 3.9.6

 -- Varun Hiremath <varun@debian.org>  Mon, 10 Aug 2015 00:28:51 -0400

python-apptools (4.2.1-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Varun Hiremath ]
  * New upstream release
  * Bump Standards-Version to 3.9.5

 -- Varun Hiremath <varun@debian.org>  Sat, 15 Mar 2014 22:47:59 -0400

python-apptools (4.0.1-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version to 3.9.3

 -- Varun Hiremath <varun@debian.org>  Mon, 23 Apr 2012 22:36:25 -0400

python-apptools (4.0.0-1) unstable; urgency=low

  * New upstream release
  * Update debian/watch file

 -- Varun Hiremath <varun@debian.org>  Fri, 08 Jul 2011 23:55:50 -0400

python-apptools (3.4.1-3) unstable; urgency=low

  * Team upload.
  * Rebuild to pick up 2.7 and drop 2.5 from supported versions
  * d/control: Bump Standards-Version to 3.9.2

 -- Sandro Tosi <morph@debian.org>  Sat, 07 May 2011 09:59:41 +0200

python-apptools (3.4.1-2) unstable; urgency=low

  * d/rules: fix pyshared directory path

 -- Varun Hiremath <varun@debian.org>  Wed, 06 Apr 2011 19:43:52 -0400

python-apptools (3.4.1-1) unstable; urgency=low

  * New upstream release
  * Convert to dh_python2 (Closes: #616990)

 -- Varun Hiremath <varun@debian.org>  Tue, 05 Apr 2011 21:25:31 -0400

python-apptools (3.4.0-1) experimental; urgency=low

  * New upstream release
  * d/control: Bump Standards-Version to 3.9.1
  * d/copyright: Fix BSD license text

 -- Varun Hiremath <varun@debian.org>  Sun, 17 Oct 2010 14:15:32 -0400

python-apptools (3.3.2-1) unstable; urgency=low

  * New upstream release

 -- Varun Hiremath <varun@debian.org>  Thu, 03 Jun 2010 01:42:16 -0400

python-apptools (3.3.1-1) unstable; urgency=low

  * New upstream release
  * Switch to source format 3.0
  * Bump Standards-Version to 3.8.4
  * Bump dh compat to 7

 -- Varun Hiremath <varun@debian.org>  Sun, 28 Feb 2010 13:59:02 -0500

python-apptools (3.3.0-3) unstable; urgency=low

  * debian/control: drop python-traitsgui from Depends to break
    circular dependency	(Closes: #561139)

 -- Varun Hiremath <varun@debian.org>  Tue, 15 Dec 2009 10:44:08 -0500

python-apptools (3.3.0-2) unstable; urgency=low

  * debian/control
    - Add libjs-query to Depends (Closes: #560722)
    - Add python-configobj to Depends (Closes: #560725)
    - Bump Standards-Version to 3.8.3

 -- Varun Hiremath <varun@debian.org>  Sat, 12 Dec 2009 23:47:08 -0500

python-apptools (3.3.0-1) unstable; urgency=low

  * New upstream release
  * Fix lintian warnings in debian/copyright
  * Bump Standards-Version to 3.8.2
  * Remove embedded jquery files and create links to files provided in
    libjs-jquery package

 -- Varun Hiremath <varun@debian.org>  Fri, 17 Jul 2009 19:08:17 -0400

python-apptools (3.2.0-1) unstable; urgency=low

  * New upstream release

 -- Varun Hiremath <varun@debian.org>  Thu, 26 Mar 2009 20:22:47 -0400

python-apptools (3.1.0-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Varun Hiremath ]
  * New upstream release
  * debian/control:
    + add python-setupdocs to Build-Depends
    + set XS-Python-Version: current

 -- Varun Hiremath <varun@debian.org>  Sun, 28 Dec 2008 22:29:25 -0500

python-apptools (3.0.0-1) experimental; urgency=low

  * Initial release

 -- Varun Hiremath <varun@debian.org>  Sun, 26 Oct 2008 00:58:08 -0400