pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-google-api-python-client Updated py-google-api-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/151c2874d8d5
branches:  trunk
changeset: 367627:151c2874d8d5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 04 14:45:25 2017 +0000

description:
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)

diffstat:

 www/py-google-api-python-client/Makefile |   8 ++++++--
 www/py-google-api-python-client/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 73c025a1b8f6 -r 151c2874d8d5 www/py-google-api-python-client/Makefile
--- a/www/py-google-api-python-client/Makefile  Mon Sep 04 14:45:08 2017 +0000
+++ b/www/py-google-api-python-client/Makefile  Mon Sep 04 14:45:25 2017 +0000
@@ -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}-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"
diff -r 73c025a1b8f6 -r 151c2874d8d5 www/py-google-api-python-client/distinfo
--- a/www/py-google-api-python-client/distinfo  Mon Sep 04 14:45:08 2017 +0000
+++ b/www/py-google-api-python-client/distinfo  Mon Sep 04 14:45:25 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index