diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-31 06:06:40 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-31 06:21:18 +0800 |
commit | 3be14e0a0980833ed903b90ec93acf10c6bba12f (patch) | |
tree | e0fdd38ca1865ea49d835c598e9b57346e4195aa /security/py-google-auth-oauthlib | |
parent | science/py-asdf: Update to 2.11.0 (diff) |
security/py-google-auth-oauthlib: Update to 0.5.1
Changes: https://github.com/googleapis/google-auth-library-python-oauthlib/releases
Diffstat (limited to 'security/py-google-auth-oauthlib')
-rw-r--r-- | security/py-google-auth-oauthlib/Makefile | 2 | ||||
-rw-r--r-- | security/py-google-auth-oauthlib/distinfo | 6 | ||||
-rw-r--r-- | 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: |