* Implement a new binarytree.digestCheck() method and use it to check
authorZac Medico <zmedico@gentoo.org>
Sat, 5 Jul 2008 07:18:31 +0000 (07:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 5 Jul 2008 07:18:31 +0000 (07:18 -0000)
commitddddc6e7ff41d6c30bde682dac4e2e42e017a13f
tree1a2b10f3ec699d7bb5415d231634de0758783451
parentefead8fa199be63234d8b93e64e68797d3909aa9
* Implement a new binarytree.digestCheck() method and use it to check
  digests for binary packages.

* Split out a AsynchronousTask base class from SubProcess.

* Derive a new BinpkgVerifier class from AsynchronousTask. Even though
  this is not really asynchronous yet, it can fake the interface by
  doing everything in the start() method.

svn path=/main/trunk/; revision=10935
pym/_emerge/__init__.py
pym/portage/__init__.py
pym/portage/dbapi/bintree.py