1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

security/py-google-auth: Update to 2.4.0

Changes:	https://github.com/googleapis/google-auth-library-python/releases
This commit is contained in:
Po-Chuan Hsieh 2022-01-26 03:22:00 +08:00
parent cfb2430e9b
commit 12c02bd3eb
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 17 deletions

View File

@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-auth
PORTVERSION= 2.3.3
PORTREVISION= 1
PORTVERSION= 2.4.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +12,7 @@ COMMENT= Google Authentication Library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.1:devel/py-cachetools@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<6.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<5:security/py-rsa@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1636117288
SHA256 (google-auth-2.3.3.tar.gz) = d83570a664c10b97a1dc6f8df87e5fdfff012f48f62be131e449c20dfc32630e
SIZE (google-auth-2.3.3.tar.gz) = 186600
TIMESTAMP = 1643133795
SHA256 (google-auth-2.4.0.tar.gz) = ef6f4827f6a3f9c5ff884616e2ba779acb5d690486fb70ca5e3091ed85ad932a
SIZE (google-auth-2.4.0.tar.gz) = 188032

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2021-11-01 20:33:09 UTC
+++ setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
DEPENDENCIES = (
- "cachetools>=2.0.0,<5.0",
+ "cachetools>=2.0.0,<5.1",
"pyasn1-modules>=0.2.1",
# rsa==4.5 is the last version to support 2.7
# https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233