summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18* python/pkgsrcrecords.cc:Michael Vogt1-0/+3
- add "Record" attribute to the PkgSrcRecord to access the full source record
2008-07-14* apt/package.py:Michael Vogt1-0/+2
- add "isAutoRemovable()" method
2008-07-04* tests/test_hashsums.py:Michael Vogt1-0/+2
- add tests for the hashsum code
2008-07-04* python/apt_pkgmodule.cc:Michael Vogt1-0/+9
- 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
2008-06-18merged from mvo branchegon3-1/+22
2008-06-13make the changelog match the debian uploadMichael Vogt1-7/+7
2008-06-13* apt/cache.py:Michael Vogt1-0/+9
- 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)
2008-06-12merged from debian-sidMichael Vogt1-3/+3
2008-05-28make MirrorsFile arch specific tooMichael Vogt1-2/+2
2008-05-28* aptsources/distinfo.py:Michael Vogt1-0/+3
- support arch specific BaseURI and MatchURI in the distinfo template
2008-05-05* debian/README.source: Michael Vogt2-0/+5
- added (basic) documentation how to build python-apt
2008-05-05* data/templates/Ubuntu.info.in:Michael Vogt1-0/+2
- added ubuntu 'intrepid'
2008-02-19uploaded as 0.7.5Michael Vogt1-3/+3
2008-02-18* python/apt_pkgmodule.cc:Michael Vogt1-0/+5
- add InstState{Ok,ReInstReq,Hold,HoldReInstReq} constants * apt/cache.py: - add reqReinstallPkgs property that lists all packages in ReInstReq or HoldReInstReq
2008-02-14* python/sourcelist.cc:Michael Vogt1-0/+3
- support GetIndexes() GetAll argument to implement something like --print-uris
2008-02-11* python/pkgrecords.cc:Michael Vogt1-0/+2
- export the Homepage field
2008-01-18* python/tar.cc:Michael Vogt1-0/+2
- fix .lzma extraction (thanks to bigjools)
2008-01-04* use the new CacheFile::ListUpdate() codeMichael Vogt2-2/+9
* add example in doc/examples/update.py
2007-12-06 - fix typoMichael Vogt1-0/+3
* data/templates/: - update templates
2007-11-29* po/fr.po:Michael Vogt1-0/+2
- merge update, thanks to Christian Perrier (closes: #435918)
2007-11-29* apt/README.apt:Michael Vogt1-1/+3
- fix typo (thanks to Thomas Schoepf, closes: #387787)
2007-11-29* python/tag.ccMichael Vogt1-2/+5
- support "None" as default in ParseSection(control).get(field, default), LP: #44470
2007-11-23* python/depcache.cc:Michael Vogt1-0/+2
- be more threading friendly
2007-11-23* python/progress.cc:Michael Vogt1-0/+4
- fix refcount problem in OpProgress - fix refcount problem in FetchProgress - fix refcount problem in CdromProgress
2007-10-01* apt/package.py:Michael Vogt1-0/+2
- fix apt.package.Dependency.relation initialization
2007-09-04* python/metaindex.cc:Michael Vogt1-0/+5
- added support for the metaIndex objects * python/sourceslist.cc: - support new "List" attribute that returns the list of metaIndex source entries
2007-08-28* python/string.cc:Michael Vogt1-0/+2
- fix overflow in SizeToStr()
2007-08-03* aptsources/distro.py:Michael Vogt1-0/+11
- 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)
2007-07-30* apt/debfile.py:Michael Vogt1-1/+11
- added wrapper around apt_inst.debExtract() - support dictionary like access * python/apt_instmodule.cc: - added arCheckMember()
2007-07-25* apt/package.py:Michael Vogt1-3/+5
* apt/cache.py: * python/indexfile.cc: - increase str buffer in PackageIndexFileRepr
2007-07-02* debian/control:Michael Vogt3-2/+7
- updated for python-distutils-extra (>= 1.9.0) * debian/python-apt.install: - fix i18n files
2007-06-28* aptsources/distro.py:Michael Vogt1-0/+4
- generalized some code, bringing it into the Distribution class, and wrote some missing methods for the DebianDistribution one (thanks to Gustavo Noronha Silva)
2007-06-28* fix typo "cancelt" -> "Cancelled"Michael Vogt1-1/+1
2007-06-28* python/cache.py:Michael Vogt1-0/+3
- throw FetchCanceltException, FetchFailedException, LockFailedException exceptions when something goes wrong
2007-06-28* python/package.py:Michael Vogt1-0/+11
- 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
2007-06-11* build against the new aptMichael Vogt7-73/+78
* 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)
2007-06-11* finalized chanagelogMichael Vogt1-1/+1
* fixed bug in tests/pkgrecords.py
2007-06-10* merged translated package descriptions branchMichael Vogt1-0/+1
2007-06-10* merged automaitc removal of unused dependenciesMichael Vogt2-2/+10
branch * update build-depends
2007-05-23* python/pkgrecords.cc:Michael Vogt2-2/+4
- added SourceVer
2007-05-23* python/pkgrecords.cc:Michael Vogt2-1/+3
- added SourceVer
2007-05-21* merged http://glatzor.de/bzr/python-apt/sebi:Michael Vogt7-69/+64
- this means that the new aptsources modules is available
2007-05-02* debian/control: added versionized dependency for python-centralMichael Vogt1-1/+1
2007-05-02* merged from http://people.ubuntu.com/~mvo/bzr/python-apt/auto-mark/Michael Vogt1-0/+2
2007-05-02* merged from python-apt--mvoMichael Vogt3-4/+54
2007-05-02* python/apt_pkgmodule.cc:Michael Vogt1-0/+7
- added pkgCache::State::PkgCurrentState enums
2007-04-25* python/apt_pkgmodule.cc:Michael Vogt1-0/+7
- added pkgCache::State::PkgCurrentState enums
2007-04-24* debian/changelog: sync with debian uploadMichael Vogt1-1/+1
2007-04-24* apt/cdrom.py:Michael Vogt1-0/+16
- 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
2007-04-24* merge with mvoSebastian Heinlein1-4/+8
* update debian changelog