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 Updated py-google-api-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc570f32a744
branches:  trunk
changeset: 357214:cc570f32a744
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 16 12:07:20 2017 +0000

description:
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:

 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 39e337fcccbf -r cc570f32a744 www/py-google-api-python-client/Makefile
--- a/www/py-google-api-python-client/Makefile  Mon Jan 16 11:59:39 2017 +0000
+++ b/www/py-google-api-python-client/Makefile  Mon Jan 16 12:07:20 2017 +0000
@@ -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 -r 39e337fcccbf -r cc570f32a744 www/py-google-api-python-client/PLIST
--- a/www/py-google-api-python-client/PLIST     Mon Jan 16 11:59:39 2017 +0000
+++ b/www/py-google-api-python-client/PLIST     Mon Jan 16 12:07:20 2017 +0000
@@ -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}/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 -r 39e337fcccbf -r cc570f32a744 www/py-google-api-python-client/distinfo
--- a/www/py-google-api-python-client/distinfo  Mon Jan 16 11:59:39 2017 +0000
+++ b/www/py-google-api-python-client/distinfo  Mon Jan 16 12:07:20 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index