summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-17 17:57:34 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-17 17:57:34 +0100
commitadd08632b8a66c7ba5de7ab44d8a10ec9462692e (patch)
tree0365f91dfffed677d1e298989875eb5e7134e47b /debian
parentf2cd844828de310dc510505612395ef60ded8731 (diff)
downloadpython-apt-add08632b8a66c7ba5de7ab44d8a10ec9462692e.tar.gz
allow Dependency object to be iteratable, this allows to write
code like: for or_dep_group in pkg.candidate.dependencies: for dep in or_dep_group: do_something()
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index afffdf12..7d939702 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,10 @@ python-apt (0.8.2) UNRELEASED; urgency=low
(LP: #885895)
* apt/package.py:
- add new "suggests" property, thanks to Christop Groth
+ - allow Dependency object to be iteratable, this allows to write
+ code like:
+ for or_dep_group in pkg.candidate.dependencies:
+ for dep in or_dep_group: do_something()
[ Tshepang Lekhonkhobe ]
* rm usage of camelcase in cache.py doc (closes: #626617)