Received: by mail.netbsd.org (Postfix, from userid 605) id A590984D71; Mon, 4 Sep 2017 14:45:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3882C84D46 for ; Mon, 4 Sep 2017 14:45:26 +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 EQJ1j7McM-w4 for ; Mon, 4 Sep 2017 14:45:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B01DC84CDE for ; Mon, 4 Sep 2017 14:45:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE46EFA97; Mon, 4 Sep 2017 14:45:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504536325160500" MIME-Version: 1.0 Date: Mon, 4 Sep 2017 14:45:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-google-api-python-client To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170904144525.AE46EFA97@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. --_----------=_1504536325160500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 4 14:45:25 UTC 2017 Modified Files: pkgsrc/www/py-google-api-python-client: Makefile distinfo Log Message: Updated py-google-api-python-client to 1.6.3. v1.6.3 Version 1.6.3 Bugfix release - Add notification of maintenance mode to README. (#410) - Fix generation of methods with abnormal page token conventions. (#338) - Raise ValueError is credentials and developerKey are both specified. (#358) - Re-generate documentation. (#364, #373, #401) - Fix method signature documentation for multiline required parameters. (#374) - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377) - Fix dead link to WebTest in README. (#378) - Fix details missing in googleapiclient.errors.HttpError. (#412) - Don't treat httplib2.Credentials as oauth credentials. (#425) - Various fixes to the Django sample. (#413) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-google-api-python-client/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-google-api-python-client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504536325160500 Content-Disposition: inline Content-Length: 2446 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-google-api-python-client/Makefile diff -u pkgsrc/www/py-google-api-python-client/Makefile:1.14 pkgsrc/www/py-google-api-python-client/Makefile:1.15 --- pkgsrc/www/py-google-api-python-client/Makefile:1.14 Mon Feb 20 10:01:37 2017 +++ pkgsrc/www/py-google-api-python-client/Makefile Mon Sep 4 14:45:25 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2017/02/20 10:01:37 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/09/04 14:45:25 wiz Exp $ -DISTNAME= google-api-python-client-1.6.2 +DISTNAME= google-api-python-client-1.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} @@ -17,7 +17,11 @@ DEPENDS+= ${PYPKGPREFIX}-oauth2client>=1 DEPENDS+= ${PYPKGPREFIX}-uritemplate>=3:../../textproc/py-uritemplate # TEST_DEPENDS BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 +do-test: + cd ${WRKSRC} && py.test-${PYVERSSUFFIX} + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-google-api-python-client/distinfo diff -u pkgsrc/www/py-google-api-python-client/distinfo:1.10 pkgsrc/www/py-google-api-python-client/distinfo:1.11 --- pkgsrc/www/py-google-api-python-client/distinfo:1.10 Mon Feb 20 10:01:37 2017 +++ pkgsrc/www/py-google-api-python-client/distinfo Mon Sep 4 14:45:25 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/02/20 10:01:37 wiz Exp $ +$NetBSD: distinfo,v 1.11 2017/09/04 14:45:25 wiz Exp $ -SHA1 (google-api-python-client-1.6.2.tar.gz) = 9c1303dcc6608e427949439271599b7e02c0aea0 -RMD160 (google-api-python-client-1.6.2.tar.gz) = d9104e52ac5725ae2a32ffbaf10019d295c52422 -SHA512 (google-api-python-client-1.6.2.tar.gz) = ee906c2efb47469dc18dcfcb1edfad4346f61e88c1e7f73b60924b393c704e7033a5ff4f9a1965d0c29aa3a6bf25b60888e1d39366cbc1372861b49e79c9e886 -Size (google-api-python-client-1.6.2.tar.gz) = 4262337 bytes +SHA1 (google-api-python-client-1.6.3.tar.gz) = c9ea7528fee35363fb841d688871f06af8b3cdb3 +RMD160 (google-api-python-client-1.6.3.tar.gz) = 9e3a70f5930886163bf8832e4bc0d5c59e8a481c +SHA512 (google-api-python-client-1.6.3.tar.gz) = a85b00fac17a3535028bdedaf6cf8d72408b6c9aa560f42530d22dce66bbaf880a28fe68190b744af6004a84e213e7568b869376fac6a7a587419c42638db1a5 +Size (google-api-python-client-1.6.3.tar.gz) = 4254334 bytes --_----------=_1504536325160500--