| Age | Commit message (Collapse) | Author | Files | Lines |
|
- add "Record" attribute to the PkgSrcRecord to access the
full source record
|
|
- add "isAutoRemovable()" method
|
|
- 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 "memonly" option to apt.Cache() to force python-apt to
not touch the pkgcache.bin file (this works around a possible
race condition in the pkgcache.bin handling)
|
|
|
|
|
|
- support arch specific BaseURI and MatchURI in the distinfo
template
|
|
- added (basic) documentation how to build python-apt
|
|
- added ubuntu 'intrepid'
|
|
|
|
- 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
|
|
* data/templates/:
- update templates
|
|
- merge update, thanks to Christian Perrier (closes: #435918)
|
|
- fix typo (thanks to Thomas Schoepf, closes: #387787)
|
|
- 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
|
|
- fix apt.package.Dependency.relation initialization
|
|
- 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
|
|
- updated for python-distutils-extra (>= 1.9.0)
* debian/python-apt.install:
- fix i18n files
|
|
- generalized some code, bringing it into the Distribution
class, and wrote some missing methods for the DebianDistribution
one (thanks to Gustavo Noronha Silva)
|
|
|
|
- throw FetchCanceltException, FetchFailedException,
LockFailedException exceptions when something goes wrong
|
|
- added Record class that can be accessed like a dictionary
and return it in candidateRecord and installedRecord
(thanks to Alexander Sack for discussing this with me)
* doc/examples/records.py:
- added example how to use the new Records class
|
|
* 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)
|
|
* fixed bug in tests/pkgrecords.py
|
|
|
|
branch
* update build-depends
|
|
- added SourceVer
|
|
- added SourceVer
|
|
- this means that the new aptsources modules is available
|
|
|
|
|
|
|
|
- added pkgCache::State::PkgCurrentState enums
|
|
- added pkgCache::State::PkgCurrentState enums
|
|
|
|
- better cdrom handling support
* apt/package.py:
- added candidateDependencies, installedDependencies
- SizeToString supports PyLong too
- support pkg.architecture
- support candidateRecord, installedRecord
* apt/cache.py:
- fix rootdir
* apt/cdrom.py:
- fix bug in cdrom mountpoint handling
|
|
* update debian changelog
|