diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-05 15:18:12 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-05 15:18:12 +0200 |
| commit | 1c6ecaa6776498d27bcce81fa769a677a587215a (patch) | |
| tree | 2b2589e1b4df8f4df59b25f866a9aa759f9f6d91 /debian | |
| parent | 5cc6fcb55f1fa50094a56644178c5e728deb83a4 (diff) | |
| download | python-apt-1c6ecaa6776498d27bcce81fa769a677a587215a.tar.gz | |
Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping
FindPkg() with two string parameters.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 55c97813..f241e749 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ python-apt (0.8.0~exp1) UNRELEASED; urgency=low * 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. -- Julian Andres Klode <jak@debian.org> Tue, 05 Apr 2011 10:33:54 +0200 |
