aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:07:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:14:29 +0000
commit7a87faa47b5b7361fd5cc1eb4f440f398a99da37 (patch)
treecfe805d1757a53e136eabe7ecaaf74c5bd5a4aae /www
parent91a5aeadb7ccad3b206abf5a11b5bc3eeb986ddd (diff)
downloadports-7a87faa47b5b7361fd5cc1eb4f440f398a99da37.tar.gz
ports-7a87faa47b5b7361fd5cc1eb4f440f398a99da37.zip
www/py-google-cloud-logging: Update to 2.7.0
Diffstat (limited to 'www')
-rw-r--r--www/py-google-cloud-logging/Makefile9
-rw-r--r--www/py-google-cloud-logging/distinfo6
-rw-r--r--www/py-google-cloud-logging/files/patch-setup.py11
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