Date: Sun, 11 Nov 2018 18:19:50 +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: r484720 - head/security/py-google-auth Message-ID: <201811111819.wABIJoJ2031351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 11 18:19:49 2018 New Revision: 484720 URL: https://svnweb.freebsd.org/changeset/ports/484720 Log: Update to 1.6.0 - Update WWW Changes: https://github.com/googleapis/google-auth-library-python/releases https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.rst Modified: head/security/py-google-auth/Makefile head/security/py-google-auth/distinfo head/security/py-google-auth/pkg-descr Modified: head/security/py-google-auth/Makefile ============================================================================== --- head/security/py-google-auth/Makefile Sun Nov 11 18:19:41 2018 (r484719) +++ head/security/py-google-auth/Makefile Sun Nov 11 18:19:49 2018 (r484720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0: ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:security/py-rsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/security/py-google-auth/distinfo ============================================================================== --- head/security/py-google-auth/distinfo Sun Nov 11 18:19:41 2018 (r484719) +++ head/security/py-google-auth/distinfo Sun Nov 11 18:19:49 2018 (r484720) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533227154 -SHA256 (google-auth-1.5.1.tar.gz) = 9ca363facbf2622d9ba828017536ccca2e0f58bd15e659b52f312172f8815530 -SIZE (google-auth-1.5.1.tar.gz) = 76150 +TIMESTAMP = 1541859262 +SHA256 (google-auth-1.6.0.tar.gz) = afd71b88f3ba873d86fe52aa2d352915ed579ca6b9fa3d3750c2e55656ae5aff +SIZE (google-auth-1.6.0.tar.gz) = 80427 Modified: head/security/py-google-auth/pkg-descr ============================================================================== --- head/security/py-google-auth/pkg-descr Sun Nov 11 18:19:41 2018 (r484719) +++ head/security/py-google-auth/pkg-descr Sun Nov 11 18:19:49 2018 (r484720) @@ -10,4 +10,4 @@ also provides integration with several HTTP libraries. - Support for various transports, including Requests, urllib3, and gRPC. WWW: https://pypi.org/project/google-auth/ -WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python +WWW: https://github.com/googleapis/google-auth-library-python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811111819.wABIJoJ2031351>