diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-09-16 20:05:46 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-09-16 20:05:46 +0200 |
| commit | a7217b885beff13462bbb793eac42d28c53752f8 (patch) | |
| tree | e141cd0d0e644e7cf4f79fea34ba9bf8977801b8 /debian | |
| parent | 8600d4c44a5b9f75887da6e12acea622caef8c76 (diff) | |
| parent | be85eeaeadf8b93021413ab7ed79e639b65102a6 (diff) | |
| download | python-apt-a7217b885beff13462bbb793eac42d28c53752f8.tar.gz | |
Merge 0.7.13.0 - 0.7.13.3 from unstable.
* apt/cache.py:
- add actiongroup() method (backport from 0.7.92)
- re-work the logic in commit() to fail if installArchives() returns
a unexpected result
* apt/progress/__init__.py:
- catch exceptions in pm.DoInstall()
* apt/package.py:
- Export if a package is an essential one (Closes: #543428)
* python/depcache.cc:
- Make ActionGroups context managers so apt.Cache.actiongroup() has
the same behavior as in 0.7.92
* apt/cache.py:
- Add raiseOnError option to Cache.update() (Closes: #545474)
* apt/package.py:
- Use the source version instead of the binary version in fetch_source().
* apt/progress/__init__.py:
- Correctly ignore ECHILD by checking before EINTR (Closes: #546007)
* apt/cache.py:
- Convert argument to str in __getitem__() (Closes: #542965).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 75590703..7588d35a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ python-apt (0.7.93) experimental; urgency=low - * Merge 0.7.13.0 and 0.7.13.1 from unstable. + * Merge 0.7.13.0 - 0.7.13.3 from unstable. - -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 16:50:54 +0200 + -- Julian Andres Klode <jak@debian.org> Wed, 16 Sep 2009 19:26:17 +0200 python-apt (0.7.92) experimental; urgency=low @@ -84,6 +84,40 @@ python-apt (0.7.90) experimental; urgency=low -- Julian Andres Klode <jak@debian.org> Wed, 15 Apr 2009 13:47:42 +0200 +python-apt (0.7.13.3) unstable; urgency=low + + [ Michael Vogt ] + * apt/cache.py: + - add actiongroup() method (backport from 0.7.92) + - re-work the logic in commit() to fail if installArchives() returns + a unexpected result + * apt/progress/__init__.py: + - catch exceptions in pm.DoInstall() + + [ Sebastian Heinlein ] + * apt/package.py: + - Export if a package is an essential one (Closes: #543428) + + [ Julian Andres Klode ] + * python/depcache.cc: + - Make ActionGroups context managers so apt.Cache.actiongroup() has + the same behavior as in 0.7.92 + * apt/cache.py: + - Add raiseOnError option to Cache.update() (Closes: #545474) + * apt/package.py: + - Use the source version instead of the binary version in fetch_source(). + * apt/progress/__init__.py: + - Correctly ignore ECHILD by checking before EINTR (Closes: #546007) + + -- Julian Andres Klode <jak@debian.org> Tue, 15 Sep 2009 15:18:45 +0200 + +python-apt (0.7.13.2) unstable; urgency=low + + * apt/cache.py: + - Convert argument to str in __getitem__() (Closes: #542965). + + -- Julian Andres Klode <jak@debian.org> Sat, 22 Aug 2009 22:47:30 +0200 + python-apt (0.7.13.1) unstable; urgency=low * apt/package.py: |
