Thu Mar 12 16:23:31 2020 UTC ()
py-google-api-python-client: updated to 1.17.12

Version 1.7.12

Bugfix release

Implementation Changes
- Look for field 'detail' in error message.
- Exclude 308s from httplib2 redirect codes list

Documentation
- Remove oauth2client from docs
- Fix typo.
- Remove compatibility badges.
- Fix TypeError: search_analytics_api_sample.py
- Correct response access
- Fix link to API explorer
- Fix argument typo in oauth2 code example
- Recommend install with virtualenv
- Fix capitalization in docs/README.md
- Remove compatibility badges
- Remove mentions of pycrypto
- Fix typo in model.py
- Add note about Google Ads llibrary

Internal / Testing Changes
- Blacken
- Move kokoro configs


(adam)
diff -r1.30 -r1.31 pkgsrc/www/py-google-api-python-client/Makefile
diff -r1.24 -r1.25 pkgsrc/www/py-google-api-python-client/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/www/py-google-api-python-client/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-google-api-python-client/Makefile 2020/01/09 14:21:06 1.30
+++ pkgsrc/www/py-google-api-python-client/Makefile 2020/03/12 16:23:31 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2020/01/09 14:21:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2020/03/12 16:23:31 adam Exp $
2 2
3DISTNAME= google-api-python-client-1.7.11 3DISTNAME= google-api-python-client-1.7.12
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-python-client/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-python-client/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/google/google-api-python-client 9HOMEPAGE= https://github.com/google/google-api-python-client
10COMMENT= Python client library for Google's discovery based APIs 10COMMENT= Python client library for Google's discovery based APIs
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-google-auth>=1.4.1:../../security/py-google-auth 13DEPENDS+= ${PYPKGPREFIX}-google-auth>=1.4.1:../../security/py-google-auth
14DEPENDS+= ${PYPKGPREFIX}-google-auth-httplib2>=0.0.3:../../security/py-google-auth-httplib2 14DEPENDS+= ${PYPKGPREFIX}-google-auth-httplib2>=0.0.3:../../security/py-google-auth-httplib2
15DEPENDS+= ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six 15DEPENDS+= ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
16DEPENDS+= ${PYPKGPREFIX}-uritemplate>=3.0.0:../../textproc/py-uritemplate 16DEPENDS+= ${PYPKGPREFIX}-uritemplate>=3.0.0:../../textproc/py-uritemplate

cvs diff -r1.24 -r1.25 pkgsrc/www/py-google-api-python-client/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-google-api-python-client/distinfo 2019/08/13 12:43:13 1.24
+++ pkgsrc/www/py-google-api-python-client/distinfo 2020/03/12 16:23:31 1.25
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.24 2019/08/13 12:43:13 adam Exp $ 1$NetBSD: distinfo,v 1.25 2020/03/12 16:23:31 adam Exp $
2 2
3SHA1 (google-api-python-client-1.7.11.tar.gz) = 1f8b1d0b5bfe9558b9a78ee680c7c15e6b66d3d4 3SHA1 (google-api-python-client-1.7.12.tar.gz) = ad0659dc4e0be8811bfe5a47f8810517c466fdb0
4RMD160 (google-api-python-client-1.7.11.tar.gz) = 5bc9b7adce5d4a0e6ad3864e3f6286f706cb6a8f 4RMD160 (google-api-python-client-1.7.12.tar.gz) = 5a4ac19126da38b03b30316a9fd848abe9b07b28
5SHA512 (google-api-python-client-1.7.11.tar.gz) = 6a3ef74c8bc518d7eee05bd73209e93931bfb2719b89f435fa3e0c260bf21adf174aa158f8a395bec38fcd69f542f6f55abd8d215d970cd600eb51a84589e5f8 5SHA512 (google-api-python-client-1.7.12.tar.gz) = c0b2885af308e157f8fe69fedb703abfc92e9f03b46f1d65673fd72da53b0b6c9443564794c6d2ea3d4ebf19100eb5bb1b8aefc04bfd632fa110457f987c700f
6Size (google-api-python-client-1.7.11.tar.gz) = 142837 bytes 6Size (google-api-python-client-1.7.12.tar.gz) = 144827 bytes