git: 7a87faa47b5b - main - www/py-google-cloud-logging: Update to 2.7.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 05 Nov 2021 19:18:19 UTC
The branch main has been updated by sunpoet:

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

commit 7a87faa47b5b7361fd5cc1eb4f440f398a99da37
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:07:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:29 +0000

    www/py-google-cloud-logging: Update to 2.7.0
    
    Changes:        https://github.com/googleapis/python-logging/releases
---
 www/py-google-cloud-logging/Makefile             |  9 ++++-----
 www/py-google-cloud-logging/distinfo             |  6 +++---
 www/py-google-cloud-logging/files/patch-setup.py | 11 -----------
 3 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/www/py-google-cloud-logging/Makefile b/www/py-google-cloud-logging/Makefile
index b106851999ed..57e163447739 100644
--- a/www/py-google-cloud-logging/Makefile
+++ b/www/py-google-cloud-logging/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	google-cloud-logging
-PORTVERSION=	2.6.0
-PORTREVISION=	2
+PORTVERSION=	2.7.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +11,11 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.26.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-cloud-appengine-logging>=0.1.0<1.1.1:www/py-google-cloud-appengine-logging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-cloud-appengine-logging>=0.1.0<2.0.0:www/py-google-cloud-appengine-logging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-cloud-audit-log>=0.1.0<1.0.0:www/py-google-cloud-audit-log@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.1<3.0.0:www/py-google-cloud-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}packaging>=14.3:devel/py-packaging@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}proto-plus>=1.11.0:devel/py-proto-plus@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.12.3<0.13:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}proto-plus>=1.15.0:devel/py-proto-plus@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/www/py-google-cloud-logging/distinfo b/www/py-google-cloud-logging/distinfo
index 09f8faae8acd..2f309fc01fb6 100644
--- a/www/py-google-cloud-logging/distinfo
+++ b/www/py-google-cloud-logging/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628103180
-SHA256 (google-cloud-logging-2.6.0.tar.gz) = 499eed5f13cab805c8780b0d14a0d931a9ff1d65efccdd9e68772d40e7dad4c5
-SIZE (google-cloud-logging-2.6.0.tar.gz) = 186656
+TIMESTAMP = 1636117302
+SHA256 (google-cloud-logging-2.7.0.tar.gz) = 5a4ad2832be3b86c8f0fb57b2d382a1f67218137c6f6051372647ac5147d6421
+SIZE (google-cloud-logging-2.7.0.tar.gz) = 187047
diff --git a/www/py-google-cloud-logging/files/patch-setup.py b/www/py-google-cloud-logging/files/patch-setup.py
deleted file mode 100644
index 915f2b23d4fe..000000000000
--- a/www/py-google-cloud-logging/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2021-07-28 20:06:37 UTC
-+++ setup.py
-@@ -33,7 +33,7 @@ dependencies = [
-     # Until this issue is closed
-     # https://github.com/googleapis/google-cloud-python/issues/10566
-     "google-api-core[grpc] >= 1.26.0, <3.0.0dev",
--    "google-cloud-appengine-logging >= 0.1.0, < 1.0.0dev",
-+    "google-cloud-appengine-logging >= 0.1.0, < 1.1.1",
-     "google-cloud-audit-log >= 0.1.0, < 1.0.0dev",
-     # NOTE: Maintainers, please do not require google-api-core>=2.x.x
-     # Until this issue is closed