diff options
Diffstat (limited to 'devel/py-grpcio-status')
-rw-r--r-- | devel/py-grpcio-status/Makefile | 4 | ||||
-rw-r--r-- | devel/py-grpcio-status/distinfo | 6 | ||||
-rw-r--r-- | devel/py-grpcio-status/files/patch-setup.py | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/devel/py-grpcio-status/Makefile b/devel/py-grpcio-status/Makefile index 5eaaf7868965..941cfdf5d4f8 100644 --- a/devel/py-grpcio-status/Makefile +++ b/devel/py-grpcio-status/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpcio-status -PORTVERSION= 1.73.1 +PORTVERSION= 1.75.1 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 c28197dda8d3..2682730b8621 100644 --- a/devel/py-grpcio-status/distinfo +++ b/devel/py-grpcio-status/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954176 -SHA256 (grpcio_status-1.73.1.tar.gz) = 928f49ccf9688db5f20cd9e45c4578a1d01ccca29aeaabf066f2ac76aa886668 -SIZE (grpcio_status-1.73.1.tar.gz) = 13664 +TIMESTAMP = 1759816642 +SHA256 (grpcio_status-1.75.1.tar.gz) = 8162afa21833a2085c91089cc395ad880fac1378a1d60233d976649ed724cbf8 +SIZE (grpcio_status-1.75.1.tar.gz) = 13671 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 d2ce8332e5e5..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.30.0,<7.0.0", -+ "protobuf>=5.26.1,<7.0.0", - "grpcio>={version}".format(version=grpc_version.VERSION), - "googleapis-common-protos>=1.5.5", - ) |