diff options
Diffstat (limited to 'devel/py-grpcio-status')
-rw-r--r-- | devel/py-grpcio-status/Makefile | 2 | ||||
-rw-r--r-- | devel/py-grpcio-status/distinfo | 6 | ||||
-rw-r--r-- | devel/py-grpcio-status/files/patch-setup.py | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-grpcio-status/Makefile b/devel/py-grpcio-status/Makefile index 9a660d5142dd..1b4655c190b0 100644 --- a/devel/py-grpcio-status/Makefile +++ b/devel/py-grpcio-status/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpcio-status -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-grpcio-status/distinfo b/devel/py-grpcio-status/distinfo index 7fe1bf140afb..8094136214f5 100644 --- a/devel/py-grpcio-status/distinfo +++ b/devel/py-grpcio-status/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188068 -SHA256 (grpcio_status-1.73.0.tar.gz) = a2b7f430568217f884fe52a5a0133b6f4c9338beae33fb5370134a8eaf58f974 -SIZE (grpcio_status-1.73.0.tar.gz) = 13670 +TIMESTAMP = 1753796068 +SHA256 (grpcio_status-1.74.0.tar.gz) = c58c1b24aa454e30f1fc6a7e0dbbc194c54a408143971a94b5f4e40bb5831432 +SIZE (grpcio_status-1.74.0.tar.gz) = 13662 diff --git a/devel/py-grpcio-status/files/patch-setup.py b/devel/py-grpcio-status/files/patch-setup.py index d2ce8332e5e5..5b7c3fa8aaa7 100644 --- a/devel/py-grpcio-status/files/patch-setup.py +++ b/devel/py-grpcio-status/files/patch-setup.py @@ -4,7 +4,7 @@ } INSTALL_REQUIRES = ( -- "protobuf>=6.30.0,<7.0.0", +- "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", |