aboutsummaryrefslogtreecommitdiff
path: root/devel/py-grpcio-status
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-grpcio-status')
-rw-r--r--devel/py-grpcio-status/Makefile4
-rw-r--r--devel/py-grpcio-status/distinfo6
-rw-r--r--devel/py-grpcio-status/files/patch-setup.py11
3 files changed, 5 insertions, 16 deletions
diff --git a/devel/py-grpcio-status/Makefile b/devel/py-grpcio-status/Makefile
index 1b4655c190b0..bb7ec279465d 100644
--- a/devel/py-grpcio-status/Makefile
+++ b/devel/py-grpcio-status/Makefile
@@ -1,5 +1,5 @@
PORTNAME= grpcio-status
-PORTVERSION= 1.74.0
+PORTVERSION= 1.76.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.5:devel/py-googleapis-common-protos@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}grpcio>=${PORTVERSION}:devel/py-grpcio@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}protobuf>=5.26.1,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}protobuf>=6.31.1,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-grpcio-status/distinfo b/devel/py-grpcio-status/distinfo
index 8094136214f5..058aee9b1e5a 100644
--- a/devel/py-grpcio-status/distinfo
+++ b/devel/py-grpcio-status/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753796068
-SHA256 (grpcio_status-1.74.0.tar.gz) = c58c1b24aa454e30f1fc6a7e0dbbc194c54a408143971a94b5f4e40bb5831432
-SIZE (grpcio_status-1.74.0.tar.gz) = 13662
+TIMESTAMP = 1761446626
+SHA256 (grpcio_status-1.76.0.tar.gz) = 25fcbfec74c15d1a1cb5da3fab8ee9672852dc16a5a9eeb5baf7d7a9952943cd
+SIZE (grpcio_status-1.76.0.tar.gz) = 13679
diff --git a/devel/py-grpcio-status/files/patch-setup.py b/devel/py-grpcio-status/files/patch-setup.py
deleted file mode 100644
index 5b7c3fa8aaa7..000000000000
--- a/devel/py-grpcio-status/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2025-05-30 16:23:52 UTC
-+++ setup.py
-@@ -63,7 +63,7 @@ INSTALL_REQUIRES = (
- }
-
- INSTALL_REQUIRES = (
-- "protobuf>=6.31.1,<7.0.0",
-+ "protobuf>=5.26.1,<7.0.0",
- "grpcio>={version}".format(version=grpc_version.VERSION),
- "googleapis-common-protos>=1.5.5",
- )