summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-26 03:22:00 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-26 03:50:25 +0800
commit12c02bd3eb9e8fbd75287651eaca0d818f6790c1 (patch)
tree72fc631d3a2be68b72e18c484aace49412540c6e
parentsecurity/py-asyncssh: Update to 2.9.0 (diff)
security/py-google-auth: Update to 2.4.0
Changes: https://github.com/googleapis/google-auth-library-python/releases
-rw-r--r--security/py-google-auth/Makefile5
-rw-r--r--security/py-google-auth/distinfo6
-rw-r--r--security/py-google-auth/files/patch-setup.py11
3 files changed, 5 insertions, 17 deletions
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index 2f4a2a1e6c22..142e0c20fa25 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -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}
diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo
index 4c10e711395f..f253a500742f 100644
--- a/security/py-google-auth/distinfo
+++ b/security/py-google-auth/distinfo
@@ -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
diff --git a/security/py-google-auth/files/patch-setup.py b/security/py-google-auth/files/patch-setup.py
deleted file mode 100644
index 61142388b3f1..000000000000
--- a/security/py-google-auth/files/patch-setup.py
+++ /dev/null
@@ -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