pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-google-api-python-client



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 14 10:25:07 UTC 2019

Modified Files:
        pkgsrc/www/py-google-api-python-client: Makefile distinfo

Log Message:
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))


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-google-api-python-client/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-google-api-python-client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-google-api-python-client/Makefile
diff -u pkgsrc/www/py-google-api-python-client/Makefile:1.24 pkgsrc/www/py-google-api-python-client/Makefile:1.25
--- pkgsrc/www/py-google-api-python-client/Makefile:1.24        Mon Dec 10 11:01:17 2018
+++ pkgsrc/www/py-google-api-python-client/Makefile     Thu Feb 14 10:25:07 2019
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-uritemplate>=3.
 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"

Index: pkgsrc/www/py-google-api-python-client/distinfo
diff -u pkgsrc/www/py-google-api-python-client/distinfo:1.20 pkgsrc/www/py-google-api-python-client/distinfo:1.21
--- pkgsrc/www/py-google-api-python-client/distinfo:1.20        Mon Dec 10 11:01:17 2018
+++ pkgsrc/www/py-google-api-python-client/distinfo     Thu Feb 14 10:25:07 2019
@@ -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