Date: Mon, 15 Jun 2020 18:49:58 +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: r539007 - head/security/py-google-auth Message-ID: <202006151849.05FInwss067596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 15 18:49:58 2020 New Revision: 539007 URL: https://svnweb.freebsd.org/changeset/ports/539007 Log: Update to 1.17.2 Changes: https://github.com/googleapis/google-auth-library-python/releases https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md 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 Mon Jun 15 18:49:53 2020 (r539006) +++ head/security/py-google-auth/Makefile Mon Jun 15 18:49:58 2020 (r539007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${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} USES= python @@ -25,9 +24,11 @@ NO_ARCH= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 3500 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools3>=2.0.0<5.0:devel/py-cachetools3@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools3>=2.0.0<5.0:devel/py-cachetools3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<4.1:security/py-rsa@${PY_FLAVOR} .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.0:devel/py-cachetools@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.0:devel/py-cachetools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR} .endif .include <bsd.port.post.mk> Modified: head/security/py-google-auth/distinfo ============================================================================== --- head/security/py-google-auth/distinfo Mon Jun 15 18:49:53 2020 (r539006) +++ head/security/py-google-auth/distinfo Mon Jun 15 18:49:58 2020 (r539007) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590927007 -SHA256 (google-auth-1.16.0.tar.gz) = 1b3732b121917124adfe602de148ef5cba351792cf9527f99e6b61b84f74a7f5 -SIZE (google-auth-1.16.0.tar.gz) = 104376 +TIMESTAMP = 1592145153 +SHA256 (google-auth-1.17.2.tar.gz) = e634b649967d83c02dd386ecae9ce4a571528d59d51a4228757e45f5404a060b +SIZE (google-auth-1.17.2.tar.gz) = 105042
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006151849.05FInwss067596>