Date: Thu, 9 Jul 2020 18:09:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541782 - head/security/py-google-auth-httplib2 Message-ID: <202007091809.069I9Mam038726@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 9 18:09:21 2020 New Revision: 541782 URL: https://svnweb.freebsd.org/changeset/ports/541782 Log: Update to 0.0.4 Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/releases Modified: head/security/py-google-auth-httplib2/Makefile head/security/py-google-auth-httplib2/distinfo Modified: head/security/py-google-auth-httplib2/Makefile ============================================================================== --- head/security/py-google-auth-httplib2/Makefile Thu Jul 9 18:09:16 2020 (r541781) +++ head/security/py-google-auth-httplib2/Makefile Thu Jul 9 18:09:21 2020 (r541782) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth-httplib2 -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.4 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/security/py-google-auth-httplib2/distinfo ============================================================================== --- head/security/py-google-auth-httplib2/distinfo Thu Jul 9 18:09:16 2020 (r541781) +++ head/security/py-google-auth-httplib2/distinfo Thu Jul 9 18:09:21 2020 (r541782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536608059 -SHA256 (google-auth-httplib2-0.0.3.tar.gz) = 098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445 -SIZE (google-auth-httplib2-0.0.3.tar.gz) = 9957 +TIMESTAMP = 1594308046 +SHA256 (google-auth-httplib2-0.0.4.tar.gz) = 8d092cc60fb16517b12057ec0bba9185a96e3b7169d86ae12eae98e645b7bc39 +SIZE (google-auth-httplib2-0.0.4.tar.gz) = 10287
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007091809.069I9Mam038726>