git: e3689fc34260 - main - www/py-google-cloud-logging: Allow build with py-google-cloud-appengine-logging 1.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 01 Nov 2021 13:47:17 UTC
The branch main has been updated by sunpoet:

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

commit e3689fc34260c22ac63a7c13cadd0cada97302c0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-01 13:28:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-01 13:41:56 +0000

    www/py-google-cloud-logging: Allow build with py-google-cloud-appengine-logging 1.1.0
    
    - Bump PORTREVISION for package change
---
 www/py-google-cloud-logging/Makefile             | 4 ++--
 www/py-google-cloud-logging/files/patch-setup.py | 4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/www/py-google-cloud-logging/Makefile b/www/py-google-cloud-logging/Makefile
index f50ae8a04f10..b106851999ed 100644
--- a/www/py-google-cloud-logging/Makefile
+++ b/www/py-google-cloud-logging/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	google-cloud-logging
 PORTVERSION=	2.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ 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.0.1:www/py-google-cloud-appengine-logging@${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-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} \
diff --git a/www/py-google-cloud-logging/files/patch-setup.py b/www/py-google-cloud-logging/files/patch-setup.py
index 94e44f354571..915f2b23d4fe 100644
--- a/www/py-google-cloud-logging/files/patch-setup.py
+++ b/www/py-google-cloud-logging/files/patch-setup.py
@@ -1,5 +1,3 @@
-Obtained from:	https://github.com/googleapis/python-logging/commit/3ab386102d06637c3b0ba100c7a36a30d0ada26e
-
 --- setup.py.orig	2021-07-28 20:06:37 UTC
 +++ setup.py
 @@ -33,7 +33,7 @@ dependencies = [
@@ -7,7 +5,7 @@ Obtained from:	https://github.com/googleapis/python-logging/commit/3ab386102d066
      # 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.0.1",
++    "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