Received: by mail.netbsd.org (Postfix, from userid 605) id 7B2E284DC9; Wed, 15 Jul 2020 09:30:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 038EA84D27 for ; Wed, 15 Jul 2020 09:30:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QIvOyYMyXNo7 for ; Wed, 15 Jul 2020 09:30:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7880D84CDB for ; Wed, 15 Jul 2020 09:30:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 754ADFB28; Wed, 15 Jul 2020 09:30:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594805430214640" MIME-Version: 1.0 Date: Wed, 15 Jul 2020 09:30:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-google-auth-httplib2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200715093030.754ADFB28@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. --_----------=_1594805430214640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 15 09:30:30 UTC 2020 Modified Files: pkgsrc/security/py-google-auth-httplib2: Makefile distinfo Log Message: py-google-auth-httplib2: updated to 0.0.4 0.0.4: Features expose a few httplib2 properties and a method To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-google-auth-httplib2/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-google-auth-httplib2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594805430214640 Content-Disposition: inline Content-Length: 2453 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-google-auth-httplib2/Makefile diff -u pkgsrc/security/py-google-auth-httplib2/Makefile:1.2 pkgsrc/security/py-google-auth-httplib2/Makefile:1.3 --- pkgsrc/security/py-google-auth-httplib2/Makefile:1.2 Thu Jan 9 14:21:06 2020 +++ pkgsrc/security/py-google-auth-httplib2/Makefile Wed Jul 15 09:30:30 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/01/09 14:21:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/07/15 09:30:30 adam Exp $ -DISTNAME= google-auth-httplib2-0.0.3 +DISTNAME= google-auth-httplib2-0.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-httplib2/} @@ -10,10 +10,13 @@ HOMEPAGE= https://github.com/GoogleCloud COMMENT= Google Authentication Library: httplib2 transport LICENSE= apache-2.0 +DEPENDS+= ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.9.1:../../www/py-httplib2 +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/py-google-auth-httplib2/distinfo diff -u pkgsrc/security/py-google-auth-httplib2/distinfo:1.1 pkgsrc/security/py-google-auth-httplib2/distinfo:1.2 --- pkgsrc/security/py-google-auth-httplib2/distinfo:1.1 Tue Jul 2 12:00:13 2019 +++ pkgsrc/security/py-google-auth-httplib2/distinfo Wed Jul 15 09:30:30 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/07/02 12:00:13 adam Exp $ +$NetBSD: distinfo,v 1.2 2020/07/15 09:30:30 adam Exp $ -SHA1 (google-auth-httplib2-0.0.3.tar.gz) = 9795712557a1683c3cf3c85db719d355c1012b66 -RMD160 (google-auth-httplib2-0.0.3.tar.gz) = 2a244e22de54eac2042adb13b87dc39001b77084 -SHA512 (google-auth-httplib2-0.0.3.tar.gz) = da9d280f2ab3f9d99e2f011d56d94b09a12e85a5a1e9f78933a93cc57c7778d9002e1a023552a2611283da696334ba795cd7e8003b311db05e9b6b40aca34dc7 -Size (google-auth-httplib2-0.0.3.tar.gz) = 9957 bytes +SHA1 (google-auth-httplib2-0.0.4.tar.gz) = a9947e01d765afcda0198c68976460d198780deb +RMD160 (google-auth-httplib2-0.0.4.tar.gz) = 7de4cc29f1739cd96d55ed9e189e0ac97b339813 +SHA512 (google-auth-httplib2-0.0.4.tar.gz) = 7206e7ee78988af7101417d073fdac78851d8534575b0c895e8017d02e6083cfed722b4792592b02c7e523aaf652f173fb7dee2967983e55cd1022bcbbc938da +Size (google-auth-httplib2-0.0.4.tar.gz) = 10287 bytes --_----------=_1594805430214640--