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-api-python-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad04ca8abeeb
branches:  trunk
changeset: 319528:ad04ca8abeeb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 14 10:25:07 2019 +0000

description:
py-google-api-python-client: update to 1.7.8.

v1.7.8
  Version 1.7.8

  Bugfix release
  - Convert '$' in method name to '_' ([#616](https://github.com/googleapis/google-api-python-client/pull/616))
  - Alias unitest2 import as unittest in test__auth.py ([#613](https://github.com/googleapis/google-api-python-client/pull/613))

v1.7.7
  Version 1.7.7

    Bugfix release
    - Change xrange to range ([#601](https://github.com/google/google-api-python-client/pull/601))
    - Typo in http.py exception message. ([#602](https://github.com/google/google-api-python-client/pull/602))

    - Announce deprecation of Python 2.7 ([#603](https://github.com/google/google-api-python-client/pull/603))
    - Updates documentation for stopping channel subscriptions ([#598](https://github.com/google/google-api-python-client/pull/598))
    - Adding example for searchAppearance ([#414](https://github.com/google/google-api-python-client/pull/414))

    - Add badges ([#455](https://github.com/google/google-api-python-client/pull/455))

diffstat:

 www/py-google-api-python-client/Makefile |   7 +++++--
 www/py-google-api-python-client/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 16b2a0445dd8 -r ad04ca8abeeb www/py-google-api-python-client/Makefile
--- a/www/py-google-api-python-client/Makefile  Thu Feb 14 10:15:01 2019 +0000
+++ b/www/py-google-api-python-client/Makefile  Thu Feb 14 10:25:07 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2018/12/10 11:01:17 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2019/02/14 10:25:07 wiz Exp $
 
-DISTNAME=      google-api-python-client-1.7.6
+DISTNAME=      google-api-python-client-1.7.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-api-python-client/}
@@ -19,5 +19,8 @@
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 
+# https://github.com/googleapis/google-api-python-client/pull/603/commits/31c468787f91eb047bc11b388e2b1b8e9be2df8a
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 16b2a0445dd8 -r ad04ca8abeeb www/py-google-api-python-client/distinfo
--- a/www/py-google-api-python-client/distinfo  Thu Feb 14 10:15:01 2019 +0000
+++ b/www/py-google-api-python-client/distinfo  Thu Feb 14 10:25:07 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2018/12/10 11:01:17 wiz Exp $
+$NetBSD: distinfo,v 1.21 2019/02/14 10:25:07 wiz Exp $
 
-SHA1 (google-api-python-client-1.7.6.tar.gz) = 172dcdfd3978aeecb9d381bda79d06fe27571a76
-RMD160 (google-api-python-client-1.7.6.tar.gz) = d157322cab03f7f44caaff2733da92f96f20b1af
-SHA512 (google-api-python-client-1.7.6.tar.gz) = dd6825b693badcda137e7f00f8c5ccd1aa9aceedf16a228385c2bbd19058d14f8d00f188c57ca7e13be0c24ed3fa0ab68fae2855641f61a94835b4d95f829428
-Size (google-api-python-client-1.7.6.tar.gz) = 141617 bytes
+SHA1 (google-api-python-client-1.7.8.tar.gz) = d97cae6dab5690e3c66b16b8e58e34f292945f7a
+RMD160 (google-api-python-client-1.7.8.tar.gz) = 0f396714a587a0abc2af71a981898ae2ac0ef83c
+SHA512 (google-api-python-client-1.7.8.tar.gz) = 8ea097fc513f4776245e51cf8557899c6d8486e42cfe33cd973474851a5db6749fb226a1a854dacd21324d8b7bcf106c6386cd457ab9df3e9a0225a7951ed3eb
+Size (google-api-python-client-1.7.8.tar.gz) = 141952 bytes



Home | Main Index | Thread Index | Old Index