Date: Sun, 29 Dec 2019 12:55:39 +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: r521327 - head/security/py-google-auth Message-ID: <201912291255.xBTCtd3B006447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 29 12:55:39 2019 New Revision: 521327 URL: https://svnweb.freebsd.org/changeset/ports/521327 Log: Update to 1.10.0 Changes: https://github.com/googleapis/google-auth-library-python/releases Modified: head/security/py-google-auth/Makefile head/security/py-google-auth/distinfo Modified: head/security/py-google-auth/Makefile ============================================================================== --- head/security/py-google-auth/Makefile Sun Dec 29 12:55:34 2019 (r521326) +++ head/security/py-google-auth/Makefile Sun Dec 29 12:55:39 2019 (r521327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Google Authentication Library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<3.2:devel/py-cachetools@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.0:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<4.1:security/py-rsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} Modified: head/security/py-google-auth/distinfo ============================================================================== --- head/security/py-google-auth/distinfo Sun Dec 29 12:55:34 2019 (r521326) +++ head/security/py-google-auth/distinfo Sun Dec 29 12:55:39 2019 (r521327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577145787 -SHA256 (google-auth-1.9.0.tar.gz) = 038a921618620491502eeb4ed5b7af6a8ee2a7950918a5b3e0d718e841aff4da -SIZE (google-auth-1.9.0.tar.gz) = 85650 +TIMESTAMP = 1577523918 +SHA256 (google-auth-1.10.0.tar.gz) = 7bb2034a3a290190cf4e3eb8ebf29e5025c90f0b06a00ba4d1fb94bf0c6448f7 +SIZE (google-auth-1.10.0.tar.gz) = 86793
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912291255.xBTCtd3B006447>