Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 21:59:35 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: 9c9789b0d4df - main - www/py-google-cloud-logging: Allow build with py-google-cloud-appengine-logging 1.0.0
Message-ID:  <202110252159.19PLxZuk056656@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=9c9789b0d4df6919c2f946e47b63f5873ece3505

commit 9c9789b0d4df6919c2f946e47b63f5873ece3505
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 21:25:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 21:46:49 +0000

    www/py-google-cloud-logging: Allow build with py-google-cloud-appengine-logging 1.0.0
    
    - Bump PORTREVISION for package change
    
    Obtained from:  https://github.com/googleapis/python-logging/commit/3ab386102d06637c3b0ba100c7a36a30d0ada26e
---
 www/py-google-cloud-logging/Makefile             |  3 ++-
 www/py-google-cloud-logging/files/patch-setup.py | 13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/www/py-google-cloud-logging/Makefile b/www/py-google-cloud-logging/Makefile
index af95ab7285a8..f50ae8a04f10 100644
--- a/www/py-google-cloud-logging/Makefile
+++ b/www/py-google-cloud-logging/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	google-cloud-logging
 PORTVERSION=	2.6.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,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.0:www/py-google-cloud-appengine-logging@${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-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
new file mode 100644
index 000000000000..94e44f354571
--- /dev/null
+++ b/www/py-google-cloud-logging/files/patch-setup.py
@@ -0,0 +1,13 @@
+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 = [
+     # 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.0.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



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