File: changelog

package info (click to toggle)
python-wadllib 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: xml: 3,484; python: 833; makefile: 17
file content (332 lines) | stat: -rw-r--r-- 11,233 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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
python-wadllib (2.0.0-3) unstable; urgency=medium

  * Team upload.
  * No change rebuild for reproduce.d.n

 -- Jochen Sprickerhof <jspricke@debian.org>  Sun, 04 May 2025 20:04:42 +0200

python-wadllib (2.0.0-2) unstable; urgency=medium

  * Team upload.
  * Use packaged version of multipart.

 -- Colin Watson <cjwatson@debian.org>  Sun, 22 Dec 2024 11:24:17 +0000

python-wadllib (2.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Port from pkg_resources to importlib.resources, and drop unused
      install-time requirement on setuptools (closes: #1083718).
    - Switch to multipart (closes: #1082280).
  * Temporarily vendor multipart 1.1 into debian/ due to
    https://pypi.org/project/python-multipart/ clashing with multipart's
    namespace.
  * Switch to autopkgtest-pkg-pybuild.
  * Use pybuild-plugin-pyproject.

 -- Colin Watson <cjwatson@debian.org>  Fri, 11 Oct 2024 14:58:16 +0100

python-wadllib (1.3.9-1) unstable; urgency=medium

  * Team upload.
  * debian/watch: Switch to pypi.debian.net.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Wed, 09 Oct 2024 15:24:59 +0100

python-wadllib (1.3.6-5) unstable; urgency=medium

  * Clean correctly. (Closes: #1047164)
  * Setuptools no longer installs the docs in the binary:
    - Include the doctest file in pybuild.testfiles, fixing FTBFS.
    - In the autopkgtest, copy the doctest file to a temporary directory and
      test with pytest.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Bump copyright years.

 -- Stefano Rivera <stefanor@debian.org>  Mon, 14 Aug 2023 15:31:11 +0200

python-wadllib (1.3.6-4) unstable; urgency=medium

  * Team upload.
  * Run tests at build time using pytest.

 -- Colin Watson <cjwatson@debian.org>  Sat, 10 Dec 2022 13:23:04 +0000

python-wadllib (1.3.6-3) unstable; urgency=medium

  * Team Upload.
  * Permit stderr in autopkgtest test (Closes: #1025178).

 -- Stuart Prescott <stuart@debian.org>  Fri, 02 Dec 2022 22:49:44 +1100

python-wadllib (1.3.6-2) unstable; urgency=medium

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

  [ Stefano Rivera ]
  * Support the nocheck build profile.

 -- Stefano Rivera <stefanor@debian.org>  Tue, 18 Oct 2022 17:46:43 +0200

python-wadllib (1.3.6-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.0, no changes needed.
  * Bump debhelper compat level to 13.
  * Add link to Changelog in UMEGAYA.
  * Patch: Include docs in the installed tree, for doctest autopkgtests.
  * Run the test suite as autopkgtests.
  * Update paths to README and NEWS.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 17 Sep 2021 12:37:12 -0700

python-wadllib (1.3.5-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
  * d/control: Update Uploaders field with new Debian Python Team
    contact address.
  * Update upstream metadata.
  * Bump Standards-Version to 4.5.1, no changes needed.
  * Bump copyright years.
  * Bump watch format version to 4.

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

 -- Stefano Rivera <stefanor@debian.org>  Thu, 21 Jan 2021 23:43:58 -0700

python-wadllib (1.3.4-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Update standards version to 4.2.1, no changes needed.
  * Wrap long lines in changelog entries: 0.1~bzr7-0ubuntu1.
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Colin Watson ]
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Wed, 29 Apr 2020 16:56:57 +0100

python-wadllib (1.3.3-3) unstable; urgency=medium

  * Team upload.
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support (Closes: #938254).
  * Enable autopkgtest-pkg-python testsuite.

 -- Ondřej Nový <onovy@debian.org>  Wed, 09 Oct 2019 12:04:10 +0200

python-wadllib (1.3.3-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Convert git repository from git-dpm to gbp layout

  [ Stefano Rivera ]
  * Port to pybuild.
  * Bump debhelper compat level to 11.
  * Bump copyright years.
  * Bump Standards-Version to 4.2.0, no changes needed.
  * Declare Rules-Requires-Root: no.

 -- Stefano Rivera <stefanor@debian.org>  Sun, 26 Aug 2018 20:15:08 +0100

python-wadllib (1.3.3-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Piotr Ożarowski ]
  * Add dh-python to Build-Depends

  [ Colin Watson ]
  * New upstream release:
    - Fix MIME encoding of binary parts (LP: #1729754).

 -- Colin Watson <cjwatson@debian.org>  Fri, 20 Jul 2018 14:18:49 +0100

python-wadllib (1.3.2-3) unstable; urgency=medium

  * Return binary MIME representation, rather than string. (LP: #1414063)
  * Bump python3 compat to 3.4.
  * Bump standards version to 3.9.6.

 -- Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com>  Wed, 11 Feb 2015 04:34:50 +0000

python-wadllib (1.3.2-2) unstable; urgency=low

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

  [ Stefano Rivera ]
  * Upload to unstable.
  * Drop SOURCES.txt from the binary packages.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 10 May 2013 00:42:46 +0200

python-wadllib (1.3.2-1) experimental; urgency=low

  [ Barry Warsaw ]
  * Team upload.
    - New upstream release.
    - Fix hash randomization test failure for Python 3.3.
      (LP: #1132125) (Closes: #686332)
  * debian/control: Update Standards-Version to 3.9.4.

  [ Stefano Rivera ]
  * Drop no-et-roundtrip patch, applied upstream.
  * Bump copyright years.

 -- Stefano Rivera <stefanor@debian.org>  Tue, 26 Feb 2013 02:14:37 +0200

python-wadllib (1.3.0-2) unstable; urgency=low

  * Rebuild against python3-defaults 3.2.3~rc1-2, to generate correct
    ${python3:Depends}.
  * Patch no-et-roundtrip: Avoid round-trip through ET that loses namespaces.
    (LP: #924240)
  * Bump Standards-Version to 3.9.3, no changes needed.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 22 Mar 2012 16:48:48 +0200

python-wadllib (1.3.0-1) unstable; urgency=low

  * New upstream release. (Closes: #658051)
    - With Python 3 support. Thanks Barry Warsaw.
  * New maintainer.
  * Wrap long dependency lists.
  * Run test suite.
    - B-D on python-all and python3-all for test suite.
  * Dropped usage of ${python:Breaks}, no longer used by dh_python2.
  * Drop pydist-overrides, no longer necessary.
  * Updated watch file.
  * Clean src/egg-info.
  * Removed changelog duplicate, NEWS.txt.
  * debian/copyright: Converted to DEP5 machine-readable format.
  * Install version.txt via package_data.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 23 Feb 2012 00:39:57 +0200

python-wadllib (1.2.0+ds-2) unstable; urgency=low

  * Python transition:
    - Add support for python2.7
    - Drop support for python2.5
  * debian/control:
    - Bump Standards-Version to 3.9.2, no changes required.

 -- Luca Falavigna <dktrkranz@debian.org>  Mon, 18 Apr 2011 22:41:01 +0200

python-wadllib (1.2.0+ds-1) unstable; urgency=low

  * New upstream release.
  * Upload to unstable

 -- Luca Falavigna <dktrkranz@debian.org>  Mon, 14 Feb 2011 21:52:29 +0100

python-wadllib (1.1.8+ds-1) experimental; urgency=low

  * New upstream release.
  * Repack upstream tarball to include COPYING.txt and HACKING.txt files,
    they were removed from release tarball by mistake.
  * Switch to dh_python2.
  * debian/patches/no_package_data.patch:
    - Do not install documentation files in Python module directory.
  * debian/control:
    - Bump Standards-Version to 3.9.1, no changes required.
  * debian/docs:
    - Install documentation files under /usr/share/doc.
  * debian/pydist-overrides:
    - Do not require elementtree as dependency.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 04 Dec 2010 12:56:24 +0100

python-wadllib (1.1.4-2) unstable; urgency=low

  * Switch to format 3.0 (quilt).
  * debian/control:
    - Move myself as Maintainer, DPMT as Uploaders.
    - Always depend on python-simplejson, drop the alternative python2.6
      dependency, as wadllib explicitly needs simplejson, not json
      provided by python2.6.
    - Remove references on python-elementtree and python-celementtree.
    - Bump Standards-Version to 3.8.4, no changes required.
  * debian/preinst:
    - Remove it, useful for Ubuntu Lucid only.
  * debian/rules:
    - Install upstream changelog.

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 29 Apr 2010 21:52:07 +0200

python-wadllib (1.1.4-1) unstable; urgency=low

  * Initial Debian release (Closes: #551274).
  * Package taken from Ubuntu, major changes introduced are:
    - Switch to debhelper 7.
    - Switch to python-support, also providing preinst script to handle
      removal of stale .pyc files to ease transition.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 17 Oct 2009 13:40:56 +0200

python-wadllib (1.1.2-0ubuntu1) karmic; urgency=low

  * New upstream release.
  * Add python2.6 as an alternative to celementree. Add python2.5 and
    python2.6 as alternative Build-Depends. (LP: #374893)

 -- James Westby <james.westby@ubuntu.com>  Fri, 14 Aug 2009 16:31:45 +0100

python-wadllib (0.1~bzr7-0ubuntu1) jaunty; urgency=low

  * New upstream snapshot.
    - Expose dates and times as python datetime objects. This may break code
      that tries to parse these values.
  * Add back VCS-Bzr pointing to the correct location.
  * Turn on the missing doctests extensions that are needed for the tests to
    pass.

 -- James Westby <james.westby@ubuntu.com>  Mon, 09 Feb 2009 12:33:04 +0100

python-wadllib (0.1~bzr6-0ubuntu3) jaunty; urgency=low

  * Add python2.5 to python-celementtree | python-elementtree so they do not
    get automatically installed on a python2.5 system
  * Remove vcs references in debian/control to non-existant vcs repo
  * Comment ezsetup out of setup.py to tame ezsetup and use installed packages

 -- Scott Kitterman <scott@kitterman.com>  Sat, 07 Feb 2009 20:42:47 -0500

python-wadllib (0.1~bzr6-0ubuntu2) intrepid; urgency=low

  * Add "python-celementtree | python-elementtree" to Depends and
    Build-Depends-Indep, for python2.4. The code will optimistically import
    the former, but fall back to the latter. They aren't needed on python2.5,
    as it first tries to import the module built in to that version, so these
    can be dropped again when python2.4 is removed from the archive. Thanks
    to Colin Watson.

 -- James Westby <james.westby@canonical.com>  Thu, 16 Oct 2008 12:13:23 +0100

python-wadllib (0.1~bzr6-0ubuntu1) intrepid; urgency=low

  * Initial release (LP: #254613)
  * Disable setuptools_bzr in setup.py, as we are building from a tarball,
    and so the detection of version controlled data files fails, meaning
    that important files are not included in the package.

 -- James Westby <james.westby@canonical.com>  Mon, 04 Aug 2008 12:37:47 +0100