diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-15 16:34:24 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-15 16:34:24 +0200 |
| commit | 7417da2d01b795e585f80a3d778e53c5588653bc (patch) | |
| tree | f7e9fb655fd621097b62b26e3ef51e1655a62d40 /debian | |
| parent | c876c5095673a2f1c0f2c0eef6eadef2ce200e19 (diff) | |
| parent | 5bdb4d5c14598069856034232e0057a4995af8c1 (diff) | |
| download | python-apt-7417da2d01b795e585f80a3d778e53c5588653bc.tar.gz | |
* apt/package.py: Allow to set the candidate of a package (Closes: #523997)
- Support assignments to the 'candidate' property of Package objects.
- Initial patch by Sebastian Heinlein
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a9518d7d..d356c3cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ python-apt (0.7.11) UNRELEASED; urgency=low * Add support for the Breaks fields * Only create Package objects when they are requested, do not keep them in a dict. Saves 10MB for 25,000 packages on my machine. + * apt/package.py: Allow to set the candidate of a package (Closes: #523997) + - Support assignments to the 'candidate' property of Package objects. + - Initial patch by Sebastian Heinlein -- Julian Andres Klode <jak@debian.org> Wed, 15 Apr 2009 13:47:42 +0200 |
