Date: Sun, 26 Aug 2018 12:07:00 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478123 - head/www/py-google-api-python-client Message-ID: <201808261207.w7QC701c010333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Sun Aug 26 12:07:00 2018 New Revision: 478123 URL: https://svnweb.freebsd.org/changeset/ports/478123 Log: - Update to 1.7.4 - Drop the hard requirement on security/py-oauth2client and install security/py-google-auth by default instead. Oauth2client is still supported but will need to be explicitly installed. (Excerpt from Release notes). - Update WWW in pkg-descr Changes: https://github.com/google/google-api-python-client/releases Modified: head/www/py-google-api-python-client/Makefile head/www/py-google-api-python-client/distinfo head/www/py-google-api-python-client/pkg-descr Modified: head/www/py-google-api-python-client/Makefile ============================================================================== --- head/www/py-google-api-python-client/Makefile Sun Aug 26 11:53:19 2018 (r478122) +++ head/www/py-google-api-python-client/Makefile Sun Aug 26 12:07:00 2018 (r478123) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-python-client -PORTVERSION= 1.6.7 +PORTVERSION= 1.7.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oauth2client>=1.5.0:security/py-oauth2client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate@${PY_FLAVOR} Modified: head/www/py-google-api-python-client/distinfo ============================================================================== --- head/www/py-google-api-python-client/distinfo Sun Aug 26 11:53:19 2018 (r478122) +++ head/www/py-google-api-python-client/distinfo Sun Aug 26 12:07:00 2018 (r478123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526249658 -SHA256 (google-api-python-client-1.6.7.tar.gz) = 05583a386e323f428552419253765314a4b29828c3cee15be735f9ebfa5aebf2 -SIZE (google-api-python-client-1.6.7.tar.gz) = 51899 +TIMESTAMP = 1535227072 +SHA256 (google-api-python-client-1.7.4.tar.gz) = 5d5cb02c6f3112c68eed51b74891a49c0e35263380672d662f8bfe85b8114d7c +SIZE (google-api-python-client-1.7.4.tar.gz) = 141798 Modified: head/www/py-google-api-python-client/pkg-descr ============================================================================== --- head/www/py-google-api-python-client/pkg-descr Sun Aug 26 11:53:19 2018 (r478122) +++ head/www/py-google-api-python-client/pkg-descr Sun Aug 26 12:07:00 2018 (r478123) @@ -10,4 +10,4 @@ urlshortener, webfonts, youtube, youtubeAnalytics APIs If you wish to use a Google API that is not in that list then you should look at the Google Data APIs Python Client Library (devel/py-gdata). -WWW: http://developers.google.com/api-client-library/python/ +WWW: https://developers.google.com/api-client-library/python/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808261207.w7QC701c010333>