Date: Tue, 7 Feb 2017 18:05:06 +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: r433575 - head/www/py-google-api-python-client Message-ID: <201702071805.v17I562V097008@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Tue Feb 7 18:05:06 2017 New Revision: 433575 URL: https://svnweb.freebsd.org/changeset/ports/433575 Log: - Update to 1.6.1 ChangeLog: https://github.com/google/google-api-python-client/releases/tag/v1.6.1 Modified: head/www/py-google-api-python-client/Makefile head/www/py-google-api-python-client/distinfo Modified: head/www/py-google-api-python-client/Makefile ============================================================================== --- head/www/py-google-api-python-client/Makefile Tue Feb 7 17:52:47 2017 (r433574) +++ head/www/py-google-api-python-client/Makefile Tue Feb 7 18:05:06 2017 (r433575) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= google-api-python-client -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.6.1 +PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,10 @@ COMMENT= Google API Client Library for P LICENSE= APACHE20 #BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.4.6:security/py-oauth2client -RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.8:www/py-httplib2 \ - ${PKGNAMEPREFIX}oauth2client>=1.4.6:security/py-oauth2client \ +RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2 \ + ${PKGNAMEPREFIX}oauth2client>=1.5.0:security/py-oauth2client \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \ - ${PKGNAMEPREFIX}uritemplate>=0.6:net/py-uritemplate + ${PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate DJANGO_DESC= Use the library with Django DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18 Modified: head/www/py-google-api-python-client/distinfo ============================================================================== --- head/www/py-google-api-python-client/distinfo Tue Feb 7 17:52:47 2017 (r433574) +++ head/www/py-google-api-python-client/distinfo Tue Feb 7 18:05:06 2017 (r433575) @@ -1,2 +1,3 @@ -SHA256 (google-api-python-client-1.4.1.tar.gz) = 63d3bad8b29337cfd1c8b96e403dc0fe61e437a118eeff0c1eaa109c96e13f9c -SIZE (google-api-python-client-1.4.1.tar.gz) = 41129 +TIMESTAMP = 1486486057 +SHA256 (google-api-python-client-1.6.1.tar.gz) = 1b161de2de3900e5faef55c4ed73a9f7c3303b229d2dc9c55b6caea1f09e9fb4 +SIZE (google-api-python-client-1.6.1.tar.gz) = 46759
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702071805.v17I562V097008>