| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
DebPackage class fixes from gdebi into python-apt so that gdebi can
use the class from python-apt directly
|
|
- add new "dpkg_journal_dirty" property that can be used to
detect a interrupted dpkg (the famous
"E: dpkg was interrupted, you must manually run 'dpkg --configure -a'")
|
|
iteration. This both ensures that it's well-formatted and structured, and
also that accessing it does not take an inordinate amount of time. This
exposes a severe performance problem when using gzip compressed package
indexes.
|
|
* python/generic.cc is changed instead of python/indexfile.cc
to add the ArchiveURI property
* tests/test_apt_cache.py is changed to assert the properties
of the Dependency object instead of assigning them to a
variable.
The additions to the changelog are:
[ Julian Andres Klode ]
- Map ArchiveURI property to archive_uri
[ Michael Vogt ]
* apt/cache.py:
- make cache open silent by default (use apt.progress.base.OpProgress)
* tests/data/aptsources_ports/sources.list:
- fix ports test-data
* tests/test_apt_cache.py:
- add simple test for basic cache/dependency iteration
|
|
- add simple test for basic cache/dependency iteration
|