From a602e0b111ce910b7ecb6df8b4ad9b1b9c69fb69 Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Sat, 1 Feb 2025 02:32:36 +0000 Subject: [PATCH] bump(tur-pypi-310/python3.10-grpcio): 1.70.1 This commit has been automatically submitted by Github Actions. --- tur-pypi-310/python3.10-grpcio/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tur-pypi-310/python3.10-grpcio/build.sh b/tur-pypi-310/python3.10-grpcio/build.sh index 72ba9d1..b419585 100644 --- a/tur-pypi-310/python3.10-grpcio/build.sh +++ b/tur-pypi-310/python3.10-grpcio/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="High performance, open source, general RPC framework tha TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux-user-repository" TERMUX_PKG_SRCURL=git+https://github.com/grpc/grpc -TERMUX_PKG_VERSION="1.70.0" +TERMUX_PKG_VERSION="1.70.1" TERMUX_PKG_DEPENDS="ca-certificates, libc++, openssl, python3.10, zlib" TERMUX_PKG_BUILD_DEPENDS="python3.10-cross" TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, setuptools, 'Cython>=3.0.0'"