From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0B5A213828B for ; Fri, 27 May 2016 13:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39FDE224042; Fri, 27 May 2016 13:55:32 +0000 (UTC) Received: from mail-qk0-f179.google.com (mail-qk0-f179.google.com [209.85.220.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFE42224042 for ; Fri, 27 May 2016 13:55:31 +0000 (UTC) Received: by mail-qk0-f179.google.com with SMTP id y126so79755993qke.1 for ; Fri, 27 May 2016 06:55:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=+LbiGc2IMMlg+F+9VIflU1g9D1rPr43wXhO+9LCFF+0=; b=AtrH57K9PSekebiDB/99HxdT+zN6Wlc5TVgssUf1j7Pm90n77lJxLpYddAY6Se+wBV 5suo5BuF/WihWhrJzKBoxwSsFZ72ptIbuoEeAPPQzqwISBO45JVmaiISkQT84xJI+dyR Ftn5dbIIuCce1i6lUn242mUid5hjHHeMa7R3T1GedTbEMxEkpd9saiWU4z6ZB1MzIAQg +QMOKtIXqAo3AmBotMHx152BFV0TURNEX93k8oC+oEB7loBIP1kk88V1IjsitSp4jfTO HHBpOWQbMPN1OEcMY2X5afZqcN7P05WUI4JMHY5eGwd2x1tstT38i3K0v5Dlm3KMxa9d RU4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=+LbiGc2IMMlg+F+9VIflU1g9D1rPr43wXhO+9LCFF+0=; b=ggK+Nsm1Y+D50h8sxLKyazAIH4yFGoV/7FEjP+/ezfAg3aYEQcP1pP/WDD6Zp3maML 5xWxDkS0jiqpZyEbqOfsrU0sK1UQjngAljfS8FSHQ86M99Y6WvLAXpBsLpghprey1RUz p6Ftqrk41kfgnSr2JWf1UYAO7n7TnrIzflus2TCwg58eOHg04eLE+xJZSWCYkzILW/7+ 9WxOr0zgbeC5/CxA7+sSXhzKs/2j3whSwcjGtqFv7RAYW9KMUyBML4DAckx1rLOcPIIW 4wCP+1MMulWwwBkhMd951lVwcCCqnxWpTu6PZqblPJCrV04CeeMm+Rxdx98AeX2Iga7d pBOg== X-Gm-Message-State: ALyK8tJ1hl4BFeUxTt6Cl27lINnwKHoD/A66rkOEV4q5thpwr1jOQ7cKAFGv77dpH28Wt2XW67PGed7i7qF/Dg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: List to discuss signing and verification of the Gentoo Tree. X-BeenThere: gentoo-keys@gentoo.org X-BeenThere: gentoo-keys@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.233.237.149 with SMTP id c143mr13267075qkg.88.1464357330903; Fri, 27 May 2016 06:55:30 -0700 (PDT) Received: by 10.237.55.99 with HTTP; Fri, 27 May 2016 06:55:30 -0700 (PDT) Date: Fri, 27 May 2016 13:55:30 +0000 Message-ID: Subject: [gentoo-keys] [PATCH 0/3] pyGPG: Add support for forward and backwards compatibility From: Ashish Gupta To: gentoo-keys@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 1d3bdd85-d22b-449d-9f2f-e59a3554d2e6 X-Archives-Hash: 9790d95d83683a3efe9f5fca82a3e532 Hi My IRC nick is ashmew2 on #gentoo-keys. I came across gkeys and found the project interesting, therefore I want to contribute to it. I have been active on IRC for the past few days and extended the code for pyGPG so that python developers can use the pre-existing gpg utility using Python. In the process, I've learnt about gpg and PGP a lot and would like to continue down this road. Regarding the patches, I added support for the --list-keys and --list-key command and extended the colon identifying classes to support newer versions (2.1) and older versions(1.4 and 2.0) of GPG. I will send the patches in subsequent emails. Please review them, and if there are no issues, please merge them into master. In addition, I am active on IRC on #gentoo-keys on Freenode, so please feel free to get in touch there as well. Thank you, Regards, Ashish Gupta