Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 03:24:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d521683e1fe2 - main - security/py-google-auth-httplib2: Update to 0.1.1
Message-ID:  <202309220324.38M3OriO093879@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d521683e1fe246e3b6d418f6cef70579b3b8c99b

commit d521683e1fe246e3b6d418f6cef70579b3b8c99b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-22 03:19:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-22 03:19:15 +0000

    security/py-google-auth-httplib2: Update to 0.1.1
    
    Changes:        https://github.com/googleapis/google-auth-library-python-httplib2/releases
                    https://github.com/googleapis/google-auth-library-python-httplib2/blob/main/CHANGELOG.md
---
 security/py-google-auth-httplib2/Makefile | 5 ++---
 security/py-google-auth-httplib2/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/security/py-google-auth-httplib2/Makefile b/security/py-google-auth-httplib2/Makefile
index 09aff4d81108..e1185ae7da95 100644
--- a/security/py-google-auth-httplib2/Makefile
+++ b/security/py-google-auth-httplib2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-auth-httplib2
-PORTVERSION=	0.1.0
+PORTVERSION=	0.1.1
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}httplib2>=0.15.0:www/py-httplib2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}httplib2>=0.19.0:www/py-httplib2@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/security/py-google-auth-httplib2/distinfo b/security/py-google-auth-httplib2/distinfo
index 0d34c9b2aedd..e8f15f16cde9 100644
--- a/security/py-google-auth-httplib2/distinfo
+++ b/security/py-google-auth-httplib2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618320264
-SHA256 (google-auth-httplib2-0.1.0.tar.gz) = a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac
-SIZE (google-auth-httplib2-0.1.0.tar.gz) = 10895
+TIMESTAMP = 1695143363
+SHA256 (google-auth-httplib2-0.1.1.tar.gz) = c64bc555fdc6dd788ea62ecf7bccffcf497bf77244887a3f3d7a5a02f8e3fc29
+SIZE (google-auth-httplib2-0.1.1.tar.gz) = 10817



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309220324.38M3OriO093879>