aboutsummaryrefslogtreecommitdiff
path: root/python/python3-grpcio
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-grpcio')
-rw-r--r--python/python3-grpcio/protobuf-reenable-private-headers.patch25
-rw-r--r--python/python3-grpcio/python3-grpcio.SlackBuild6
-rw-r--r--python/python3-grpcio/python3-grpcio.info6
3 files changed, 6 insertions, 31 deletions
diff --git a/python/python3-grpcio/protobuf-reenable-private-headers.patch b/python/python3-grpcio/protobuf-reenable-private-headers.patch
deleted file mode 100644
index 1f3dba1905..0000000000
--- a/python/python3-grpcio/protobuf-reenable-private-headers.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/cmake/installed_include_golden.txt b/cmake/installed_include_golden.txt
-index 20ad3219b6..0562066bd7 100644
---- a/cmake/installed_include_golden.txt
-+++ b/cmake/installed_include_golden.txt
-@@ -35,6 +35,8 @@ google/protobuf/compiler/php/php_generator.h
- google/protobuf/compiler/plugin.h
- google/protobuf/compiler/plugin.pb.h
- google/protobuf/compiler/plugin.proto
-+google/protobuf/compiler/python/generator.h
-+google/protobuf/compiler/python/pyi_generator.h
- google/protobuf/compiler/retention.h
- google/protobuf/compiler/scc.h
- google/protobuf/compiler/subprocess.h
-diff --git a/src/file_lists.cmake b/src/file_lists.cmake
-index d74a982f79..36984247bf 100644
---- a/src/file_lists.cmake
-+++ b/src/file_lists.cmake
- ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/php/php_generator.h
- ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/plugin.h
- ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/plugin.pb.h
-+ ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/python/generator.h
-+ ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/python/pyi_generator.h
- ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/retention.h
- ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/scc.h
- ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.h
diff --git a/python/python3-grpcio/python3-grpcio.SlackBuild b/python/python3-grpcio/python3-grpcio.SlackBuild
index 08bdea6415..b2a3c87bd4 100644
--- a/python/python3-grpcio/python3-grpcio.SlackBuild
+++ b/python/python3-grpcio/python3-grpcio.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-grpcio
-# Copyright 2024 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2024-2025 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-grpcio
-VERSION=${VERSION:-1.71.0}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-1.72.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-grpcio/python3-grpcio.info b/python/python3-grpcio/python3-grpcio.info
index c68beee2e1..23d5891f2b 100644
--- a/python/python3-grpcio/python3-grpcio.info
+++ b/python/python3-grpcio/python3-grpcio.info
@@ -1,8 +1,8 @@
PRGNAM="python3-grpcio"
-VERSION="1.71.0"
+VERSION="1.72.1"
HOMEPAGE="https://grpc.io/"
-DOWNLOAD="https://github.com/grpc/grpc/archive/v1.71.0/grpc-1.71.0.tar.gz"
-MD5SUM="89ad442e1b174bc5d55c554aec583fa0"
+DOWNLOAD="https://github.com/grpc/grpc/archive/v1.72.1/grpc-1.72.1.tar.gz"
+MD5SUM="554ca144456e134c9cf26e77c589a24f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3 re2"