Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 41DC67A1F5 for ; Thu, 8 Jun 2017 04:41:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DF86B85604; Thu, 8 Jun 2017 04:41:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70A96855DF for ; Thu, 8 Jun 2017 04:41:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ri72Vq08iJqX for ; Thu, 8 Jun 2017 04:41:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 02CA984CDD for ; Thu, 8 Jun 2017 04:41:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A06EEFB7B; Thu, 8 Jun 2017 04:41:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496896905269170" MIME-Version: 1.0 Date: Thu, 8 Jun 2017 04:41:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-oauth2client To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170608044145.A06EEFB7B@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1496896905269170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 8 04:41:45 UTC 2017 Modified Files: pkgsrc/security/py-oauth2client: Makefile distinfo Log Message: v4.1.1 New features: Allow passing prompt='consent' via the flow_from_clientsecrets To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-oauth2client/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-oauth2client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496896905269170 Content-Disposition: inline Content-Length: 1787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-oauth2client/Makefile diff -u pkgsrc/security/py-oauth2client/Makefile:1.6 pkgsrc/security/py-oauth2client/Makefile:1.7 --- pkgsrc/security/py-oauth2client/Makefile:1.6 Thu May 11 09:24:06 2017 +++ pkgsrc/security/py-oauth2client/Makefile Thu Jun 8 04:41:45 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/05/11 09:24:06 adam Exp $ +# $NetBSD: Makefile,v 1.7 2017/06/08 04:41:45 adam Exp $ -DISTNAME= oauth2client-4.1.0 +DISTNAME= oauth2client-4.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security net python MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth2client/} Index: pkgsrc/security/py-oauth2client/distinfo diff -u pkgsrc/security/py-oauth2client/distinfo:1.7 pkgsrc/security/py-oauth2client/distinfo:1.8 --- pkgsrc/security/py-oauth2client/distinfo:1.7 Thu May 11 09:24:06 2017 +++ pkgsrc/security/py-oauth2client/distinfo Thu Jun 8 04:41:45 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/05/11 09:24:06 adam Exp $ +$NetBSD: distinfo,v 1.8 2017/06/08 04:41:45 adam Exp $ -SHA1 (oauth2client-4.1.0.tar.gz) = b01918ecc0c91bd4477a7c813e3f2f035c3215a0 -RMD160 (oauth2client-4.1.0.tar.gz) = 28ddb447fb4e9e3b74d8257309ab9e5d02dbe2e7 -SHA512 (oauth2client-4.1.0.tar.gz) = 34da6714a02979a4fb24578837702cde07c46afbffc9b38e316da68ba5dd43fec8de66d6e986e1ee8edd26013b5f4d02d4ac293e72f6218bcdca283622ab8ae3 -Size (oauth2client-4.1.0.tar.gz) = 76593 bytes +SHA1 (oauth2client-4.1.1.tar.gz) = 492ad2bf6ef7626f29f15e9fa1daa92238554c88 +RMD160 (oauth2client-4.1.1.tar.gz) = 3477a1029e12b2a176a5be29ffc2c73ef2de7500 +SHA512 (oauth2client-4.1.1.tar.gz) = 78d2e2036f07c9d9837cdf6b7e0e5e03893cd3cbdb130874e9f592f45860cd683734806331bd8e92e16b06910cf4ea9c7f3948f951209890189684a4cecbc588 +Size (oauth2client-4.1.1.tar.gz) = 76605 bytes --_----------=_1496896905269170--