git: 3be14e0a0980 - main - security/py-google-auth-oauthlib: Update to 0.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:24:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3be14e0a0980833ed903b90ec93acf10c6bba12f
commit 3be14e0a0980833ed903b90ec93acf10c6bba12f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:06:40 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:21:18 +0000
security/py-google-auth-oauthlib: Update to 0.5.1
Changes: https://github.com/googleapis/google-auth-library-python-oauthlib/releases
---
security/py-google-auth-oauthlib/Makefile | 2 +-
security/py-google-auth-oauthlib/distinfo | 6 +++---
security/py-google-auth-oauthlib/files/patch-setup.py | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile
index ff5348429fd7..6791cf302860 100644
--- a/security/py-google-auth-oauthlib/Makefile
+++ b/security/py-google-auth-oauthlib/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-auth-oauthlib
-PORTVERSION= 0.5.0
+PORTVERSION= 0.5.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-google-auth-oauthlib/distinfo b/security/py-google-auth-oauthlib/distinfo
index d3eb440c1742..9ec4b7718805 100644
--- a/security/py-google-auth-oauthlib/distinfo
+++ b/security/py-google-auth-oauthlib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646058120
-SHA256 (google-auth-oauthlib-0.5.0.tar.gz) = 06c4ceb3ab2a93b85b8976bbe86cbb82ae1d1c02d2ded3cfd0847a8b6955263b
-SIZE (google-auth-oauthlib-0.5.0.tar.gz) = 19787
+TIMESTAMP = 1648248980
+SHA256 (google-auth-oauthlib-0.5.1.tar.gz) = 30596b824fc6808fdaca2f048e4998cc40fb4b3599eaea66d28dc7085b36c5b8
+SIZE (google-auth-oauthlib-0.5.1.tar.gz) = 20687
diff --git a/security/py-google-auth-oauthlib/files/patch-setup.py b/security/py-google-auth-oauthlib/files/patch-setup.py
deleted file mode 100644
index 01ad4bc30bdd..000000000000
--- a/security/py-google-auth-oauthlib/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2021-03-29 20:04:36 UTC
-+++ setup.py
-@@ -20,7 +20,7 @@ from setuptools import setup
-
- TOOL_DEPENDENCIES = "click>=6.0.0"
-
--DEPENDENCIES = ("google-auth>=1.0.0", "requests-oauthlib>=0.7.0")
-+DEPENDENCIES = ("google-auth>=1.0.0", "requests-oauthlib>=0")
-
-
- with io.open("README.rst", "r") as fh: