diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-12 19:07:55 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-12 19:07:55 +0200 |
| commit | 5b489a994d009771d7f4d5beec45bbbb5468cd58 (patch) | |
| tree | 799087779e02af7648232dcf36889263329408d7 /debian | |
| parent | 64513033774fb0264c601f021da5d5f6345c3dd4 (diff) | |
| download | python-apt-5b489a994d009771d7f4d5beec45bbbb5468cd58.tar.gz | |
python/hashes.cc: Introduce the Hashes class.
The Hashes class is a function which calculates all supported hashes for
one input. DebImg will use this for calculating the hashes of files.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8bc3e320..1f43cc8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low + Closes: #468123 - there is no need anymore for binding CompType or CompTypeDeb, because we don't return integer values for CompType anymore. + * Introduce apt_pkg.Hashes class. [ Sebastian Heinlein ] * apt/progress.py: Extract the package name from the status message @@ -45,7 +46,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low * python/progress.cc: - low level code for update_status_full and pulse_items() - -- Julian Andres Klode <jak@debian.org> Tue, 07 Jul 2009 16:56:44 +0200 + -- Julian Andres Klode <jak@debian.org> Sun, 12 Jul 2009 18:51:57 +0200 python-apt (0.7.91) experimental; urgency=low |
