Skip to content

Commit

Permalink
Updated py-google-api-python-client to 1.6.1.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wiz committed Jan 16, 2017
1 parent 2d63b0b commit 8596c70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions www/py-google-api-python-client/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
5 changes: 4 additions & 1 deletion www/py-google-api-python-client/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions www/py-google-api-python-client/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8596c70

Please sign in to comment.