Skip to content

Commit 9f7d0e9

Browse files
authored
python3.9-grpcio: bump to 1.72.0 (#242)
1 parent 79d12f0 commit 9f7d0e9

File tree

4 files changed

+5
-34
lines changed

4 files changed

+5
-34
lines changed

tur-pypi-39/python3.9-grpcio/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="High performance, open source, general RPC framework tha
33
TERMUX_PKG_LICENSE="Apache-2.0"
44
TERMUX_PKG_MAINTAINER="@termux-user-repository"
55
TERMUX_PKG_SRCURL=git+https://github.com/grpc/grpc
6-
TERMUX_PKG_VERSION="1.71.0"
6+
TERMUX_PKG_VERSION="1.72.0"
77
TERMUX_PKG_DEPENDS="ca-certificates, libc++, openssl, python3.9, zlib"
88
TERMUX_PKG_BUILD_DEPENDS="python3.9-cross"
99
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, setuptools, 'Cython>=3.0.0'"

tur-pypi-39/python3.9-grpcio/protobuf-disable-android-log.patch

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,3 @@
99
inline void DefaultLogHandler(LogLevel level, const char* filename, int line,
1010
const string& message) {
1111
if (level < GOOGLE_PROTOBUF_MIN_LOG_LEVEL) {
12-
--- a/third_party/protobuf/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc
13-
+++ b/third_party/protobuf/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc
14-
@@ -19,7 +19,7 @@
15-
#include <pthread.h>
16-
#endif
17-
18-
-#ifdef __ANDROID__
19-
+#if defined(__ANDROID__) && !defined(__TERMUX__)
20-
#include <android/log.h>
21-
#endif
22-
23-
@@ -116,7 +116,7 @@
24-
}
25-
};
26-
27-
-#if defined(__ANDROID__)
28-
+#if defined(__ANDROID__) && !defined(__TERMUX__)
29-
class AndroidLogSink final : public LogSink {
30-
public:
31-
~AndroidLogSink() override = default;
32-
@@ -172,7 +172,7 @@
33-
static absl::NoDestructor<StderrLogSink> stderr_log_sink;
34-
AddLogSink(stderr_log_sink.get());
35-
#endif
36-
-#ifdef __ANDROID__
37-
+#if defined(__ANDROID__) && !defined(__TERMUX__)
38-
static absl::NoDestructor<AndroidLogSink> android_log_sink;
39-
AddLogSink(android_log_sink.get());
40-
#endif
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- a/src/core/lib/security/security_connector/load_system_roots_supported.cc
2-
+++ b/src/core/lib/security/security_connector/load_system_roots_supported.cc
1+
--- a/src/core/credentials/transport/tls/load_system_roots_supported.cc
2+
+++ b/src/core/credentials/transport/tls/load_system_roots_supported.cc
33
@@ -52,12 +52,12 @@
44

55
#if defined(GPR_LINUX) || defined(GPR_ANDROID)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- a/src/core/lib/security/security_connector/ssl_utils.cc
2-
+++ b/src/core/lib/security/security_connector/ssl_utils.cc
1+
--- a/src/core/credentials/transport/tls/ssl_utils.cc
2+
+++ b/src/core/credentials/transport/tls/ssl_utils.cc
33
@@ -45,9 +45,9 @@
44
static const char* installed_roots_path = GRPC_ROOT_PEM_PATH;
55
#elif defined(INSTALL_PREFIX)

0 commit comments

Comments
 (0)