pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-google-api-python-client py-google...
details: https://anonhg.NetBSD.org/pkgsrc/rev/469678796846
branches: trunk
changeset: 306917:469678796846
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 29 10:01:46 2018 +0000
description:
py-google-api-python-client: update to 1.6.7.
v1.6.7
Version 1.6.7
Bugfix release
**Note**: The next release of this library will no longer directly depend on
oauth2client. If you need to use oauth2client, you'll need to explicitly
install it.
- Make body optional for requests with no parameters. (#446)
- Fix retying on socket.timeout. (#495)
- Match travis matrix with tox testenv. (#498)
- Remove oauth2client._helpers dependency. (#493)
- Remove unused keyring test dependency. (#496)
- discovery.py: remove unused oauth2client import. (#492)
- Update README to reference GCP API client libraries. (#490)
diffstat:
www/py-google-api-python-client/Makefile | 4 ++--
www/py-google-api-python-client/PLIST | 5 ++++-
www/py-google-api-python-client/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r eeb849dde7e6 -r 469678796846 www/py-google-api-python-client/Makefile
--- a/www/py-google-api-python-client/Makefile Sun Apr 29 10:00:26 2018 +0000
+++ b/www/py-google-api-python-client/Makefile Sun Apr 29 10:01:46 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2018/04/17 10:43:00 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/04/29 10:01:46 wiz Exp $
-DISTNAME= google-api-python-client-1.6.6
+DISTNAME= google-api-python-client-1.6.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-python-client/}
diff -r eeb849dde7e6 -r 469678796846 www/py-google-api-python-client/PLIST
--- a/www/py-google-api-python-client/PLIST Sun Apr 29 10:00:26 2018 +0000
+++ b/www/py-google-api-python-client/PLIST Sun Apr 29 10:01:46 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/01/16 12:07:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/04/29 10:01:46 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,9 @@
${PYSITELIB}/googleapiclient/_auth.py
${PYSITELIB}/googleapiclient/_auth.pyc
${PYSITELIB}/googleapiclient/_auth.pyo
+${PYSITELIB}/googleapiclient/_helpers.py
+${PYSITELIB}/googleapiclient/_helpers.pyc
+${PYSITELIB}/googleapiclient/_helpers.pyo
${PYSITELIB}/googleapiclient/channel.py
${PYSITELIB}/googleapiclient/channel.pyc
${PYSITELIB}/googleapiclient/channel.pyo
diff -r eeb849dde7e6 -r 469678796846 www/py-google-api-python-client/distinfo
--- a/www/py-google-api-python-client/distinfo Sun Apr 29 10:00:26 2018 +0000
+++ b/www/py-google-api-python-client/distinfo Sun Apr 29 10:01:46 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/04/17 10:43:00 wiz Exp $
+$NetBSD: distinfo,v 1.15 2018/04/29 10:01:46 wiz Exp $
-SHA1 (google-api-python-client-1.6.6.tar.gz) = 1836d507f1f0aea5614ac2ccf39dedd7a364d29e
-RMD160 (google-api-python-client-1.6.6.tar.gz) = 4005da1619295900b0791fa67e6dad79bd540614
-SHA512 (google-api-python-client-1.6.6.tar.gz) = 9fbdd18309e748d19a5ec16e253fb10bb99c61542c539550781ab85e0acbfe56665b2b112fa39f25adb5c7e43f531a9f9242ddbfb745c9ce7701644126c3a32d
-Size (google-api-python-client-1.6.6.tar.gz) = 49950 bytes
+SHA1 (google-api-python-client-1.6.7.tar.gz) = 25bb5f8fada38e2bc05c9893cfd8cdfc84de2ee9
+RMD160 (google-api-python-client-1.6.7.tar.gz) = d50870fbecb85b293d85cea4952f51b3195bad06
+SHA512 (google-api-python-client-1.6.7.tar.gz) = 5f6e2f838e06e5289187a6fb9d3bdaaf60f47bae7e555f4e6e4e0e1f61f232665979ba351e2c75b3beedfc53d81d0d71d953d469a8cf47c3d263963a7531599e
+Size (google-api-python-client-1.6.7.tar.gz) = 51899 bytes
Home |
Main Index |
Thread Index |
Old Index