mailpipe: convert to pgp-mime's new Signature verification.
authorW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 14:29:42 +0000 (10:29 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 14:29:42 +0000 (10:29 -0400)
commit62297fe9169f8f130fddcedfd0086535aa4d437f
treea83c2ca36eafc152a7bb6c04134d62daea01dd62
parentb46ccc7068f570d8a646c315ea93b43dfd2c08dd
mailpipe: convert to pgp-mime's new Signature verification.

This brings us up to date with the following pgp-mime commit:

  commit 7d4ff835519e6a8fa4273c364b571c2874bd31d5
  Author: W. Trevor King <wking@tremily.us>
  Date:   Thu Sep 20 10:12:38 2012 -0400

    signature: add Signature class for more Pythonic verification.

    Now verify_bytes() returns a list of `Signature`s instead of XML.
    This should be much easier for callers to handle, and it provides a
    layer of insulation between the gpgme-tool output and Python code.
pygrader/mailpipe.py