| Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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)
|
|
|
|
branch
* update build-depends
|
|
- added SourceVer
|
|
- this means that the new aptsources modules is available
|
|
|
|
|
|
|
|
- added pkgCache::State::PkgCurrentState enums
|
|
- properly support isAutoInstalled flag
|
|
- handle invalid unicode more gracefully (LP#86215)
* rebuild against latest apt
|
|
- SizeToString supports PyLong too
|
|
|
|
setting the automatic install information available
|
|
|
|
- export SHA1Sum() as well
* debian/changelog:
- updated
|
|
|
|
* merged the upload from doko
|
|
- do export PkgGetActionGroup
|
|
- *cough* expose the new PkgActionGroup stuff
|
|
- suport for pkgActionGrup added
|
|
- and the final(!?!) incorrect PyMem_{DEL,Free} usage
|
|
|
|
- fix another PyMem_DEL() -> PyObject_DEL() error
|
|
- use PyObject_DEL() instead of PyMem_DEL()
|
|
|