/[collab-maint]/deb-maint/python-support/trunk/debian/changelog
ViewVC logotype

Contents of /deb-maint/python-support/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12992 - (show annotations) (download)
Tue May 5 17:10:42 2009 UTC (4 years, 1 month ago) by joss
File size: 22768 byte(s)
Upload to unstable.
1 python-support (1.0.0) unstable; urgency=low
2
3 * Upload to unstable.
4
5 -- Josselin Mouette <joss@debian.org> Mon, 06 Apr 2009 13:22:14 +0200
6
7 python-support (0.90.5) experimental; urgency=low
8
9 * movemodules:
10 + Better handling of files from multiple sources, used for files
11 being installed in different directories for python2.5 and 2.6.
12 + Add /usr/local/lib/pythonX.Y/dist-packages as a source for
13 modules.
14 + Use hashlib instead of md5. Closes: #519189.
15 * Require python 2.5 for the hashlib module.
16
17 -- Josselin Mouette <joss@debian.org> Thu, 26 Mar 2009 19:09:31 +0100
18
19 python-support (0.90.4) experimental; urgency=low
20
21 * movemodules:
22 + When moving relative symbolic links, handle the case where we move
23 several of them.
24 + Support dist-packages as a source for modules.
25 * rules: install the .pth in dist-packages for python2.6.
26 Closes: #518826.
27 * update-python-modules: fix a crash occurring when a package drops
28 some supported versions. Closes: #518973.
29
30 -- Josselin Mouette <joss@debian.org> Tue, 24 Mar 2009 16:24:12 +0100
31
32 python-support (0.90.3) experimental; urgency=low
33
34 * Add a quick guide for maintainers on top of the README. Maybe it
35 will prevent maintainers from doing useless things they thought were
36 necessary by reading the rest.
37 * movemodules:
38 + Now that we have the /var/lib/python-support symlink, also move
39 files from that directory at build time, this will avoid to change
40 a couple of packages.
41 + Preserve relative symbolic links when moving them to a different
42 level
43
44 -- Josselin Mouette <joss@debian.org> Fri, 27 Feb 2009 00:39:41 +0100
45
46 python-support (0.90.2) experimental; urgency=low
47
48 * dh_pysupport: match /\.py$/ instead of /.py$/.
49 * movemodules: completely remove empty __init__.py files, they are
50 added at installation time by update-python-modules.
51 * post{inst,rm}: add a symbolic link in /var/lib/python-support,
52 otherwise the upgrade will be a big failure for several packages.
53
54 -- Josselin Mouette <joss@debian.org> Fri, 20 Feb 2009 16:42:52 +0100
55
56 python-support (0.90.1) experimental; urgency=low
57
58 * Update priority to match the override.
59 * update-python-modules: add a consistency check for the case when no
60 packages using python-support are installed.
61 * dh_pysupport: avoid duplicates when handling private modules.
62 * movemodules: correctly support the case where
63 /usr/lib/pyshared/pythonX.Y is used but more Python versions are
64 supported.
65
66 -- Josselin Mouette <joss@debian.org> Thu, 19 Feb 2009 19:16:49 +0100
67
68 python-support (0.90.0) experimental; urgency=low
69
70 * Major changes to the installed packages format. The old format is
71 still supported at runtime, but will not be generated anymore.
72 * Private modules now ship foo.private files, containing the metadata
73 and file listing for the package.
74 * Public modules now ship foo.public files for metadata and listing,
75 and files go to /usr/{share,lib}/pyshared. Closes: #478178.
76 * The modules installation path was changed to /usr/lib/pymodules.
77 * The private directory has moved to
78 /usr/share/python-support/private. The specific scripts are now
79 installed in here.
80 * Important documentation updates.
81 * copyright: point to the correct LGPL location.
82 * Add support for python2.6.
83
84 -- Josselin Mouette <joss@debian.org> Wed, 18 Feb 2009 21:44:25 +0100
85
86 python-support (0.8.7) unstable; urgency=low
87
88 * update-python-modules (install_modules):
89 + Make the error message more useful.
90
91 -- Josselin Mouette <joss@debian.org> Mon, 27 Oct 2008 09:02:41 +0100
92
93 python-support (0.8.6) unstable; urgency=low
94
95 * update-python-modules (create_dotpath):
96 + Completely ignore lines starting with "import", as they would be
97 executed by python upon startup.
98
99 -- Josselin Mouette <joss@debian.org> Fri, 29 Aug 2008 22:31:43 +0200
100
101 python-support (0.8.5) unstable; urgency=low
102
103 * update-python-modules (post_change_stuff):
104 + Don't create a namespace package if there is a file named .noinit
105 in the same directory. Closes: #459468.
106 * dh_pysupport: add correct dependencies when there is such a file.
107 * README: document how to do that and that you shouldn't.
108
109 -- Josselin Mouette <joss@debian.org> Thu, 24 Jul 2008 14:30:01 +0200
110
111 python-support (0.8.4) unstable; urgency=medium
112
113 * update-python-modules (post_change_stuff):
114 + Remove symbolic links to files in packages not supported by the
115 current python version anymore. Closes: #485740
116 * Standards version is 3.8.0, no changes required.
117
118 -- Josselin Mouette <joss@debian.org> Mon, 30 Jun 2008 13:07:07 +0200
119
120 python-support (0.8.3) unstable; urgency=low
121
122 * update-python-modules:
123 + Integrate a part of the Ubuntu change for LP#208961, fixes a
124 crash that might occur if a dangling symbolic link to an old
125 version of the file in a removed package is found.
126 * README:
127 + Document the specific case of daemons needing namespace packages.
128 This should be very rare, but you never know.
129
130 -- Josselin Mouette <joss@debian.org> Mon, 23 Jun 2008 11:07:50 +0200
131
132 python-support (0.8.2) unstable; urgency=low
133
134 * Fix typo in 0.8.1 changelog entry.
135 * update-python-modules:
136 + Call dpkg-trigger explicitly when we need it. This should prevent
137 the trigger from being run *before* the actual installation.
138 Closes: #486516.
139 * triggers: declare interest on the "pysupport" trigger.
140
141 -- Josselin Mouette <joss@debian.org> Mon, 23 Jun 2008 02:35:41 +0200
142
143 python-support (0.8.1) unstable; urgency=low
144
145 * update-python-modules:
146 + Handle the case where a daemon package uses a module that ships a
147 .pth file. In this case, it is needed at once and we cannot wait
148 for the trigger.
149 * Depend on dpkg 1.14.19 to not get hit by #479850.
150 * Fix minor issue in README.
151
152 -- Josselin Mouette <joss@debian.org> Tue, 13 May 2008 10:48:00 +0200
153
154 python-support (0.8.0) experimental; urgency=low
155
156 * update-python-modules:
157 + Don't do anything when called with -c for public modules. This
158 will allow modules to remain available while being upgraded.
159 + Don't byte-compile public modules when called without -p, either.
160 This should reduce the time consumed during upgrades.
161 + Support a new --post-install/-p option, that byte-compiles public
162 modules and removes any dangling symbolic links left by a package
163 removal or upgrade.
164 + Indentation fixes.
165 * triggers: register triggers on /usr/share/python-support and
166 /usr/lib/python-support.
167 * postinst:
168 + Always byte-compile python-support.dirs.
169 + Launch update-python-support --post-install to enforce
170 byte-compilation.
171 + Launch only this command when triggered.
172 * control: build-depend on debhelper 5.0.59 for triggers support.
173 * pysupport.py: deprecate python2.3.
174 * control: depend on python >= 2.4 to match the change.
175
176 -- Josselin Mouette <joss@debian.org> Wed, 07 May 2008 00:18:55 +0200
177
178 python-support (0.7.7) unstable; urgency=low
179
180 * update-python-modules:
181 + Correctly handle the clean mode when called with an unknown
182 directory as argument. Closes: #468848.
183 + Fail when a package tries to provide an extension provided by
184 another one (the previous code only worked for modules).
185 * README: document that you shouldn't remove the
186 /usr/share/python-support/foo directory.
187 * control: properly capitalize Python.
188
189 -- Josselin Mouette <joss@debian.org> Wed, 12 Mar 2008 00:07:04 +0100
190
191 python-support (0.7.6) unstable; urgency=low
192
193 * dh_pysupport: allow the Python-Depends field to be wrapped.
194 Closes: #458737.
195 * Standards version is 3.7.3; no changes.
196
197 -- Josselin Mouette <joss@debian.org> Sat, 05 Jan 2008 13:04:30 +0100
198
199 python-support (0.7.5) unstable; urgency=low
200
201 * dh_pysupport:
202 + Cut out some unused code.
203 + Unify script generation, cutting obsolete -i and -b options.
204 * {postinst,prerm}-python-support:
205 + Update snippets accordingly.
206 + Launch the postinst in all cases, not only in the configure case.
207 Closes: #446730.
208
209 -- Josselin Mouette <joss@debian.org> Wed, 31 Oct 2007 18:51:10 +0100
210
211 python-support (0.7.4) unstable; urgency=low
212
213 * dh_pysupport: don't treat .so files linking to libpython* as
214 extensions. This will avoid adding spurious dependencies.
215 * Fix some wrong changelog entries talking about dh_python.
216
217 -- Josselin Mouette <joss@debian.org> Thu, 04 Oct 2007 14:22:36 +0200
218
219 python-support (0.7.3) unstable; urgency=low
220
221 * dh_pysupport: fix an annoying bug sometimes leading to an invalid
222 substvars file when using Python-Depends.
223
224 -- Josselin Mouette <joss@debian.org> Sat, 22 Sep 2007 12:15:34 +0200
225
226 python-support (0.7.2) unstable; urgency=low
227
228 * Upload to unstable.
229 * dh_pysupport: bump the generated dependencies to version 0.7.1. Modules
230 which need namespace packages will need to build-depend on that
231 version, and will get a dependency on it.
232
233 -- Josselin Mouette <joss@debian.org> Thu, 20 Sep 2007 23:07:44 +0200
234
235 python-support (0.7.1) experimental; urgency=low
236
237 * update-python-modules:
238 + Exclude __init__.py files already provided by the package by
239 looking at whether they are symbolic links.
240 + Minor cleanups.
241 + Use shutil.rmtree instead of rm -rf.
242
243 -- Josselin Mouette <joss@debian.org> Wed, 27 Jun 2007 19:13:32 +0200
244
245 python-support (0.7) experimental; urgency=low
246
247 * Make the package priority standard.
248 * update-python-modules: add support for namespace packages, by
249 creating and removing automatically empty __init__.py files where
250 appropriate. Thanks Gustavo Noronha Silva for the initial idea and
251 precious input.
252
253 -- Josselin Mouette <joss@debian.org> Sun, 10 Jun 2007 00:45:37 +0200
254
255 python-support (0.6.4) unstable; urgency=low
256
257 * update-python-modules: only warn on missing files if we're in
258 cleaning mode (prerm). Closes: #422568.
259 * pysupport-movemodules: merge .egg-info directories by stripping the
260 -py$vers part from them. Based on a patch by Cyril Brulebois,
261 closes: #422436.
262
263 -- Josselin Mouette <joss@debian.org> Tue, 08 May 2007 18:48:31 +0200
264
265 python-support (0.6.3) unstable; urgency=low
266
267 * dh_pysupport: trim strings in the Python-Depends field.
268
269 -- Josselin Mouette <joss@debian.org> Wed, 28 Mar 2007 22:50:41 +0200
270
271 python-support (0.6.2) unstable; urgency=low
272
273 * pysupport-movemodules: remove .a and .la files, which are useless
274 cruft generated by libtool (closes: #412477).
275 * Upload to unstable.
276
277 -- Josselin Mouette <joss@debian.org> Wed, 21 Mar 2007 22:16:20 +0100
278
279 python-support (0.6.1) experimental; urgency=low
280
281 * pysupport-movemodules:
282 + Fix a case where the original installation directory was not
283 removed.
284 + Move modules from /var/lib/python-support as well. This allows
285 to handle packages that hardcode the path to the modules
286 (closes: #397895).
287 * README:
288 + Document the procedure for such packages.
289 + Also document the Python-Depends field.
290
291 -- Josselin Mouette <joss@debian.org> Sat, 24 Feb 2007 13:04:23 +0100
292
293 python-support (0.6) experimental; urgency=low
294
295 * dh_pysupport:
296 + Generate the useless ${python:Versions} field (closes: #403366).
297 + Parse a new control field, Python-Depends, which contains
298 dependencies on other python packages. Add to ${python:Depends}
299 the virtual dependencies needed for all python versions.
300 + Remove useless spaces at the end of python-support dependencies.
301
302 -- Josselin Mouette <joss@debian.org> Sat, 17 Feb 2007 13:10:27 +0100
303
304 python-support (0.5.6) unstable; urgency=medium
305
306 * pysupport-parseversions, dh_pysupport: remove the remaining calls to
307 pyversions, thanks Pawel Tecza.
308 * This allows to loosen dependencies on python to 2.3.
309 * update-python-modules: only show a warning when byte-compilation
310 fails, but don't stop the whole process, thanks Raphaël Hertzog
311 (closes: #400001).
312 * pysupport-parseversions: fix parsing of XS-Python-Version field.
313
314 -- Josselin Mouette <joss@debian.org> Thu, 23 Nov 2006 22:34:58 +0100
315
316 python-support (0.5.5) unstable; urgency=high
317
318 * dh_pysupport, pysupport-movemodules, debian/rules,
319 pysupport-parseversions, pysupport.py: do not rely on pyversions to
320 obtain the list of installed python versions, because it is not a
321 reliable way to do so, see #396840.
322 * This brings back support for python2.3, and allows support for
323 python2.5.
324
325 -- Josselin Mouette <joss@debian.org> Tue, 14 Nov 2006 21:25:16 +0100
326
327 python-support (0.5.4) unstable; urgency=high
328
329 * dh_pysupport: patch from Raphaël Hertzog to correctly depend on
330 python when there is no minimum nor maximum version
331 (closes: #391689).
332
333 -- Josselin Mouette <joss@debian.org> Thu, 12 Oct 2006 19:38:41 +0200
334
335 python-support (0.5.3) unstable; urgency=low
336
337 * dh_pysupport: always generate dependencies.
338 * Conflict with debhelper (<< 5.0.38).
339
340 -- Josselin Mouette <joss@debian.org> Sun, 1 Oct 2006 19:58:09 +0200
341
342 python-support (0.5.2) unstable; urgency=low
343
344 * update-python-modules:
345 + Remove some useless code.
346 + Small fix in short help.
347 + Handle the case of broken symlinks needing to be overwritten.
348 * dh_pysupport.1: reference README and policy, thanks Tomas Pospisek
349 (closes: #388171).
350
351 -- Josselin Mouette <joss@debian.org> Fri, 22 Sep 2006 21:14:15 +0200
352
353 python-support (0.5.1) unstable; urgency=low
354
355 * dh_pysupport:
356 + Generate ${python:Provides} when no debian/pyversions file exists.
357 + Barf when /usr/lib/python-support/$package is lacking an existing
358 python version (closes: #387040).
359
360 -- Josselin Mouette <joss@debian.org> Mon, 11 Sep 2006 23:51:49 +0200
361
362 python-support (0.5) unstable; urgency=low
363
364 * update-python-modules: be much stricter in what is accepted on the
365 command line. Only .dirs files are accepted with the -i option,
366 while directories in /usr/share/python-support are accepted with the
367 -b option. It is now possible to pass both kinds of arguments on the
368 command line. Closes: #386830.
369 * update-python-modules: abandon compatibility with version 0.1
370 entirely. The warnings have been prominent enough.
371
372 -- Josselin Mouette <joss@debian.org> Sun, 10 Sep 2006 19:39:21 +0200
373
374 python-support (0.4.3) unstable; urgency=medium
375
376 * update-python-modules: check for .path presence when checking for
377 newly installed python versions, otherwise stuff might not be
378 compiled for it (closes: #383799, medium-urgency fix).
379 * update-python-modules: handle symbolic links to directories
380 (closes: #378853).
381
382 -- Josselin Mouette <joss@debian.org> Thu, 31 Aug 2006 21:11:19 +0200
383
384 python-support (0.4.2) unstable; urgency=low
385
386 * dh_pysupport: add a python dependency even when there is already a
387 dependency on python-support (closes: #383958).
388 * pysupport.py: strip all unnecessary whitespace (closes: #385105).
389 * pysupport-movemodules: force the umask to avoid getting wrong
390 permissions in the final package (closes: #382755).
391
392 -- Josselin Mouette <joss@debian.org> Thu, 31 Aug 2006 20:01:10 +0200
393
394 python-support (0.4.1) unstable; urgency=low
395
396 * dh_pysupport:
397 + Implement the -X option to exclude files from being searched to
398 generate the dependencies.
399 + Detect private extensions as .so files calling Py_InitModule*. In
400 this case, a strict dependency on python (>= X.Y), python (<<
401 X.Y+1) is generated.
402
403 -- Josselin Mouette <joss@debian.org> Thu, 10 Aug 2006 14:03:48 +0200
404
405 python-support (0.4.0) unstable; urgency=low
406
407 * dh_pysupport:
408 + Handle dependencies for packages that only ship modules for
409 non-default python versions.
410 + Always generate dependencies when debian/pycompat isn't found.
411 + Add missing newline at the end of the .dirs files.
412 + Avoid obtaining a double leading / in .dirs files.
413 + Avoid duplicate entries in .dirs files.
414 + Create .pyversion in private module directories when the -V option
415 is used. Require python-support 0.4 in this case.
416 + Handle python dependencies for private modules.
417 + Handle script dependencies.
418 + Improve comments in the code.
419 + Remove .py[co] files in the private module directories.
420 * update-python-modules:
421 + Don't call compileall.py on non-existing directories
422 (closes: #378773).
423 + Bytecompilation of private modules for non-default python
424 versions, using the .pyversion file.
425 * README:
426 + Document all these changes.
427 + Document that using dh_python is not recommended.
428
429 -- Josselin Mouette <joss@debian.org> Wed, 9 Aug 2006 00:26:42 +0200
430
431 python-support (0.3.9) unstable; urgency=low
432
433 * python-support.rtupdate: only run the script when called with the
434 "rtupdate" argument.
435 * pysupport-movemodules: keep foo.so.3 files in /usr/lib, but print a
436 warning.
437 * dh_pysupport:
438 + Fix typo in documentation (closes: #375934).
439 + Fix --noscripts usage (closes: #378421).
440 * README: a few clarifications from Cédric Delfosse
441 (closes: #378161).
442
443 -- Josselin Mouette <joss@debian.org> Wed, 2 Aug 2006 13:23:44 +0200
444
445 python-support (0.3.8) unstable; urgency=low
446
447 * update-python-modules: fix upgrade path from pre-0.3.4 versions
448 (closes: #375608).
449
450 -- Josselin Mouette <joss@debian.org> Tue, 27 Jun 2006 10:00:38 +0200
451
452 python-support (0.3.7) unstable; urgency=low
453
454 * debian/prerm: in the case update-python-modules fails, cleanup by
455 hand and exit gracefully. This should make upgrades from broken
456 versions work.
457
458 -- Josselin Mouette <joss@debian.org> Sun, 25 Jun 2006 15:50:47 +0200
459
460 python-support (0.3.6) unstable; urgency=low
461
462 * update-python-modules: Fix a case where the .path file wasn't
463 cleaned up automatically upon package removal.
464
465 -- Josselin Mouette <joss@debian.org> Sun, 25 Jun 2006 15:17:56 +0200
466
467 python-support (0.3.5) unstable; urgency=low
468
469 * update-python-modules: don't try to generate a .path file if the
470 directory doesn't exist. Thanks Bastian Blank for noticing this.
471
472 -- Josselin Mouette <joss@debian.org> Sun, 25 Jun 2006 15:08:12 +0200
473
474 python-support (0.3.4) unstable; urgency=low
475
476 * update-python-modules: handle .pth files correctly, by concatenating
477 them into ".path".
478 * rules: python-support.pth is now a symbolic link to this .path.
479 * dh_pysupport: make packages depend on python-support 0.3.4 to avoid
480 hitting the bug.
481
482 -- Josselin Mouette <joss@debian.org> Sat, 24 Jun 2006 18:23:21 +0200
483
484 python-support (0.3.3) unstable; urgency=low
485
486 * pysupport-movemodules: fix directory creation in the case there is
487 no .py at all in the package.
488
489 -- Josselin Mouette <joss@debian.org> Sat, 24 Jun 2006 11:54:24 +0200
490
491 python-support (0.3.2) unstable; urgency=low
492
493 * dh_pysupport: fix typo affecting dependency generation.
494 * README: recommend using pyversions -vr now it works.
495
496 -- Josselin Mouette <joss@debian.org> Fri, 23 Jun 2006 19:46:53 +0200
497
498 python-support (0.3.1) unstable; urgency=low
499
500 * README: add correct documentation (closes: #370515).
501 * pysupport-movemodules: remove .pyc and .pyo files if some are
502 generated.
503
504 -- Josselin Mouette <joss@debian.org> Wed, 21 Jun 2006 10:41:19 +0200
505
506 python-support (0.3.0) unstable; urgency=low
507
508 * Acknowledge NMU (closes: #372774).
509 * Increase minimal dependency to 0.2 in the helper script.
510 + Make it 0.3 in the case where /usr/lib/python-support exists.
511 * rules: cdbs already provides DEB_VERSION, no need to re-compute it.
512 * install: install dh_pysupport in /usr/bin.
513 * Don't build-depend on perl.
514
515 * Standards-version is 3.7.2.
516 * Add more warnings and errors for package making wrong uses of
517 python-support or using the python-support 0.1 compatibility mode.
518 * Use "pyversions -s to get the list of python versions.
519 + Depend on python 2.3.5-6.
520 * Improve a bit the manual page.
521 * Fail if a package tries to overwrite a file provided by another
522 package (closes: #373753).
523 * Support extensions, by searching
524 /usr/lib/python-support/$package/$version for files specific to a
525 python version.
526 * New command: pysupport-movemodules, to move modules from
527 /usr/lib/python2.X trees to the python-support hierarchies.
528 * Call this command in dh_pysupport.
529 * Add the ability to generate a .version in dh_pysupport, by copying
530 debian/pyversions.
531 * Add the possibility for automatic generation of ${python:Depends}
532 and ${python:Provides}, when calling dh_pysupport -d.
533 * Provide python-support.rt* scripts to provide hooks when python
534 versions are installed or removed.
535 + The dependency on python (<< 2.4) can be removed.
536 * New command: pysupport-parseversions. It parses
537 debian/package.pyversions files to display the list of supported
538 versions that are included in the version list described here.
539
540 -- Josselin Mouette <joss@debian.org> Mon, 19 Jun 2006 14:18:29 +0200
541
542 python-support (0.2.3) unstable; urgency=low
543
544 * Non-maintainer upload.
545 * Integrate dh_pysupport and generate the corresponding man-page.
546 Closes: #372774
547
548 -- Raphael Hertzog <hertzog@debian.org> Mon, 12 Jun 2006 17:59:47 +0200
549
550 python-support (0.2.2) unstable; urgency=low
551
552 * Rewrite the version parser to correctly handle the "-2.x" version
553 string.
554 * Remove support for python2.1 and python2.2.
555 * Purge directories for old python versions.
556 * Standards-version is 3.7.0.
557
558 -- Josselin Mouette <joss@debian.org> Wed, 3 May 2006 18:54:10 +0200
559
560 python-support (0.2.1) unstable; urgency=low
561
562 * Include /usr/share/python-support in the package (closes: #365550).
563
564 -- Josselin Mouette <joss@debian.org> Mon, 1 May 2006 04:26:25 +0200
565
566 python-support (0.2) unstable; urgency=low
567
568 * Link the .py files (closes: #365111, #348596, #363505).
569 * Support /usr/share/python-support/foo/.version to list the python
570 versions for which the package is known to work.
571 * Make python-support entirely stateless. We now rely on
572 /usr/share/python-support/*/ for directories to install and on
573 /usr/share/python-support/*.dirs for directories to bytecompile in
574 situ.
575 * Improve performance by byte-compiling for non-default python
576 versions in a single run.
577 * Treat relative paths in arguments as belonging to
578 /usr/share/python-support.
579 * Support python 2.5.
580
581 -- Josselin Mouette <joss@debian.org> Sat, 29 Apr 2006 23:29:40 +0200
582
583 python-support (0.1.1) unstable; urgency=low
584
585 * Create /var/lib/python-support first.
586
587 -- Josselin Mouette <joss@debian.org> Fri, 6 Jan 2006 11:25:20 +0100
588
589 python-support (0.1) unstable; urgency=low
590
591 * Initial release (closes: #345638).
592
593 -- Josselin Mouette <joss@debian.org> Mon, 2 Jan 2006 14:52:42 +0100

  ViewVC Help
Powered by ViewVC 1.1.5