Change logs for pygpgme source package in Sid

  • 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
  • pygpgme (0.2-3) unstable; urgency=low
    
    
      [ Andrew Starr-Bochicchio ]
      * Add python-gpgme-dbg.preinst to handle transitioning
        /usr/share/doc/python-gpgme-dbg from a symlink to a directory.
        (Closes: #700780).
    
     -- Jonathan Wiltshire <email address hidden>  Sun, 24 Feb 2013 18:33:37 +0000
  • pygpgme (0.2-2) unstable; urgency=low
    
    
      * Upload to unstable.
    
     -- Jonathan Wiltshire <email address hidden>  Sat, 07 Jan 2012 22:09:27 +0000
  • pygpgme (0.1+bzr20090820-3) unstable; urgency=low
      * debian/patches/largefile-support: Enable support for large files by default  * Remove quilt patch logic; it's no longer needed in source format 3.0 (quilt)  * Add DEP-3 headers for all patches -- Jonathan Wiltshire <email address hidden>  Sun, 17 Apr 2011 22:44:11 +0100
  • pygpgme (0.1+bzr20090820-2) unstable; urgency=low
      * Build for Python 2.7 as supported version  * debian/control: Use only X-Python-Version  * Bump required build-dependency for python-support  * Update my email address  * Standards version 3.9.2  * debian/rules, debian/patches/testsuite-all-versions: Run test    suite at build time, for each supported Python version  * Source format 3.0 (quilt) -- Jonathan Wiltshire <email address hidden>  Sun, 17 Apr 2011 00:11:00 +0100
  • pygpgme (0.1+bzr20090820-1) unstable; urgency=low
    
    
      * Sync to Upstream bzr 2009-08-20
      * Fix "Fails to create a Context unless gpgme_check_version is called
        manually" using custom patch until upstream doesn't fix it (Closes: #549921)
    
     -- Miguel Di Ciurcio Filho <email address hidden>  Wed, 14 Oct 2009 20:05:15 +0000
  • pygpgme (0.1+bzr20090429-1) unstable; urgency=low
    
    
      * Initial release. (Closes: #511170: ITP: pygpgme -- A Python wrapper
        for the GPGME library)
    
     -- Miguel Di Ciurcio Filho <email address hidden>  Thu, 16 Jul 2009 19:30:00 -0300