[ubuntu/precise] python-apt 0.8.3ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Fri Dec 9 08:45:25 UTC 2011


python-apt (0.8.3ubuntu1) precise; urgency=low

  * merged from debian/sid

python-apt (0.8.3) unstable; urgency=low

  [ Alexey Feldgendler ]
  * handle architecture-specific conflicts correctly (LP: #829138)

  [ Michael Vogt ]
  * lp:~mvo/python-apt/debfile-multiarch:
    - add multiarch support to the debfile.py code (LP: #854839)
  * tests/test_apt_cache.py:
    - add additional check if provides test can actually be run

python-apt (0.8.2) unstable; urgency=low

  [ Michael Vogt ]
  * merged from ubuntu:
    - use logging instead of print
    - update distro template Ubuntu.info.in
    - add xz compression support
  * po/python-apt.pot:
    - refreshed
  * po/pt_BR.po:
    - updated, thanks to Sergio Cipolla (closes: #628398)
  * po/da.po:
    - updated, thanks to Joe Dalton (closes: #631309)
  * po/sr.po:
    - updated, thanks to Nikola Nenadic (closes: #638308)
  * python/apt_pkgmodule.cc:
    - add apt_pkg.get_architectures() call
  * apt/cache.py:
    - remove "print" when creating dirs in apt.Cache(rootdir=dir),
      thanks to Martin Pitt
    - add __lt__ to apt.Package so that sort() sorts by name
      on list of package objects
  * debian/control:
    - add recommends to xz-lzma to ensure we have the unlzma command
  * apt/cache.py:
    - set Dir::bin::dpkg if a alternate rootdir is given
      (LP: #885895)
  * build fixes for the apt in experimental
  * apt/debfile.py:
    - raise error when accessing require_changes and
      missing_deps without calling check() before, thanks to
      Tshepang Lekhonkhobe (closes: #624379)
  * apt/package.py:
    - add new "suggests" property, thanks to Christop Groth
    - allow Dependency object to be iteratable, this allows to write
      code like:
      for or_dep_group in pkg.candidate.dependencies:
          for dep in or_dep_group:
              do_something()
      (thanks to Christop Groth)
  * apt/progress/base.py:
    - write exception text to stderr to avoid hidding exceptions
      like "pre-configure failed" from libapt (thanks to Jean-Baptiste
      Lallement)

  [ Tshepang Lekhonkhobe ]
  * rm usage of camelcase in cache.py doc (closes: #626617)
  * grammar fix in the cache.py doc (closes: #626610)

  [ Nikola Pavlović ]
  * fixed a typo, changed "Open Source software" to
    "free and open-source software"  (LP: #500940)

Date: Thu, 08 Dec 2011 20:44:30 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/python-apt/0.8.3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 08 Dec 2011 20:44:30 +0100
Source: python-apt
Binary: python-apt python-apt-doc python-apt-dbg python-apt-dev python-apt-common python3-apt python3-apt-dbg
Architecture: source
Version: 0.8.3ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 python-apt - Python interface to libapt-pkg
 python-apt-common - Python interface to libapt-pkg (locales)
 python-apt-dbg - Python interface to libapt-pkg (debug extension)
 python-apt-dev - Python interface to libapt-pkg (development files)
 python-apt-doc - Python interface to libapt-pkg (API documentation)
 python3-apt - Python 3 interface to libapt-pkg
 python3-apt-dbg - Python 3 interface to libapt-pkg (debug extension)
Closes: 624379 626610 626617 628398 631309 638308
Launchpad-Bugs-Fixed: 500940 829138 854839 885895
Changes: 
 python-apt (0.8.3ubuntu1) precise; urgency=low
 .
   * merged from debian/sid
 .
 python-apt (0.8.3) unstable; urgency=low
 .
   [ Alexey Feldgendler ]
   * handle architecture-specific conflicts correctly (LP: #829138)
 .
   [ Michael Vogt ]
   * lp:~mvo/python-apt/debfile-multiarch:
     - add multiarch support to the debfile.py code (LP: #854839)
   * tests/test_apt_cache.py:
     - add additional check if provides test can actually be run
 .
 python-apt (0.8.2) unstable; urgency=low
 .
   [ Michael Vogt ]
   * merged from ubuntu:
     - use logging instead of print
     - update distro template Ubuntu.info.in
     - add xz compression support
   * po/python-apt.pot:
     - refreshed
   * po/pt_BR.po:
     - updated, thanks to Sergio Cipolla (closes: #628398)
   * po/da.po:
     - updated, thanks to Joe Dalton (closes: #631309)
   * po/sr.po:
     - updated, thanks to Nikola Nenadic (closes: #638308)
   * python/apt_pkgmodule.cc:
     - add apt_pkg.get_architectures() call
   * apt/cache.py:
     - remove "print" when creating dirs in apt.Cache(rootdir=dir),
       thanks to Martin Pitt
     - add __lt__ to apt.Package so that sort() sorts by name
       on list of package objects
   * debian/control:
     - add recommends to xz-lzma to ensure we have the unlzma command
   * apt/cache.py:
     - set Dir::bin::dpkg if a alternate rootdir is given
       (LP: #885895)
   * build fixes for the apt in experimental
   * apt/debfile.py:
     - raise error when accessing require_changes and
       missing_deps without calling check() before, thanks to
       Tshepang Lekhonkhobe (closes: #624379)
   * apt/package.py:
     - add new "suggests" property, thanks to Christop Groth
     - allow Dependency object to be iteratable, this allows to write
       code like:
       for or_dep_group in pkg.candidate.dependencies:
           for dep in or_dep_group:
               do_something()
       (thanks to Christop Groth)
   * apt/progress/base.py:
     - write exception text to stderr to avoid hidding exceptions
       like "pre-configure failed" from libapt (thanks to Jean-Baptiste
       Lallement)
 .
   [ Tshepang Lekhonkhobe ]
   * rm usage of camelcase in cache.py doc (closes: #626617)
   * grammar fix in the cache.py doc (closes: #626610)
 .
   [ Nikola Pavlović ]
   * fixed a typo, changed "Open Source software" to
     "free and open-source software"  (LP: #500940)
Checksums-Sha1: 
 970a5cefc949ff4dd7c26457d071382abb3c81fa 1745 python-apt_0.8.3ubuntu1.dsc
 471b629e50cadf232904ff653990a85090da03a2 365577 python-apt_0.8.3ubuntu1.tar.gz
Checksums-Sha256: 
 21f2af6927205dd08f75a3f5be83729e124aa57b4aa5ed66d3f616bd04c71d4b 1745 python-apt_0.8.3ubuntu1.dsc
 d600ac9cd9643a414c816c1a41b1ff3b0482cd197e9778ac2594255fa2cdd9ca 365577 python-apt_0.8.3ubuntu1.tar.gz
Files: 
 6d3f2184669c41e65bc8ba0e1f9a39a5 1745 python standard python-apt_0.8.3ubuntu1.dsc
 e53fe1507769b750424429de9f58745c 365577 python standard python-apt_0.8.3ubuntu1.tar.gz
Original-Maintainer: APT Development Team <deity at lists.debian.org>

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

iEYEARECAAYFAk7hyaAACgkQliSD4VZixzRE+gCfZiBPBn7I3vIbxouOdyiFyrCz
D/YAn1x72ywVs8APMTLcPhqnW9SzQ7i5
=cxxH
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list