summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-02-17 16:45:03 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-02-17 16:45:03 +0100
commit972bf036a69f3f41ae5709568e246529b8e40ba5 (patch)
tree7e1ea3b5269dc90ea4d3e0b3fe621c505140ce17 /debian
parentd1b2c0fbd34cee0ffced8270149b87def7675b2a (diff)
downloadpython-apt-972bf036a69f3f41ae5709568e246529b8e40ba5.tar.gz
* apt/cache.py:
- call install_progress.startUpdate()/finishUpdate() to keep compatibility with older code * apt/progress/base.py: - restore "self.statusfd, self.writefd" type, provide additional self.status_pipe and self.write_pipe file like objects
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4b93dddc..012a6e1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
python-apt (0.7.93.2) UNRELEASED; urgency=low
+ [ Julian Andres Klode ]
* Fix some places where the old API was still used:
- apt/utils.py: Completely ported, previous one was old-API from Ubuntu.
- apt/cache.py: Use the new progress classes instead of the old ones.
@@ -21,6 +22,14 @@ python-apt (0.7.93.2) UNRELEASED; urgency=low
- aptsources/distinfo.py: Support relative filenames for MirrorsFile.
* debian/rules:
- Run tests during build time.
+
+ [ Michael Vogt ]
+ * apt/cache.py:
+ - call install_progress.startUpdate()/finishUpdate() to keep
+ compatibility with older code
+ * apt/progress/base.py:
+ - restore "self.statusfd, self.writefd" type, provide additional
+ self.status_pipe and self.write_pipe file like objects
-- Julian Andres Klode <jak@debian.org> Sun, 07 Feb 2010 19:58:40 +0100