File: changelog

package info (click to toggle)
python-formencode 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,844 kB
  • sloc: python: 7,032; makefile: 139; sh: 96; javascript: 61
file content (431 lines) | stat: -rw-r--r-- 14,741 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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
python-formencode (2.0.1-2) unstable; urgency=medium

  * Team upload.
  * Use virtualenvs in testfe-setuptools autopgktest, fixing a regression now
    that pip refuses --user installs. (Closes: #1031757)

 -- Stefano Rivera <stefanor@debian.org>  Fri, 24 Feb 2023 16:31:00 -0400

python-formencode (2.0.1-1) unstable; urgency=low

  [ Neil Muller ]
  * Update to latest upstream release.
    - Adds support for Python 3.9 and 3.10 (Closes: #997347).
  * Switch to using pytest to match upstream changes.
  * Update autopkgtests to test against all installed python3 versions.
  * List various *.po files which are licensed LGPL2 in the copyright file.
  * Add '.egg-info' to clean list so package can build twice in a row.
  * Bump standards version (no further changes needed).

  [ Jeroen Ploemen ]
  * Rules: set LC_ALL and LANGUAGE for dh_auto_test to make the build
    reproducible.

 -- Neil Muller <drnlmuller+debian@gmail.com>  Sat, 04 Dec 2021 17:49:38 +0000

python-formencode (2.0.0-2) unstable; urgency=low

  [ Neil Muller ]
  * Tweak 0004-Drop-setuptools_scm_git_archive-requirement-from-set.patch
    so egg-info is generated correctly.
  * Add dependency on python3-setuptools-scm.
  * Add autopkgtests to test setuptools dependency resolution works with
    the installed package.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 07 Jan 2021 10:52:01 +0100

python-formencode (2.0.0-1) unstable; urgency=low

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

  [ Neil Muller ]
  * Update to latest upstream release.
  * Drop patches that are no longer needed
    (0003-Fix-a-collection-of-errors-from-msgfmt.patch,
     0005-Use-alpha_2-over-alpha2-for-compatibility-with-newer-.patch,
     0006-Silence-resource_file-DeprecationWarning.patch and
     0007-Fix-invalid-escape-sequence-DeprecationWarnings.patch).
  * Add PYBUILD_TEST_BEFORE function to fix issues with data files
    required to run the tests.
  * Add dependency of python3-six.
  * Add new patch to remove upstream's requirement on
    'setuptools_scm_git_archive'
    (0004-Drop-setuptools_scm_git_archive-requirement-from-set.patch).
  * Add new patch to prevent the additional installation of the license
    file 0005-Remove-LICENSE.txt-from-the-list-of-installed-files.patch
  * Update watch file version.
  * Don't install tests and test_data in the package anymore.
  * Bump Standards-Version to 4.5.1.0 (no further changes needed).

 -- Neil Muller <drnlmuller+debian@gmail.com>  Wed, 16 Dec 2020 10:26:37 +0200

python-formencode (1.3.1-1) unstable; urgency=medium

  [ Neil Muller ]
  * Update to 1.3.1 release.
  * Add patches to fix Python 3.8 DeprecationWarnings
    (0006-Silence-resource_file-DeprecationWarning.patch and
     0007-Fix-invalid-escape-sequence-DeprecationWarnings.patch).
  * Re-enable pycountry tests, since the python2 removal that
    needed those disabled has happened.
  * Bump Standards-Version to 4.5.0 (no further changes needed).

  [ Sergio Durigan Junior ]
  * d/control: Bump debhelper-compat to 13.
  * Tag both new patches as Forwarded.

 -- Neil Muller <drnlmuller+debian@gmail.com>  Sat, 22 Aug 2020 17:50:09 +0200

python-formencode (1.3.0-6) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #937764

 -- Sandro Tosi <morph@debian.org>  Sun, 12 Jan 2020 20:00:46 -0500

python-formencode (1.3.0-5) unstable; urgency=medium

  * Team upload.
  * Add missing Breaks/Replaces for having moved l10n files around
    (Closes: #945966).

 -- Stuart Prescott <stuart@debian.org>  Mon, 02 Dec 2019 13:36:17 +1100

python-formencode (1.3.0-4) unstable; urgency=medium

  * Team Upload.

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Stuart Prescott ]
  * Disable tests that use python-pycountry.
  * Remove python-pycountry from Build-Depends (Closes: #944034).
  * Enable tests with Python 3.
  * Update Standards-Version to 4.4.1 (no changes required).
  * Update to debhelper-compat 12.
  * Fix installation locations for the Python 3 module package:
    - Don't accidentally create /usr/lib/python3/dist-packages/docs/ directory
    - Remove stray installation of declarative.py
    - Install translations to /usr/share/locale; move translations for the
      Python 2 package to /usr/lib/python2.7/dist-packages/formencode/i18n
      (upstream location) to save splitting them into a separate package.
  * Add Rules-Requires-Root: no.

 -- Stuart Prescott <stuart@debian.org>  Sun, 01 Dec 2019 12:04:05 +1100

python-formencode (1.3.0-3) unstable; urgency=medium

  [ Chris Lamb ]
  * Move from git-dpm -> gbp.
  * Use "alpha_2" over "alpha2" for compatibility with newer versions of
    pycountry. (Closes: #880247)
  * wrap-and-sort -sa.
  * Bump Standards-Version to 4.1.5.
  * Install examples.
  * Move to debhelper compat level 11.

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

 -- Chris Lamb <lamby@debian.org>  Mon, 06 Aug 2018 22:42:30 +0800

python-formencode (1.3.0-2) unstable; urgency=medium

  * Add myself to Uploaders field.
  * Don't ship files in /usr/lib/python{2.7,3}/dist-packages/docs.
    (Closes: #860146)

 -- Chris Lamb <lamby@debian.org>  Fri, 14 Apr 2017 09:11:53 +0100

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

  [ Neil Muller]
  * New upstream release.
  * Add recent fixes from upstream to fix syntax errors in the *.po
    files.
  * Reformat copyright to the machine readable format.
    - Update some stale information.
  * Add myself to Uploaders.
  * Bump standards version to 3.9.8 (No further changes needed).
  * Tweak packages descriptions.
  * Add debian/0004-Remove-test_email-dns-tests.patch to disable new
    tests which require dns.

  [ Piotr Ożarowski ]
  * Bump minimum required Python version to 2.6
  * Add python3-formencode binary package
  * Replace python-dns with python-dnspython dependency
  * Add disable_pkg_resources_in_tests patch - this makes it possible to run
    tests after build (and is useless anyway)

  [ Stefano Rivera ]
  * Refresh patches.
  * Move from SVN to Git, update Vcs-* fields.

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

 -- Neil Muller <drnlmuller+debian@gmail.com>  Fri, 17 Jun 2016 22:47:57 +0000

python-formencode (1.2.6-2) unstable; urgency=medium

  * Team upload

  [ Scott Kitterman ]
  * Add debian/patches/dns_test_disable.diff to disable tests that require DNS
    access to run (Closes: #738722)
    - Thanks to Andrey Rahmatullin for the patch
  * Bump standards version to 3.9.6 without further change

 -- Scott Kitterman <scott@kitterman.com>  Sun, 28 Sep 2014 19:01:14 -0400

python-formencode (1.2.6-1) unstable; urgency=low

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

  [ Piotr Ożarowski ]
  * New upstream release (closes: #727229)
    - works fine with Python 2.7, tested also with tests from github repo
      (closes: #606521)
  * Rewrite debian/rules to use pybuild, dh-python added to Build-Depends
  * debhelper's compat level changed to 9
  * python-nose, python-dns and python-pycountry added to Build-Depends
    (used in tests which are run at build time now, closes: #606518)
  * debian/watch file updated (closes: #727230)
  * Standards-version bumped to 3.9.5 (dh sequencer covers build-* targets)
  * Remove debian/pycompat and preinst files, no longer needed

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 02 Dec 2013 20:54:01 +0100

python-formencode (1.2.4-2) unstable; urgency=low

  * Add `set -e` to build loop (closes: #606620)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 07 May 2011 21:12:33 +0200

python-formencode (1.2.4-1) unstable; urgency=low

  * New upstream release
  * Remove i18n directory from site-packages
  * python2.{3,4}-formencode Conflicts/Replaces dropped
  * Convert from dh_pysupport to dh_python2
  * Change source format to 3.0 (quilt)
  * Standards-version bumped to 3.9.2 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 07 Apr 2011 23:33:35 +0200

python-formencode (1.2.2-1) unstable; urgency=low

  * New upstream release
  * Convert to python-support
  * Add debian/preinst to clean after python-central (Closes: #518490)
  * Remove Section from binary staza
  * Remove dh_python call from debian/rules

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 09 Mar 2009 22:56:44 +0100

python-formencode (1.2.1-2) unstable; urgency=low

  * Upload to unstable

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 23 Feb 2009 21:04:26 +0100

python-formencode (1.2.1-1) experimental; urgency=low

  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)
  * Add "${misc:Depends}" to Depends

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 21 Dec 2008 21:06:26 +0100

python-formencode (1.2-1) experimental; urgency=low

  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)
  * Install .mo files in /usr/share/locale directory
  * Add myself to Uploaders

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 25 Nov 2008 19:24:20 +0100

python-formencode (1.1-1) experimental; urgency=low

  [ Carlos Galisteo ]
  * debian/control:
    - Added Homepage field.

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

  [ Piotr Ożarowski ]
  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)
  * DH_PYCENTRAL=nomove removed from debian/rules
  * Add python-pkg-resources to Depends
  * Add python-egenix-mxdatetime to Suggests
  * Replace python-elementtree dependency with:
    python (>= 2.5) | python-elementtree
  * Remove .py[co] files in clean rule
  * Standards-version bumped to 3.8.0 (new Homepage field, see above)

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Thu, 06 Nov 2008 19:29:50 +0100

python-formencode (1.0.1-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 28 Mar 2008 06:25:38 +0100

python-formencode (1.0-1) unstable; urgency=low

  [ Fabio Tranchitella ]
  * New upstream release.

  [ Sandro Tosi ]
  * debian/control
    - uniforming Vcs-Browser field

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 18 Dec 2007 11:10:26 +0100

python-formencode (0.9-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)

  [ Fabio Tranchitella ]
  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 18 Dec 2007 11:03:13 +0100

python-formencode (0.7.1-2) unstable; urgency=low

  * debian/control: depends on python-elementtree. (Closes: #424659)
  * debian/rules: install missing i18n files. (Closes: #422927)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 24 Jun 2007 12:17:51 +0200

python-formencode (0.7.1-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Sun,  1 Apr 2007 19:59:25 +0200

python-formencode (0.7-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 21 Feb 2007 09:45:00 +0100

python-formencode (0.6-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/email_validator.dpatch: removed, applied upstream.

 -- Fabio Tranchitella <kobold@debian.org>  Tue,  5 Dec 2006 14:36:32 +0100

python-formencode (0.5.1-4) unstable; urgency=low

  * debian/patches/email_validator.dpatch: exception not catched, applied
    patch from Arnaud Fontaine <arnaud@andesi.org>, applied upstream in r1828.
    (Closes: #378459)

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 19 Jul 2006 20:53:08 +0200

python-formencode (0.5.1-3) unstable; urgency=low

  * debian/control: depends on python-dns. (Closes: #377025)
  * debian/control: removed "[dummy package]" from short description.
    (Closes: #377031)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 14 Jul 2006 11:55:44 +0200

python-formencode (0.5.1-2) unstable; urgency=low

  * debian/control: conflicts/replaces for both python2.[34]-formencode.
    (Closes: #373917)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 16 Jun 2006 12:49:08 +0200

python-formencode (0.5.1-1) unstable; urgency=low

  * New upstream release. (Closes: #372616)
  * Python policy transition. (Closes: #373534)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 15 Jun 2006 18:44:05 +0200

python-formencode (0.4-6) unstable; urgency=low

  * debian/rules, setup.py: modified to use python-support to
    install the egg support, thanks to Gustavo Noronha Silva.
    (Closes: #365957)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 30 May 2006 21:46:38 +0200

python-formencode (0.4-5) unstable; urgency=low

  * Removed sqlformgen.py and formgen.py from the python2.3 package,
    that code is 2.4-only and experimental. (Closes: #360550)

 -- Fabio Tranchitella <kobold@debian.org>  Fri,  7 Apr 2006 08:11:33 +0000

python-formencode (0.4-4) unstable; urgency=low

  * First official release for debian. (Closes: #338382, #354916)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 17 Jan 2006 17:06:31 +0000

python-formencode (0.4-3) unstable; urgency=low

  * The future of python is .egg deployment, so putting back the .egg, you
    can follow all the details in the mailing lists.

 -- Robert J. Tanner <tanner@real-time.com>  Mon, 21 Nov 2005 18:51:35 -0600

python-formencode (0.4-2) unstable; urgency=low

  * Fixed grave python-policy violations. Thanks Matthias

 -- Robert J. Tanner <tanner@real-time.com>  Mon, 21 Nov 2005 13:55:23 -0600

python-formencode (0.4-1) unstable; urgency=low

  * New upstream release
  * http://formencode.org/news.html
  * Patch for Bug #1362549 listed on SourceForge
  * Patch for Bug #1362566 listed on SourceForge

 -- Robert J. Tanner <tanner@real-time.com>  Sun, 20 Nov 2005 23:36:25 -0600

python-formencode (0.3-0.1) unstable; urgency=low

  * New upstream release
  * Patch for improper path for testsuite

 -- Robert J. Tanner <tanner@real-time.com>  Sat, 12 Nov 2005 11:48:11 -0600

python-formencode (0.2.3dev-0) unstable; urgency=low

  * New upstream release

 -- Robert J. Tanner <tanner@real-time.com>  Sat, 12 Nov 2005 11:48:11 -0600


python-formencode (0.2.2-0) unstable; urgency=low

  * Initial Release
  * ITP: python-formencode (Closes: #338382)

 -- Robert J. Tanner <tanner@real-time.com>  Wed,  9 Nov 2005 17:26:09 -0600