svn commit: r459763 - head/security/py-google-auth

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 23 15:16:38 UTC 2018


Author: sunpoet
Date: Tue Jan 23 15:16:36 2018
New Revision: 459763
URL: https://svnweb.freebsd.org/changeset/ports/459763

Log:
  Update to 1.3.0
  
  Changes:	https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst

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	Tue Jan 23 15:16:31 2018	(r459762)
+++ head/security/py-google-auth/Makefile	Tue Jan 23 15:16:36 2018	(r459763)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-auth
-PORTVERSION=	1.2.1
+PORTVERSION=	1.3.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0:devel/py-cachetools@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:devel/py-pyasn1-modules@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:security/py-rsa@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR}
 

Modified: head/security/py-google-auth/distinfo
==============================================================================
--- head/security/py-google-auth/distinfo	Tue Jan 23 15:16:31 2018	(r459762)
+++ head/security/py-google-auth/distinfo	Tue Jan 23 15:16:36 2018	(r459763)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510696065
-SHA256 (google-auth-1.2.1.tar.gz) = 7170435cf6aa451be7e96120b9e37e8dbc59d3e8f3bab5b57a8fabbb29bf3810
-SIZE (google-auth-1.2.1.tar.gz) = 69797
+TIMESTAMP = 1515563403
+SHA256 (google-auth-1.3.0.tar.gz) = d119b5954393d81c4a986ab420cf2c8129fc95ff5c4c6bb8ab5c8f3e6446394f
+SIZE (google-auth-1.3.0.tar.gz) = 70573


More information about the svn-ports-all mailing list