diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-16 12:07:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-16 12:07:20 +0000 |
commit | c54e625864cca105de8b2d11fd3e70af401c0e8a (patch) | |
tree | 7ac615837c063a7e255ebb73f286d04c72b5331e /www | |
parent | d121f3f0e6f37e0f95311c9989984039426ccd0d (diff) | |
download | pkgsrc-c54e625864cca105de8b2d11fd3e70af401c0e8a.tar.gz |
Updated py-google-api-python-client to 1.6.1.
v1.6.1
Version 1.6.1
Bugfix release
- Fixed a bug where using google-auth with scoped credentials would fail. (#328)
v1.6.0
Version 1.6.0
Release to drop support for Python 2.6 and add support for google-auth.
- Support for Python 2.6 has been dropped. (#319)
- The credentials argument to discovery.build and discovery.build_from_document
can be either oauth2client credentials or google-auth credentials. (#319)
- discovery.build and discovery.build_from_document now unambiguously use the
http argument to make all requests, including the request for the discovery
document. (#319)
- The http and credentials arguments to discovery.build and
discovery.build_from_document are now mutually exclusive, eliminating a
buggy edge case. (#319)
- If neither http or credentials is specified to discovery.build and
discovery.build_from_document, then Application Default Credentials will
be used. The library prefers google-auth for this if it is available, but
can also use oauth2client's implementation. (#319)
- Fixed resumable upload failure when receiving a 308 response. (#312)
- Clarified the support versions of Python 3. (#316)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-google-api-python-client/Makefile | 4 | ||||
-rw-r--r-- | www/py-google-api-python-client/PLIST | 5 | ||||
-rw-r--r-- | www/py-google-api-python-client/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 778de58a4e1..e8a554ca053 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.12 2016/11/07 11:03:11 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/16 12:07:20 wiz Exp $ -DISTNAME= google-api-python-client-1.5.5 +DISTNAME= google-api-python-client-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} diff --git a/www/py-google-api-python-client/PLIST b/www/py-google-api-python-client/PLIST index ffda870d51b..8dcbe028703 100644 --- a/www/py-google-api-python-client/PLIST +++ b/www/py-google-api-python-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/02/15 10:46:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/01/16 12:07:20 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -10,6 +10,9 @@ ${PYSITELIB}/apiclient/__init__.pyo ${PYSITELIB}/googleapiclient/__init__.py ${PYSITELIB}/googleapiclient/__init__.pyc ${PYSITELIB}/googleapiclient/__init__.pyo +${PYSITELIB}/googleapiclient/_auth.py +${PYSITELIB}/googleapiclient/_auth.pyc +${PYSITELIB}/googleapiclient/_auth.pyo ${PYSITELIB}/googleapiclient/channel.py ${PYSITELIB}/googleapiclient/channel.pyc ${PYSITELIB}/googleapiclient/channel.pyo diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index 61ad13bf7a3..fe985a3b914 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.8 2016/11/07 11:03:11 wiz Exp $ +$NetBSD: distinfo,v 1.9 2017/01/16 12:07:20 wiz Exp $ -SHA1 (google-api-python-client-1.5.5.tar.gz) = 6d2e73d5dbb9ae01acc1351275027a76927ac1a7 -RMD160 (google-api-python-client-1.5.5.tar.gz) = 2a5e18b76276306a33ab4553564e7f3d7d677e72 -SHA512 (google-api-python-client-1.5.5.tar.gz) = c9a3e0095cb875c20b54889ddf6467053a20a9a106c475810412fe5107dd02d509c266cdbc292969767909bae85dc43fd853c2d904b2bb325ccdb050a82eab31 -Size (google-api-python-client-1.5.5.tar.gz) = 3680225 bytes +SHA1 (google-api-python-client-1.6.1.tar.gz) = 39d127af0f0c57a145acef7498abbb010a63bfe4 +RMD160 (google-api-python-client-1.6.1.tar.gz) = a082461ccdf223aec1ebeb9164a9f7b26bfe15d5 +SHA512 (google-api-python-client-1.6.1.tar.gz) = 74e6b7bef74b24fe2500743fa13f5806ba46ac7a5fd7f78b344095ffcf5579549fab938778642b51ae25c07323b505240211d792f909e8cc62a0925666c75529 +Size (google-api-python-client-1.6.1.tar.gz) = 4261153 bytes |