Changelog
python-apt (0.6.19ubuntu1) edgy; urgency=low
[ Michael Vogt ]
* doc/examples/print_uris.py:
- added a example to show how the indexfile.ArchiveURI() can be used
with binary packages
* python/apt_pkgmodule.cc:
- export sha256 generation
* added support for the pkgDepCache.IsGarbage() flag
[ Otavio Salvador ]
* apt/cache.py:
- fix commit doc string to also cite the open related callbacks
- allow change of rootdir for APT database loading
- add dh_installexamples in package building Closes: #376014
python-apt (0.6.18-0.2) unstable; urgency=low
* Non-maintainer upload.
* Add ${shlibs:Depends} and ${misc:Depends} (Closes: #377615).
python-apt (0.6.18-0.1) unstable; urgency=high
* Non-maintainer upload.
* Call dh_pycentral and dh_python before dh_installdeb, to make sure
the dh_pycentral snippets are put into the maintainer scripts; patch from
Sam Morris. (Closes: #376416)
python-apt (0.6.18) unstable; urgency=low
* Non-maintainer upload.
* Update for the new Python policy. Closes: #373512
python-apt (0.6.17) unstable; urgency=low
* apt/cache.py:
- return useful values on Cache.update()
- Release locks on failure (thanks to Colin Watson)
- fix various pychecker warnings
* apt/package.py:
- fix various pychecker warnings
- check if looupRecords succeeded
- fix bug in the return statement of _downloadable()
* python/srcrecords.cc:
- add "Restart" method
- don't run auto "Restart" before performing a Lookup
- fix the initalization (no need to pass a PkgCacheType to the records)
- added "Index" attribute
* python/indexfile.cc:
- added ArchiveURI() method
-- Michael Vogt <email address hidden> Thu, 27 Jul 2006 15:00:55 +0200