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,26 +1,26 @@ PORTNAME= google-cloud-logging PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Stackdriver Logging API client library 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} \ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.11.0:devel/py-proto-plus@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include 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,13 +1,11 @@ -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-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