[ubuntu/oneiric] python-apt 0.8.0~exp4ubuntu1 (Accepted)
Michael Vogt
michael.vogt at ubuntu.com
Thu May 26 16:05:23 UTC 2011
python-apt (0.8.0~exp4ubuntu1) oneiric; urgency=low
* Merged from debian/experimental, remaining changes:
- updated mirror list
- do not disable 0.7 compat API yet
python-apt (0.8.0~exp4) experimental; urgency=low
* apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)
* apt_pkg: Add subclassing fun to PackageManager, for #623485 as well
* apt.cache: Emit change signals in ProblemResolver
* apt.Cache: Add a _changes_count member for later use
python-apt (0.8.0~exp3) experimental; urgency=low
[ Stéphane Graber ]
* Update enable_component to also apply to -src entries (LP: #758732)
[ Julian Andres Klode ]
* apt_pkg: Add apt_pkg.Version.multi_arch and friends
python-apt (0.8.0~exp2) experimental; urgency=low
* aptsources: Parse multi-arch sources.list files correctly
* aptsources: Allow insertion of new multi-arch entries
* aptsources: Various cleanup work
* all: Fix all instances of ResourceWarning about unclosed files
* tests/test_apt_cache.py: Use assertTrue() instead of assert_()
* apt_pkg: Raise error when parse_commandline gets empty argv (LP: #707416)
* apt_pkg: Fix time_to_str, time_rfc1123 to accept more correct values
(time_to_str accepts unsigned long, time_rfc1123 long long, y2k31-correct).
* apt.progress: Use long for ETA, natural type for size (LP: #377375)
* aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603)
* doc/examples: Add example on how to get architecture names (LP: #194374)
* apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)
* apt.cache: Document that update() may need an open() (Closes: #622342)
* apt.cache: Add a fetch_archives() method (Closes: #622347)
* doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914)
* apt.package: Add 'tasks' to Version, improve doc (Closes: #619574)
* doc: Fix documentation of BaseDependency.relation (Closes: #607031)
python-apt (0.8.0~exp1) experimental; urgency=low
* Disable the old-style API, and break all packages using it
* Add an 'is_multi_arch' attribute to apt_pkg.Cache
* Add apt_pkg.Group class, wrapping pkgCache::GrpIterator
* Change apt_pkg.Cache() so that passing None for 'progress' results in
no progress output
* Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping
FindPkg() with two string parameters.
* Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count
* Fix debian/rules to work correctly with tilde in version number
Date: Tue, 24 May 2011 10:08:56 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/python-apt/0.8.0~exp4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 24 May 2011 10:08:56 +0200
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.0~exp4ubuntu1
Distribution: oneiric
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: 607031 608914 619574 622342 622347 623485
Launchpad-Bugs-Fixed: 194374 309603 377375 610820 707416 758732
Changes:
python-apt (0.8.0~exp4ubuntu1) oneiric; urgency=low
.
* Merged from debian/experimental, remaining changes:
- updated mirror list
- do not disable 0.7 compat API yet
.
python-apt (0.8.0~exp4) experimental; urgency=low
.
* apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)
* apt_pkg: Add subclassing fun to PackageManager, for #623485 as well
* apt.cache: Emit change signals in ProblemResolver
* apt.Cache: Add a _changes_count member for later use
.
python-apt (0.8.0~exp3) experimental; urgency=low
.
[ Stéphane Graber ]
* Update enable_component to also apply to -src entries (LP: #758732)
.
[ Julian Andres Klode ]
* apt_pkg: Add apt_pkg.Version.multi_arch and friends
.
python-apt (0.8.0~exp2) experimental; urgency=low
.
* aptsources: Parse multi-arch sources.list files correctly
* aptsources: Allow insertion of new multi-arch entries
* aptsources: Various cleanup work
* all: Fix all instances of ResourceWarning about unclosed files
* tests/test_apt_cache.py: Use assertTrue() instead of assert_()
* apt_pkg: Raise error when parse_commandline gets empty argv (LP: #707416)
* apt_pkg: Fix time_to_str, time_rfc1123 to accept more correct values
(time_to_str accepts unsigned long, time_rfc1123 long long, y2k31-correct).
* apt.progress: Use long for ETA, natural type for size (LP: #377375)
* aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603)
* doc/examples: Add example on how to get architecture names (LP: #194374)
* apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)
* apt.cache: Document that update() may need an open() (Closes: #622342)
* apt.cache: Add a fetch_archives() method (Closes: #622347)
* doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914)
* apt.package: Add 'tasks' to Version, improve doc (Closes: #619574)
* doc: Fix documentation of BaseDependency.relation (Closes: #607031)
.
python-apt (0.8.0~exp1) experimental; urgency=low
.
* Disable the old-style API, and break all packages using it
* Add an 'is_multi_arch' attribute to apt_pkg.Cache
* Add apt_pkg.Group class, wrapping pkgCache::GrpIterator
* Change apt_pkg.Cache() so that passing None for 'progress' results in
no progress output
* Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping
FindPkg() with two string parameters.
* Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count
* Fix debian/rules to work correctly with tilde in version number
Checksums-Sha1:
bf3af9741d2f6283ba710aebd23dea70a787b05a 1429 python-apt_0.8.0~exp4ubuntu1.dsc
cea5597270b42b448fe25f3c79803f41ad48e62d 358602 python-apt_0.8.0~exp4ubuntu1.tar.gz
Checksums-Sha256:
e26fb6c1f9fee2759b187d4006eb6a097ea33d860762132f8fb7ec6cbe211b19 1429 python-apt_0.8.0~exp4ubuntu1.dsc
6843ef50710c8fd596b2f5b08ca0c937cbc984b38ea9ab5e39a31cfd8ec1c57f 358602 python-apt_0.8.0~exp4ubuntu1.tar.gz
Files:
c1940264c382b3843d964870f6ac5939 1429 python standard python-apt_0.8.0~exp4ubuntu1.dsc
54952ac1821193f085b0d4cdbb44b129 358602 python standard python-apt_0.8.0~exp4ubuntu1.tar.gz
Original-Maintainer: APT Development Team <deity at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk3eeOkACgkQliSD4VZixzSkhACeNNt7V6UEIajybPuwR2Vl1N7D
8o4AnjxBlXQVVYzWW0UY6Zx/fdqiugOh
=s3KL
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list