summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-03-26 15:53:37 +0100
committerJulian Andres Klode <jak@debian.org>2010-03-26 15:53:37 +0100
commit33851a84b6868eaff1fadaa5b5f57aa696cdc2e8 (patch)
tree4a6e24fc90e012f17515f0363a2424429ba951ee /debian
parent95112f12cea6ec54aaa8b5e372ee158a300f8967 (diff)
parent57624b5df523c0b3a3ebc1741680f283ee1fbbcd (diff)
downloadpython-apt-33851a84b6868eaff1fadaa5b5f57aa696cdc2e8.tar.gz
Merge with mvo, with the following changes:
* python/generic.cc is changed instead of python/indexfile.cc to add the ArchiveURI property * tests/test_apt_cache.py is changed to assert the properties of the Dependency object instead of assigning them to a variable. The additions to the changelog are: [ Julian Andres Klode ] - Map ArchiveURI property to archive_uri [ Michael Vogt ] * apt/cache.py: - make cache open silent by default (use apt.progress.base.OpProgress) * tests/data/aptsources_ports/sources.list: - fix ports test-data * tests/test_apt_cache.py: - add simple test for basic cache/dependency iteration
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b7617f90..69eecc2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,20 @@
python-apt (0.7.94.3) UNRELEASED; urgency=low
+ [ Julian Andres Klode ]
* python/generic.cc:
- Fix a memory leak when using old attribute names.
+ - Map ArchiveURI property to archive_uri
* debian/control:
- Change priority to standard, keep -doc and -dev on optional.
+ [ Michael Vogt ]
+ * apt/cache.py:
+ - make cache open silent by default (use apt.progress.base.OpProgress)
+ * tests/data/aptsources_ports/sources.list:
+ - fix ports test-data
+ * tests/test_apt_cache.py:
+ - add simple test for basic cache/dependency iteration
+
-- Julian Andres Klode <jak@debian.org> Mon, 15 Mar 2010 17:04:49 +0100
python-apt (0.7.94.2) unstable; urgency=low