| Age | Commit message (Collapse) | Author | Files | Lines |
|
- Make ActionGroups context managers so apt.Cache.actiongroup() has
the same behavior as in 0.7.92
|
|
|
|
|
|
- add optional pulseIntevall option to "update()"
* po/python-apt.pot:
- refreshed
|
|
|
|
- Support Breaks, Enhances dependency types (Closes: #416247)
|
|
- merge patch from John Wright that adds FindRaw method
(closes: #538723)
|
|
|
|
method present in generic.h in progress.cc.
|
|
Fixed bug that prevented building with Python 2.4.
|
|
|
|
progress.cc (take one).
|
|
- fix crash in RunSimpleCallback()
* apt/cache.py:
- when the cache is run with a alternative rootdir, create
required dirs/files automatically
|
|
- add update_status_full() that takes file_size/partial_size as
additional callback arguments
- add pulse_items() that takes a addtional "items" tuple that
gives the user full access to the individual items that are
fetched
* python/progress.cc:
- low level code for update_status_full and pulse_items()
|
|
- test if progress objects have the right methods
and raise error if not (thanks to Emanuele Rocca)
closes: #497049
|
|
- when setting a alternative rootdir, read the
config from it as well
* python/configuration.cc, python/apt_pkgmodule.cc:
- add apt_pkg.ReadConfigDir()
|
|
|
|
|
|
|
|
- fix crash when incorrect attribute is given
|
|
|
|
|
|
- when pulse() does not return a boolean assume "true"
(thanks to Martin Pitt for telling me about the problem)
|
|
|
|
- fix bug in Rootdir cwd code
|
|
- do not change working dir in debExtractArchive() (LP: #184093)
|
|
SetCandidateVer() was used. Thanks to Julian Andres Klode for
the test-case (LP: #237372)
|
|
- fix crash if Ver.PriorityType() returns NULL
|
|
- s/MatchUri/MatchURI/. Thanks, Gustavo Noronha Silva (closes: #487673)
* python/cache.cc:
- Throw an exception rather than segfaulting when GetCache() is called
before InitSystem() (closes: #369147)
|
|
- add "Record" attribute to the PkgSrcRecord to access the
full source record
|
|
- add tests for the hashsum code
|
|
- fix bug in hashsum calculation when the original string
contains \0 charackters (thanks to Celso Providelo and
Ryan Hass for the test-case) LP: #243630
|
|
|
|
- add InstState{Ok,ReInstReq,Hold,HoldReInstReq} constants
* apt/cache.py:
- add reqReinstallPkgs property that lists all packages in
ReInstReq or HoldReInstReq
|
|
- support GetIndexes() GetAll argument to implement
something like --print-uris
|
|
- export the Homepage field
|
|
- fix .lzma extraction (thanks to bigjools)
|
|
|
|
* add example in doc/examples/update.py
|
|
|
|
- support "None" as default in
ParseSection(control).get(field, default), LP: #44470
|
|
- be more threading friendly
|
|
- fix refcount problem in OpProgress
- fix refcount problem in FetchProgress
- fix refcount problem in CdromProgress
|
|
- added support for the metaIndex objects
* python/sourceslist.cc:
- support new "List" attribute that returns the list of
metaIndex source entries
|
|
- fix overflow in SizeToStr()
|
|
- throw NoDistroTemplateException if not distribution template
can be found
* NMU
* Fix version to not use CPU and OS since it's not available on APT
anymore (closes: #435653, #435674)
|
|
- added wrapper around apt_inst.debExtract()
- support dictionary like access
* python/apt_instmodule.cc:
- added arCheckMember()
|
|
* apt/cache.py:
* python/indexfile.cc:
- increase str buffer in PackageIndexFileRepr
|
|
* support for new "aptsources" pythn module
(thanks to Sebastian Heinlein)
* merged support for translated package descriptions
* merged support for automatic removal of unused dependencies
* merged http://glatzor.de/bzr/python-apt/sebi:
- this means that the new aptsources modules is available
* support translated pacakge descriptions
* support automatic dependency information
* python/depcache.cc:
- "IsGarbage()" method added (to support auto-mark)
|
|
|