Skip to content

Commit

Permalink
Update 1.4.2 to 1.5.0
Browse files Browse the repository at this point in the history
---------------------
v1.5.0
  Release to support oauth2client >= 2.0.0.

  - Fix file stream recognition in Python 3 (#141)
  - Fix non-resumable binary uploads in Python 3 (#147)
  - Default to 'octet-stream' if mimetype detection fails (#157)
  - Handle SSL errors with retries (#160)
  - Fix incompatibility with oauth2client v2.0.0 (#182)
  • Loading branch information
mef committed Mar 1, 2016
1 parent ab48162 commit 66ac179
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.6 2016/02/15 10:46:39 wiz Exp $
# $NetBSD: Makefile,v 1.7 2016/03/01 02:44:31 mef Exp $

DISTNAME= google-api-python-client-1.4.2
DISTNAME= google-api-python-client-1.5.0
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.3 2016/02/15 00:21:29 mef Exp $
$NetBSD: distinfo,v 1.4 2016/03/01 02:44:31 mef Exp $

SHA1 (google-api-python-client-1.4.2.tar.gz) = c1ec2a9aca34247c61f10f3ee11105fcd24ffb4b
RMD160 (google-api-python-client-1.4.2.tar.gz) = fe8f9cd1134336b9983dbf620bb10b8986ffa369
SHA512 (google-api-python-client-1.4.2.tar.gz) = ab5ce56142d96ed9b38d00294133e188dfeaf70aac78054f093f03fce7c4aee5b7b99f18ee27190aaef14b7fbe2bc8d0a4e2526ff6f166e41eb0b4b050e7c6b5
Size (google-api-python-client-1.4.2.tar.gz) = 2289731 bytes
SHA1 (google-api-python-client-1.5.0.tar.gz) = b0ecc562764f819bff9e371fc54af7cc981e443d
RMD160 (google-api-python-client-1.5.0.tar.gz) = 2644bca5fd8e568d1ae1ae599691c40f0f8978c8
SHA512 (google-api-python-client-1.5.0.tar.gz) = 082a89e2e52dff449b6c4b6800503e337c5f2aa7ea2ca45a8373743a312d18d24ad87a486aed77b2e26075ba897f36e1129852dc30a139750e75cce5a1c25aa4
Size (google-api-python-client-1.5.0.tar.gz) = 2683924 bytes

0 comments on commit 66ac179

Please sign in to comment.