[ubuntu/karmic] python-support 1.0.2ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Wed Apr 29 11:15:20 BST 2009


python-support (1.0.2ubuntu1) karmic; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Drop python2.4 from the supported options.

python-support (1.0.2) unstable; urgency=low

  * dh_pysupport: remove warning about compatibility mode.
  * movemodules: list files in /usr/share/pyshared, so that this place
    can be used as a destination for stuff installed by hand.
  * Switch to debhelper compatibility mode 7.

python-support (1.0.1) unstable; urgency=low

  * update-python-modules:
    + Use the warning() function for all warnings. Closes: #522856.
  * movemodules:
    + Read links destinations instead of their contents, so that we can
      support dangling symbolic links. Closes: #523033.

python-support (1.0.0) unstable; urgency=low

  * Upload to unstable.

python-support (0.90.5) experimental; urgency=low

  * movemodules:
    + Better handling of files from multiple sources, used for files
      being installed in different directories for python2.5 and 2.6.
    + Add /usr/local/lib/pythonX.Y/dist-packages as a source for
      modules.
    + Use hashlib instead of md5. Closes: #519189.
  * Require python 2.5 for the hashlib module.

python-support (0.90.4) experimental; urgency=low

  * movemodules:
    + When moving relative symbolic links, handle the case where we move
      several of them.
    + Support dist-packages as a source for modules.
  * rules: install the .pth in dist-packages for python2.6.
    Closes: #518826.
  * update-python-modules: fix a crash occurring when a package drops
    some supported versions. Closes: #518973.

python-support (0.90.3) experimental; urgency=low

  * Add a quick guide for maintainers on top of the README. Maybe it
    will prevent maintainers from doing useless things they thought were
    necessary by reading the rest.
  * movemodules:
    + Now that we have the /var/lib/python-support symlink, also move
      files from that directory at build time, this will avoid to change
      a couple of packages.
    + Preserve relative symbolic links when moving them to a different
      level

python-support (0.90.2) experimental; urgency=low

  * dh_pysupport: match /\.py$/ instead of /.py$/.
  * movemodules: completely remove empty __init__.py files, they are
    added at installation time by update-python-modules.
  * post{inst,rm}: add a symbolic link in /var/lib/python-support,
    otherwise the upgrade will be a big failure for several packages.

python-support (0.90.1) experimental; urgency=low

  * Update priority to match the override.
  * update-python-modules: add a consistency check for the case when no
    packages using python-support are installed.
  * dh_pysupport: avoid duplicates when handling private modules.
  * movemodules: correctly support the case where
    /usr/lib/pyshared/pythonX.Y is used but more Python versions are
    supported.

python-support (0.90.0) experimental; urgency=low

  * Major changes to the installed packages format. The old format is
    still supported at runtime, but will not be generated anymore.
  * Private modules now ship foo.private files, containing the metadata
    and file listing for the package.
  * Public modules now ship foo.public files for metadata and listing,
    and files go to /usr/{share,lib}/pyshared. Closes: #478178.
  * The modules installation path was changed to /usr/lib/pymodules.
  * The private directory has moved to
    /usr/share/python-support/private. The specific scripts are now
    installed in here.
  * Important documentation updates.
  * copyright: point to the correct LGPL location.
  * Add support for python2.6.

