diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-01 14:35:43 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-01 14:35:43 +0000 |
| commit | 6e90d3114415976a20013647b0d1d6cafdd764a6 (patch) | |
| tree | 4ee952ff7f4b88fe839cefa6a3aa8737eb45bdf4 /debian | |
| parent | 389fe246d85aa59348b770db793e9455fd17d73c (diff) | |
| parent | eb14999105a40543ee791bfa1c22b5dcf3d6fe37 (diff) | |
| download | python-apt-6e90d3114415976a20013647b0d1d6cafdd764a6.tar.gz | |
* updated to latest python-apt--mvo
Patches applied:
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-130
merged with the debian upload
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-131
* interface fixes for kamion, pychecker fixes
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-132
* un-finalize the changelog
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-133
* initalize FetchProgress.eta as float and pass a float to InstallProgress.statusChanged() for percent
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-134
* strip status string before passing it, changelog updates
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-135
* fix the return value of Cache.update()
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-136
* remove a useless check in Cache.update()
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-137
* updated changelog
* michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-138
* undo some damage from pychecker
* mvo@debian.org--2005/python-apt--debian-sid--0--base-0
tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-129
* mvo@debian.org--2005/python-apt--debian-sid--0--patch-1
* changelog finalized
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ddce68cb..75604746 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,40 @@ -python-apt (0.6.16ubuntu3) dapper; urgency=low +python-apt (0.6.16.2ubuntu3) dapper; urgency=low + + * apt/package.py: undo some damager from pychecker + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 1 Mar 2006 15:34:23 +0100 + +python-apt (0.6.16.2ubuntu2) dapper; urgency=low + + * apt/progress.py: + - initialize FetchProgress.eta with the correct type + - strip the staus str before passing it to InstallProgress.statusChanged() + * apt/cache.py: + - return useful values on Cache.update() + * fix FTBFS + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Feb 2006 14:07:06 +0100 + +python-apt (0.6.16.2ubuntu1) dapper; urgency=low + + * apt/progress.py: + - added InstallProgress.statusChange(pkg, percent, status) + - make DumbInstallProgress a new-style class + (thanks to kamion for the suggestions) + - fix various pychecker warnings + * apt/cache.py, apt/package.py: fix various pychecker warnings + + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Feb 2006 12:04:37 +0100 + +python-apt (0.6.16.1) unstable; urgency=low * typos fixed (thanks to Gustavo Franco) * pkgRecords.Record added to get raw record data * python/cache.cc: "key" in pkgCache::VerIterator.DependsList[key] is no longer locale specific but always englis - -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 21 Feb 2006 19:23:09 +0100 + -- Michael Vogt <mvo@debian.org> Wed, 22 Feb 2006 10:41:13 +0100 python-apt (0.6.16ubuntu2) dapper; urgency=low |
