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/e7d7ebbca219
branches:  trunk
changeset: 308960:e7d7ebbca219
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 05 18:56:51 2018 +0000

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

v1.7.1
  Version 1.7.1

  Bugfix release

  - Remove unnecessary check in setup.py (#518).

v1.7.0
  Version 1.7.0

  This release drops the hard requirement on oauth2client and installs
  google-auth by default instead. oauth2client is still supported but will
  need to be explicitly installed.

  - Drop oauth2client dependency (#499)
  - Include tests in source distribution (#514)

diffstat:

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

diffs (41 lines):

diff -r 6a55beaea303 -r e7d7ebbca219 www/py-google-api-python-client/Makefile
--- a/www/py-google-api-python-client/Makefile  Tue Jun 05 18:50:40 2018 +0000
+++ b/www/py-google-api-python-client/Makefile  Tue Jun 05 18:56:51 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/04/29 10:01:46 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/06/05 18:56:51 wiz Exp $
 
-DISTNAME=      google-api-python-client-1.6.7
+DISTNAME=      google-api-python-client-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-api-python-client/}
@@ -11,9 +11,13 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-httplib2>=0.9.2:../../www/py-httplib2
+# use google-auth instead? (unpackaged)
 DEPENDS+=      ${PYPKGPREFIX}-oauth2client>=1.5.0:../../security/py-oauth2client
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-uritemplate>=3.0.0:../../textproc/py-uritemplate
+# TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6a55beaea303 -r e7d7ebbca219 www/py-google-api-python-client/distinfo
--- a/www/py-google-api-python-client/distinfo  Tue Jun 05 18:50:40 2018 +0000
+++ b/www/py-google-api-python-client/distinfo  Tue Jun 05 18:56:51 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2018/04/29 10:01:46 wiz Exp $
+$NetBSD: distinfo,v 1.16 2018/06/05 18:56:51 wiz Exp $
 
-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
+SHA1 (google-api-python-client-1.7.1.tar.gz) = 13758731105537d1cd35fae888cbff680263b55f
+RMD160 (google-api-python-client-1.7.1.tar.gz) = f0e8c7f799d71aac4414e633b8af547670b48f6c
+SHA512 (google-api-python-client-1.7.1.tar.gz) = 06fa261e5c8c95bdd421958bd5fb2a07fdd2d12c57ef2a4d87a54f682575863cd62cdcb4c91f174e775f2810a06a529f2ae3cf6ae2c50b454fc1013910e990e4
+Size (google-api-python-client-1.7.1.tar.gz) = 141771 bytes



Home | Main Index | Thread Index | Old Index