File: changelog

package info (click to toggle)
python-babel 2.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,888 kB
  • sloc: python: 14,521; makefile: 177; javascript: 77; sh: 8
file content (435 lines) | stat: -rw-r--r-- 15,374 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
432
433
434
435
python-babel (2.17.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.17.0 (Closes: #1090266)
  * Refresh patches
  * Remove extraneous dependency on python3-pkg-resources

 -- Alexandre Detiste <tchet@debian.org>  Sun, 02 Feb 2025 23:00:06 +0100

python-babel (2.16.0-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 2.16.0 (Closes: #1083600)
  * Adapt CLDR 44 patch to also support upcoming CLDR 46.
  * Use dh-sequence-python3

 -- Alexandre Detiste <tchet@debian.org>  Tue, 12 Nov 2024 20:53:41 +0100

python-babel (2.14.0-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 2.14.0
  * Drop merged patches
  * Refresh existing patches
  * Add upstream patch to adjust data/tests in accordance
    with cldr 44 (Closes: #1060931)
  * Drop myself from uploaders

 -- Nilesh Patra <nilesh@iki.fi>  Tue, 16 Apr 2024 18:14:49 +0530

python-babel (2.10.3-3) unstable; urgency=medium

  * Refresh patches
  * Add patch to fix FTBFS with sphinx7.1 (Closes: #1042654)

 -- Nilesh Patra <nilesh@debian.org>  Thu, 09 Nov 2023 01:31:53 +0530

python-babel (2.10.3-2) unstable; urgency=medium

  * Add patch to fix FTBFS with new tzdata (Closes: #1052858)
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Nilesh Patra <nilesh@debian.org>  Wed, 11 Oct 2023 03:11:16 +0530

python-babel (2.10.3-1) unstable; urgency=medium

  * Team upload.
  * Apply multi-arch hints.
    + python-babel-doc, python-babel-localedata: Add Multi-Arch: foreign.
  * Use secure URI in Homepage field.
  * Update standards version to 4.5.1, no changes needed.
  * Prevent repack.
  * New upstream version 2.10.3.
  * Drop upstream patches.
  * Mark the package with the appropriate Built-Using fields.

 -- Bastian Germann <bage@debian.org>  Tue, 27 Sep 2022 19:44:32 +0200

python-babel (2.8.0+dfsg.1-7) unstable; urgency=medium

  * CVE-2021-20095: Relative Path Traversal in Babel 2.9.0 allows an attacker
    to load arbitrary locale files on disk and execute arbitrary code. Applied
    upstream patch: Run locale identifiers through `os.path.basename()`.
    (Closes: #987824).

 -- Thomas Goirand <zigo@debian.org>  Sat, 01 May 2021 17:13:14 +0200

python-babel (2.8.0+dfsg.1-6) unstable; urgency=medium

  * Fix doctest deprecation
    (Closes: #980673)
  * Add myself to uploaders

 -- Nilesh Patra <npatra974@gmail.com>  Thu, 21 Jan 2021 12:21:26 +0000

python-babel (2.8.0+dfsg.1-5) 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.

  [ Nilesh Patra ]
  * Replace removed methods to fix python3.9 FTBFS (Closes: #975788)

 -- Nilesh Patra <npatra974@gmail.com>  Thu, 26 Nov 2020 17:32:00 +0530

python-babel (2.8.0+dfsg.1-4) unstable; urgency=medium

  * Team Upload.
  * Fix tests/test_util.py (Closes: #963402)
  * Bump compat version to 13
  * Fix pristine-tar with xz compression file

 -- Nilesh Patra <npatra974@gmail.com>  Wed, 29 Jul 2020 20:16:20 +0530

python-babel (2.8.0+dfsg.1-3) unstable; urgency=medium

  * Drop python2 support; Closes: #937596

 -- Sandro Tosi <morph@debian.org>  Fri, 27 Mar 2020 22:47:20 -0400

python-babel (2.8.0+dfsg.1-2) unstable; urgency=medium

  * Team upload
  * Remove python2 dependencies which is deleted
  * Disable upstream testsuite for python2
  * Add 0003-Revert-upstream-issue-621.patch

 -- Håvard Flaget Aasen <haavard_aasen@yahoo.no>  Wed, 19 Feb 2020 21:56:42 +0100

python-babel (2.8.0+dfsg.1-1) unstable; urgency=medium

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

  [ Håvard Flaget Aasen ]
  * New upstream version 2.8.0+dfsg.1
    Changes in new release closes: #950062
  * Update URI in d/repack
    CLDR version 36
  * d/copyright, update copyright year
  * d/control
    - Update Standards-Version to 4.5.0
    - Bump debhelper to 12
    - Add Rules-Requires-Root: no
  * Add 0002-remove-google-fonts.patch
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * d/rules
    - Change buildsystem to pybuild
    - Create missing directory in override_dh_auto_build
    - Copy AUTHOR file in *.doc package, remove d/python-babel-doc.docs
    - Change how python versions is acquired from the shell.
    - Removed get-orig-source

 -- Håvard Flaget Aasen <haavard_aasen@yahoo.no>  Wed, 12 Feb 2020 17:56:36 +0100

python-babel (2.6.0+dfsg.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/control: Remove ancient X-Python-Version field
  * 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

  [ Thomas Goirand ]
  * New upstream release.
  * Ran wrap-and-sort -bast.
  * Removed build-depends versions when satisfied in stable.
  * Removed now useless breaks+replaces in python-babel-doc.
  * Add python{3,}-freezegun as build-depends.
  * Build only with python3-sphinx.

 -- Thomas Goirand <zigo@debian.org>  Tue, 28 Aug 2018 22:17:16 +0200

python-babel (2.4.0+dfsg.1-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 18 Jun 2017 13:43:52 +0200

python-babel (2.4.0+dfsg.1-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
    - Fix the way a local time is constructed in tests. (Closes: #825727)
  * debian/rules: Update rm to work with Sphinx 1.5.
  * debian/copyright: Update copyright years.

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 24 Apr 2017 20:27:01 +0200

python-babel (2.3.4+dfsg.1-2) unstable; urgency=medium

  * Team upload.
  * debian/rules: Fix two invalid symlinks making babel unusable.

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 16 May 2016 21:30:02 +0200

python-babel (2.3.4+dfsg.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release. (Closes: #824398)
    - Support 'Language' header. (Closes: #737547)
  * debian/rules:
    - Run dh_python3 with --shebang=/usr/bin/python3. (Closes: #815826)
    - Take care of localdata -> locale-data move.
    - Remove obsolete code to deal with wheezy.
  * debian/clean: Update files to clean.
  * debian/*.{postinst,preinst,prerm,postrm}: Remove obsolete dir to symlink
    handling. (Closes: #758785).
  * debian/*.postrm: Do not call update-alternatives in postrm.
  * debian/control:
    - Bump Standards-Version.
    - Add dh-python to B-D.
    - Remove python(3)-six. It is no longer needed.
    - Declare supported Python versions.
    - Drop python-pybabel transitional package.
  * debian/copyright:
    - Update copyright years.
    - Remove unused paragraph.
    - Fix order of paragraphs.
    - Fix license short name. (Closes: #779716)
  * debian/patches: Drop obsolete and backported patches.

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 16 May 2016 18:42:52 +0200

python-babel (1.3+dfsg.1-7) unstable; urgency=high

  * Team upload.

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

  [ Jean-Michel Vourgère ]
  * Made the build reproducible. Thanks to Val Lorentz. (Closes:
    #795997)
  * Rebuilt without python3.4. (Closes: #820202)

 -- Jean-Michel Vourgère <nirgal@debian.org>  Wed, 11 May 2016 01:03:58 +0200

python-babel (1.3+dfsg.1-6) unstable; urgency=medium

  * Team upload.
  * debian/copyright: Fill out the `Files: common/*` section to include
    the Unicode license agreement.  (Closes: #795594)
  * debian/control: Update Standards-Version to 3.9.6 with no other
    changes necessary.
  * d/patches/aa4165d.patch: Upstream patch to fix test suite with newer
    versions of pytz.
  * d/watch: Use the pypi.debian.net redirector.

 -- Barry Warsaw <barry@debian.org>  Wed, 16 Sep 2015 12:30:35 -0400

python-babel (1.3+dfsg.1-5) unstable; urgency=medium

  * Team upload.

  [ Thomas Viehmann ]
  * Call test suite with LC_ALL=C to avoid test failures. (Closes: #741834)

 -- Vincent Cheng <vcheng@debian.org>  Thu, 13 Nov 2014 23:06:03 -0800

python-babel (1.3+dfsg.1-4) unstable; urgency=medium

  * Fixed removal of pyshared folder stuff (that directory doesn't exist
    anymore in Sid/Testing). This fixes FTBFS (Closes: #751056).

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Jun 2014 06:53:40 +0000

python-babel (1.3+dfsg.1-3) unstable; urgency=medium

  * Uses an embedded copy of dir_to_symlink() from dpkg-maintscript-helper to
    allow easier backports to Wheezy (since there's no dpkg backport with that
    function in Wheezy).
  * Adds the use of six for unicode strings to allow easier backports to
    Python 3.2.
  * Version build-depends on python-pytest and python3-pytest.
  * Runs the unit test on build (Closes: #727616).
  * Removes sphinx.ext.intersphinx from docs/conf.py to avoid network access
    during the build.

 -- Thomas Goirand <zigo@debian.org>  Thu, 13 Feb 2014 15:57:04 +0800

python-babel (1.3+dfsg.1-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Really fix the directory to symlink conversion.  (Closes: #728427)
    Use dpkg-maintscript-helper dir_to_symlink which requires dpkg 1.17.5.

 -- Andreas Beckmann <anbe@debian.org>  Sun, 19 Jan 2014 00:40:32 +0100

python-babel (1.3+dfsg.1-2) unstable; urgency=low

  * Fixes upgrade from 1.3-2 that was deleting files from the -localedata
    folder (Closes: #728427).
  * Adds patch to fix-up locales in the currency name test, which caused FTBFS
    in a sbuild chroot (Closes: #728425). Thanks Andrey Rahmatullin for
    reporting, and James Page for his patch.
  * Corrects debian/copyright to include the license of the CLDR data. Thanks
    to Andrey Rahmatullin for reporting. (Closes: #729084).

 -- Thomas Goirand <zigo@debian.org>  Thu, 21 Nov 2013 16:23:56 +0000

python-babel (1.3+dfsg.1-1) unstable; urgency=low

  * Updates the VCS fields URLs.
  * Now repacks upstream tarball to make it DFSG-Free: added a
    get-orig-source and a debian/repack script (Closes: #727615).
  * Adds a python-babel-localedata package containing the data files for both
    python-babel and python3-babel (Closes: #727617).
  * Runs the test suite at build time (Closes: #727616).

 -- Thomas Goirand <zigo@debian.org>  Wed, 23 Oct 2013 05:29:57 +0000

python-babel (1.3-2) unstable; urgency=low

  * Adds missing Replaces + Breaks in the doc package (Closes: #726043).
  * Fixes the handling of alternatives removal, thanks to Andreas Beckmann
    <anbe@debian.org> for his extensive explanations in his bug report
    (Closes: #726621).
  * Updates debian/copyright to the currenty babel 1.3 licensing, thanks to
    Sebastian Ramacher for reporting this.
  * For the -doc package, removes wrong dependency on python3-pkg-resources,
    added missing depends on ${sphinxdoc:Depends}. Thanks to Sebastian
    Ramacher for reporting
  * Add myself as uploader.

 -- Thomas Goirand <zigo@debian.org>  Wed, 23 Oct 2013 04:53:40 +0000

python-babel (1.3-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * Standard-Version is now 3.9.4.
  * Ran wrap-and-sort.
  * debian/copyright is now in parseable format 1.0.
  * Switched to 3.0 (quilt) source format.
  * Switched to debhelper and compat level 9.
  * Drops obsolete python-pybabel package.
  * Drops Replaces:+Conflicts: python-pybabel (<< 0.9.6-1~).
  * Adds Recommends: ${python:Recommends}.
  * Adds support for python3, rewrote the debian/rules using the dh short
    style with python_distutils.
  * Updated debian/watch file to use PyPi.
  * Using sphinx-build to build the doc.
  * Updated homepage to http://babel.pocoo.org/.

 -- Thomas Goirand <zigo@debian.org>  Fri, 04 Oct 2013 18:33:36 +0000

python-babel (0.9.6-1) unstable; urgency=low

  [ Andrey Rahmatullin ]
  * New upstream version (Closes: #584893)
  * Rename to python-babel (Closes: #556377)
  * Enable build time tests
  * Update Standards-Version to 3.9.2 (no change needed)
  * Update debhelper compatibility level to 8
  * Switch from dh_pysupport to dh_python2
  * Add the Homepage field
  * Register HTML docs with doc-base

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Fri, 25 Feb 2011 23:06:10 +0500

python-pybabel (0.9.4-2) unstable; urgency=low

  [ Kumar Appaiah ]
  * debian/rules:
    + Add --prefix=/usr to setup.py install call to prevent
      files being installed on /usr/local. (Closes: #556156)
  * debian/control
    + Standards version is now 3.8.3 (no changes needed).

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Sat, 14 Nov 2009 10:00:38 -0500

python-pybabel (0.9.4-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * New upstream release
  * Add Vcs-Svn and Vcs-Browser fields (pointing to DPMT repository)
  * Priority changed to optional

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Sun, 28 Dec 2008 20:35:43 +0100

python-pybabel (0.9.1-9) unstable; urgency=low

  * Added conflict against python-babel (closes: #493742) because both
    python-pybabel and python-babel install as the same egg-info name
    'babel'. The python-babel package will get fixed soon and this
    conflict will get removed again.

 -- Christoph Haas <haas@debian.org>  Tue, 23 Sep 2008 22:53:19 +0200

python-pybabel (0.9.1-8) unstable; urgency=high

  * Bumped policy version.
  * Debian package repository moved from Hg to Git (XS-Vcs-Git)

 -- Christoph Haas <haas@debian.org>  Sat, 13 Sep 2008 17:50:35 +0200

python-pybabel (0.9.1-7) unstable; urgency=low

  * Added dependency on python-pkg-resources (Closes: #498238).
    (Thanks, Jens Breit and Serafeim Zanikolas)

 -- Christoph Haas <haas@debian.org>  Sat, 13 Sep 2008 17:14:46 +0200

python-pybabel (0.9.1-6) unstable; urgency=high

  * Renaming the package from 'python-babel' to 'python-pybabel'
    due to a name clash with another 'python-babel' package that
    has been existing in Debian since 2003. (Closes: #461087)
  * Urgency set to high to get the package back into Debian quickly.
    The release team (Adeodato Simó aka 'dato') has agreed to unblock this
    package during the Lenny freeze.

 -- Christoph Haas <haas@debian.org>  Thu, 24 Jul 2008 16:52:50 +0200

python-babel (0.9.1-5) unstable; urgency=low

  * Added build dependency on python-setuptools (Closes: #467188)

 -- Christoph Haas <haas@debian.org>  Sun, 24 Feb 2008 15:59:39 +0100

python-babel (0.9.1-4) unstable; urgency=low

  * xargs in debian/rules now called with -r so it does not fail if "find"
    does not find files while fixing egg-info permissions (Closes: #464306)

 -- Christoph Haas <haas@debian.org>  Sat, 09 Feb 2008 09:33:52 +0100

python-babel (0.9.1-3) unstable; urgency=low

  * Previous uploaded wasn't built with -v so the ITP closing
    wasn't included in the .changes file.

 -- Christoph Haas <haas@debian.org>  Sat, 26 Jan 2008 10:36:14 +0100

python-babel (0.9.1-2) unstable; urgency=low

  * Incorrect suggestion dependency for python-babel-doc removed

 -- Christoph Haas <haas@debian.org>  Thu, 17 Jan 2008 15:01:08 +0100

python-babel (0.9.1-1) unstable; urgency=low

  * Initial release (Closes: #461087)

 -- Christoph Haas <haas@debian.org>  Wed, 16 Jan 2008 15:35:18 +0100