Change logs for pygpgme source package in Stretch

  • pygpgme (0.3-1.2) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Fix FTBFS with newer gpgme library.
        Remove deprecated functions context.edit and context.card_edit.
        Both functions have been deprecated upstream and are not working
        anymore. In order to not ship broken Python bindings for those
        two functions, they are removed from the source altogether.
        If an application uses them, it now will get an error about
        the missing function instead of a function call with
        undefined behaviour.
        The best fix for those applications would be to switch over
        to pyme, the now official Python bindings from GPGME upstream.
        (Closes: #835174)
      * Clean up patch from Daniel which fixed the previous FTBFS
    
     -- Dr. Tobias Quathamer <email address hidden>  Thu, 24 Nov 2016 14:49:42 +0100
  • pygpgme (0.3-1.1) unstable; urgency=medium
    
      * Non-maintainer upload
      * ensure that test suite works with gpg 2.1.x (Closes: #797776)
        - drop patch that forces 1.4.x during passphrase_cb
        - drop all unused debian/patches
        - rely on gpg-agent
        - imported keys are counted differently
        - require the use of loopback pinentry for (deprecated) passphrase_cb
    
     -- Daniel Kahn Gillmor <email address hidden>  Tue, 02 Feb 2016 09:30:40 -0500
  • pygpgme (0.3-1) unstable; urgency=medium
    
    
      * New upstream release (Closes: #665731, #696636)
      * Drop all current patches as pointed out by upstream
      * Build/test for Python 3 (thanks to sterling work by
        Andrew Starr-Bochicchio)
      * Patch those tests for which gnupg2 invokes an agent to use
        gnupg1 instead. This is a workaround for Launchpad #999949
      * debian/rules: clean up properly in clean
    
     -- Jonathan Wiltshire <email address hidden>  Sat, 22 Mar 2014 23:50:17 +0000