Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2025 11:21:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 147d063231b7 - main - devel/py-grpcio-status: Update to 1.75.0
Message-ID:  <202510061121.596BLOSj077645@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=147d063231b744d3050654e5321a321c85da7ae5

commit 147d063231b744d3050654e5321a321c85da7ae5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:14:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:14:18 +0000

    devel/py-grpcio-status: Update to 1.75.0
    
    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 | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/devel/py-grpcio-status/Makefile b/devel/py-grpcio-status/Makefile
index 1b4655c190b0..7fd85fa40009 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.75.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..2936a47e3ed2 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 = 1759324088
+SHA256 (grpcio_status-1.75.0.tar.gz) = 69d5b91be1b8b926f086c1c483519a968c14640773a0ccdd6c04282515dbedf7
+SIZE (grpcio_status-1.75.0.tar.gz) = 13646
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",
- )


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510061121.596BLOSj077645>