summaryrefslogtreecommitdiff
path: root/www/py-google-cloud-logging
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/py-google-cloud-logging/Makefile13
-rw-r--r--www/py-google-cloud-logging/distinfo6
-rw-r--r--www/py-google-cloud-logging/files/patch-setup.py11
3 files changed, 10 insertions, 20 deletions
diff --git a/www/py-google-cloud-logging/Makefile b/www/py-google-cloud-logging/Makefile
index aa4d2110ad4f..edeb6aed0dab 100644
--- a/www/py-google-cloud-logging/Makefile
+++ b/www/py-google-cloud-logging/Makefile
@@ -1,9 +1,9 @@
PORTNAME= google-cloud-logging
-PORTVERSION= 3.10.0
-PORTREVISION= 1
+PORTVERSION= 3.12.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= google_cloud_logging-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Stackdriver Logging API client library
@@ -16,12 +16,13 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.11.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-auth>=2.14.1<3.0.0:security/py-google-auth@${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-appengine-logging>=0.1.3<2.0.0:www/py-google-cloud-appengine-logging@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}google-cloud-audit-log>=0.3.1<1.0.0:www/py-google-cloud-audit-log@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-cloud-core>=2.0.0<3.0.0:www/py-google-cloud-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.12.4<1.0.0:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<6.0.0,1:devel/py-protobuf@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.9.0:devel/py-opentelemetry-api@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.25.0<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/www/py-google-cloud-logging/distinfo b/www/py-google-cloud-logging/distinfo
index d488ea70f9f5..cb7167155919 100644
--- a/www/py-google-cloud-logging/distinfo
+++ b/www/py-google-cloud-logging/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712554
-SHA256 (google-cloud-logging-3.10.0.tar.gz) = d93d347351240ddb14cfe201987a2d32cf9d7f478b8b2fabed3015b425b3274f
-SIZE (google-cloud-logging-3.10.0.tar.gz) = 261732
+TIMESTAMP = 1753796122
+SHA256 (google_cloud_logging-3.12.1.tar.gz) = 36efc823985055b203904e83e1c8f9f999b3c64270bcda39d57386ca4effd678
+SIZE (google_cloud_logging-3.12.1.tar.gz) = 289569
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 8050ab061f32..000000000000
--- a/www/py-google-cloud-logging/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2024-03-14 18:16:40 UTC
-+++ setup.py
-@@ -46,7 +46,7 @@ dependencies = [
- "grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
- "proto-plus >= 1.22.0, <2.0.0dev",
- "proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
-- "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
-+ "protobuf>=3.19.5,<6.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
- ]
- url = "https://github.com/googleapis/python-logging"
-