Date: Wed, 29 Apr 2009 10:02:13 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/python-support/1.0.2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 29 Apr 2009 10:02:13 +0000
Source: python-support
Binary: python-support
Architecture: source
Version: 1.0.2ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 python-support - automated rebuilding support for Python modules
Closes: 478178 518826 518973 519189 522856 523033
Changes: 
 python-support (1.0.2ubuntu1) karmic; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - Drop python2.4 from the supported options.
 .
 python-support (1.0.2) unstable; urgency=low
 .
   * dh_pysupport: remove warning about compatibility mode.
   * movemodules: list files in /usr/share/pyshared, so that this place
     can be used as a destination for stuff installed by hand.
   * Switch to debhelper compatibility mode 7.
 .
 python-support (1.0.1) unstable; urgency=low
 .
   * update-python-modules:
     + Use the warning() function for all warnings. Closes: #522856.
   * movemodules:
     + Read links destinations instead of their contents, so that we can
       support dangling symbolic links. Closes: #523033.
 .
 python-support (1.0.0) unstable; urgency=low
 .
   * Upload to unstable.
 .
 python-support (0.90.5) experimental; urgency=low
 .
   * movemodules:
     + Better handling of files from multiple sources, used for files
       being installed in different directories for python2.5 and 2.6.
     + Add /usr/local/lib/pythonX.Y/dist-packages as a source for
       modules.
     + Use hashlib instead of md5. Closes: #519189.
   * Require python 2.5 for the hashlib module.
 .
 python-support (0.90.4) experimental; urgency=low
 .
   * movemodules:
     + When moving relative symbolic links, handle the case where we move
       several of them.
     + Support dist-packages as a source for modules.
   * rules: install the .pth in dist-packages for python2.6.
     Closes: #518826.
   * update-python-modules: fix a crash occurring when a package drops
     some supported versions. Closes: #518973.
 .
 python-support (0.90.3) experimental; urgency=low
 .
   * Add a quick guide for maintainers on top of the README. Maybe it
     will prevent maintainers from doing useless things they thought were
     necessary by reading the rest.
   * movemodules:
     + Now that we have the /var/lib/python-support symlink, also move
       files from that directory at build time, this will avoid to change
       a couple of packages.
     + Preserve relative symbolic links when moving them to a different
       level
 .
 python-support (0.90.2) experimental; urgency=low
 .
   * dh_pysupport: match /\.py$/ instead of /.py$/.
   * movemodules: completely remove empty __init__.py files, they are
     added at installation time by update-python-modules.
   * post{inst,rm}: add a symbolic link in /var/lib/python-support,
     otherwise the upgrade will be a big failure for several packages.
 .
 python-support (0.90.1) experimental; urgency=low
 .
   * Update priority to match the override.
   * update-python-modules: add a consistency check for the case when no
     packages using python-support are installed.
   * dh_pysupport: avoid duplicates when handling private modules.
   * movemodules: correctly support the case where
     /usr/lib/pyshared/pythonX.Y is used but more Python versions are
     supported.
 .
 python-support (0.90.0) experimental; urgency=low
 .
   * Major changes to the installed packages format. The old format is
     still supported at runtime, but will not be generated anymore.
   * Private modules now ship foo.private files, containing the metadata
     and file listing for the package.
   * Public modules now ship foo.public files for metadata and listing,
     and files go to /usr/{share,lib}/pyshared. Closes: #478178.
   * The modules installation path was changed to /usr/lib/pymodules.
   * The private directory has moved to
     /usr/share/python-support/private. The specific scripts are now
     installed in here.
   * Important documentation updates.
   * copyright: point to the correct LGPL location.
   * Add support for python2.6.
Checksums-Sha1: 
 a21775def4df65cef00073412cf4d99f7ff7cbc2 875 python-support_1.0.2ubuntu1.dsc
 9b72b2753e800a22bde942e677d40ad58d42a6f4 33920 python-support_1.0.2ubuntu1.tar.gz
Checksums-Sha256: 
 f119d33e70e289336c754b78585db92c0d9cbf13e056e720028483125ce79773 875 python-support_1.0.2ubuntu1.dsc
 693c6218ee9bc324766d21b56a8f35d01fb2687da0631f7aa75f43bf530af555 33920 python-support_1.0.2ubuntu1.tar.gz
Files: 
 9782dd3fab0ccef60333c0e50fdb6682 875 python optional python-support_1.0.2ubuntu1.dsc
 ff1afe42241965bef933d4af7570f328 33920 python optional python-support_1.0.2ubuntu1.tar.gz
Original-Maintainer: Josselin Mouette <joss at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJ+CdTKN6ufymYLloRAlc+AJ4iAypf0NGhOyXKxBTj2dMI+085igCdH339
4VzDVhFfpVSURzZVUhAosdM=
=vuIG
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list