Skip to content

Commit

Permalink
Updated py-google-api-python-client to 1.5.3.
Browse files Browse the repository at this point in the history
v1.5.3
  Version 1.5.3

  Bugfix release

  - Fixed import error with oauth2client >= 3.0.0. (#270)

v1.5.2
  Version 1.5.2

  Bugfix release

  - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
  - Fix project_id argument description. (#257)
  - Retry chunk uploaded on rate limit exceeded errors. (#255)
  - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
  - Warn when running tests using HttpMock without having a cache. (#261)
  • Loading branch information
wiz committed Sep 1, 2016
1 parent cc49ffa commit 280523e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.9 2016/07/09 13:04:14 wiz Exp $
# $NetBSD: Makefile,v 1.10 2016/09/01 16:56:36 wiz Exp $

DISTNAME= google-api-python-client-1.5.1
DISTNAME= google-api-python-client-1.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
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.5 2016/05/20 23:44:20 mef Exp $
$NetBSD: distinfo,v 1.6 2016/09/01 16:56:36 wiz Exp $

SHA1 (google-api-python-client-1.5.1.tar.gz) = e496b2b8a562fee81b5331b117a369252923c97e
RMD160 (google-api-python-client-1.5.1.tar.gz) = 69994cb1b2b1b0a8439c55a308ac5e3b70062b1e
SHA512 (google-api-python-client-1.5.1.tar.gz) = b6a89cffa0524b29c2e763cd9c3ec26218ef0b4c6855eaf7575939d1730f7f3cba8be8df6ebe43cf364f30f73ac0014551a94266a3d46c278f24075642679494
Size (google-api-python-client-1.5.1.tar.gz) = 3229194 bytes
SHA1 (google-api-python-client-1.5.3.tar.gz) = 3c1e2a25532d1952c9cb49eaf2baca084d45514b
RMD160 (google-api-python-client-1.5.3.tar.gz) = ff3ccd09a3c817c1a55d14fd1df6ad17e6b5f826
SHA512 (google-api-python-client-1.5.3.tar.gz) = 3f58af0d1f165fa7e045d08a0bfc282855b40dbea16d310bbc4cbce76f631b6303738a396048efc8ea114fdff1164d1ad303148999d0ab0ba0d2cc91df9408b3
Size (google-api-python-client-1.5.3.tar.gz) = 3622355 bytes

0 comments on commit 280523e

Please sign in to comment.