diff options
author | adam <adam@pkgsrc.org> | 2020-03-12 16:23:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-03-12 16:23:31 +0000 |
commit | 103b77acfcdeda97ac8ec58a70966d9b0beb1686 (patch) | |
tree | 9868737f28db4d4fc6a855bfa65537b46b12cde3 /www | |
parent | c268fa5a60c6691a8b5a1b84fc573a8aa971bc5a (diff) | |
download | pkgsrc-103b77acfcdeda97ac8ec58a70966d9b0beb1686.tar.gz |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/py-google-api-python-client/Makefile | 4 | ||||
-rw-r--r-- | www/py-google-api-python-client/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 741fc8dde57..54ee2deea04 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2020/01/09 14:21:06 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2020/03/12 16:23:31 adam Exp $ -DISTNAME= google-api-python-client-1.7.11 +DISTNAME= google-api-python-client-1.7.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-python-client/} diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index 35823a6cb3e..5e6f4d7e252 100644 --- a/www/py-google-api-python-client/distinfo +++ b/www/py-google-api-python-client/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2019/08/13 12:43:13 adam Exp $ +$NetBSD: distinfo,v 1.25 2020/03/12 16:23:31 adam Exp $ -SHA1 (google-api-python-client-1.7.11.tar.gz) = 1f8b1d0b5bfe9558b9a78ee680c7c15e6b66d3d4 -RMD160 (google-api-python-client-1.7.11.tar.gz) = 5bc9b7adce5d4a0e6ad3864e3f6286f706cb6a8f -SHA512 (google-api-python-client-1.7.11.tar.gz) = 6a3ef74c8bc518d7eee05bd73209e93931bfb2719b89f435fa3e0c260bf21adf174aa158f8a395bec38fcd69f542f6f55abd8d215d970cd600eb51a84589e5f8 -Size (google-api-python-client-1.7.11.tar.gz) = 142837 bytes +SHA1 (google-api-python-client-1.7.12.tar.gz) = ad0659dc4e0be8811bfe5a47f8810517c466fdb0 +RMD160 (google-api-python-client-1.7.12.tar.gz) = 5a4ac19126da38b03b30316a9fd848abe9b07b28 +SHA512 (google-api-python-client-1.7.12.tar.gz) = c0b2885af308e157f8fe69fedb703abfc92e9f03b46f1d65673fd72da53b0b6c9443564794c6d2ea3d4ebf19100eb5bb1b8aefc04bfd632fa110457f987c700f +Size (google-api-python-client-1.7.12.tar.gz) = 144827 bytes |