Skip to content

Commit

Permalink
bump(main/python-grpcio): 1.64.0 (#20245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 authored May 17, 2024
1 parent d7f16f7 commit 8791912
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/python-grpcio/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
TERMUX_PKG_SRCURL=git+https://github.com/grpc/grpc
TERMUX_PKG_VERSION="1.63.0"
TERMUX_PKG_VERSION="1.64.0"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
TERMUX_PKG_DEPENDS="abseil-cpp, c-ares, ca-certificates, libc++, libre2, openssl, python, zlib"
Expand Down
10 changes: 5 additions & 5 deletions packages/python-grpcio/src-core-lib-gpr-tmpfile_posix.cc.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- a/src/core/lib/gpr/tmpfile_posix.cc
+++ b/src/core/lib/gpr/posix/tmpfile.cc
@@ -39,7 +39,7 @@
@@ -43,7 +43,7 @@ FILE* gpr_tmpfile(const char* prefix, char** tmp_filename) {

if (tmp_filename != nullptr) *tmp_filename = nullptr;

- gpr_asprintf(&filename_template, "/tmp/%s_XXXXXX", prefix);
+ gpr_asprintf(&filename_template, "@TERMUX_PREFIX@/tmp/%s_XXXXXX", prefix);
GPR_ASSERT(filename_template != nullptr);
CHECK_NE(filename_template, nullptr);

fd = mkstemp(filename_template);

0 comments on commit 8791912

Please sign in to comment.