git: 79ce56988e50 - main - devel/py-grpcio-status: Update to 1.72.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 17 Jun 2025 17:53:23 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79ce56988e5048bb18bd603fd160aab60b6a4184

commit 79ce56988e5048bb18bd603fd160aab60b6a4184
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-17 16:33:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-17 17:47:48 +0000

    devel/py-grpcio-status: Update to 1.72.1
    
    Changes:        https://github.com/grpc/grpc/commits/master/src/python/grpcio_status
---
 devel/py-grpcio-status/Makefile             | 4 ++--
 devel/py-grpcio-status/distinfo             | 6 +++---
 devel/py-grpcio-status/files/patch-setup.py | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/py-grpcio-status/Makefile b/devel/py-grpcio-status/Makefile
index 461d543730d7..59d800d36940 100644
--- a/devel/py-grpcio-status/Makefile
+++ b/devel/py-grpcio-status/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	grpcio-status
-PORTVERSION=	1.72.0
+PORTVERSION=	1.72.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,1:devel/py-protobuf@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}protobuf>=5.26.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 85ee1ff1af37..e50d0bb7dd88 100644
--- a/devel/py-grpcio-status/distinfo
+++ b/devel/py-grpcio-status/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745936132
-SHA256 (grpcio_status-1.72.0.tar.gz) = 6b67c97dbe2b0668557d7e443834d1e346f527999d55a491bb7ddb241cac21cb
-SIZE (grpcio_status-1.72.0.tar.gz) = 13655
+TIMESTAMP = 1749813048
+SHA256 (grpcio_status-1.72.1.tar.gz) = 627111a87afa920eafb42cc6c50db209d263e07fa51fbb084981ef636566be7b
+SIZE (grpcio_status-1.72.1.tar.gz) = 13646
diff --git a/devel/py-grpcio-status/files/patch-setup.py b/devel/py-grpcio-status/files/patch-setup.py
index 904ba4a6bfa8..d2ce8332e5e5 100644
--- a/devel/py-grpcio-status/files/patch-setup.py
+++ b/devel/py-grpcio-status/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig	2025-04-30 13:49:55 UTC
+--- 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.0dev",
-+    "protobuf>=5.26.1,<7.0dev",
+-    "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",
  )