Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2026 05:12:21 +0000
From:      Vanilla I. Shu <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f21bd17a2704 - main - devel/py-grpcio-tools: update to 1.78.0.
Message-ID:  <6992a735.37180.1d0f382c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vanilla:

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

commit f21bd17a2704cff3fedc1346338040013b04ecc5
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2026-02-16 05:11:11 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2026-02-16 05:12:08 +0000

    devel/py-grpcio-tools: update to 1.78.0.
---
 devel/py-grpcio-tools/Makefile                                |  2 +-
 devel/py-grpcio-tools/distinfo                                |  6 +++---
 devel/py-grpcio-tools/files/patch-pyproject.toml              | 11 +++++++++++
 devel/py-grpcio-tools/files/patch-setup.py                    |  8 ++++----
 ...atch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc |  4 ++--
 5 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/devel/py-grpcio-tools/Makefile b/devel/py-grpcio-tools/Makefile
index 813eb9fd668c..1511e3a649f9 100644
--- a/devel/py-grpcio-tools/Makefile
+++ b/devel/py-grpcio-tools/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	grpcio-tools
-DISTVERSION=	1.76.0
+DISTVERSION=	1.78.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-grpcio-tools/distinfo b/devel/py-grpcio-tools/distinfo
index 9487fe4946db..39455812aaed 100644
--- a/devel/py-grpcio-tools/distinfo
+++ b/devel/py-grpcio-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761170834
-SHA256 (grpcio_tools-1.76.0.tar.gz) = ce80169b5e6adf3e8302f3ebb6cb0c3a9f08089133abca4b76ad67f751f5ad88
-SIZE (grpcio_tools-1.76.0.tar.gz) = 5390807
+TIMESTAMP = 1771201493
+SHA256 (grpcio_tools-1.78.0.tar.gz) = 4b0dd86560274316e155d925158276f8564508193088bc43e20d3f5dff956b2b
+SIZE (grpcio_tools-1.78.0.tar.gz) = 5393026
diff --git a/devel/py-grpcio-tools/files/patch-pyproject.toml b/devel/py-grpcio-tools/files/patch-pyproject.toml
new file mode 100644
index 000000000000..a4cdd1780698
--- /dev/null
+++ b/devel/py-grpcio-tools/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-02-16 00:40:53 UTC
++++ pyproject.toml
+@@ -22,7 +22,7 @@ name = "grpcio-tools"
+ 
+ [project]
+ name = "grpcio-tools"
+-license = "Apache-2.0"
++license = {text = "Apache-2.0"}
+ description = "Protobuf code generator for gRPC"
+ readme = {file = "README.rst", content-type = "text/x-rst"}
+ authors = [{name = "The gRPC Authors", email = "grpc-io@googlegroups.com"}]
diff --git a/devel/py-grpcio-tools/files/patch-setup.py b/devel/py-grpcio-tools/files/patch-setup.py
index a3973b1c849c..4beb5f92a035 100644
--- a/devel/py-grpcio-tools/files/patch-setup.py
+++ b/devel/py-grpcio-tools/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig	2025-01-22 20:25:32 UTC
+--- setup.py.orig	2026-02-03 18:17:37 UTC
 +++ setup.py
-@@ -190,7 +190,7 @@ if EXTRA_ENV_COMPILE_ARGS is None:
+@@ -193,7 +193,7 @@ if EXTRA_ENV_COMPILE_ARGS is None:
          # Reduce the optimization level from O3 (in many cases) to O1 to
          # workaround gcc misalignment bug with MOVAPS (internal b/329134877)
          EXTRA_ENV_COMPILE_ARGS += " -O1"
@@ -9,7 +9,7 @@
          # AppleClang by defaults uses C17 so only C++17 needs to be specified.
          EXTRA_ENV_COMPILE_ARGS += " -std=c++17"
          EXTRA_ENV_COMPILE_ARGS += " -fno-wrapv -frtti"
-@@ -223,7 +223,7 @@ if EXTRA_ENV_LINK_ARGS is None:
+@@ -226,7 +226,7 @@ if EXTRA_ENV_LINK_ARGS is None:
          EXTRA_ENV_LINK_ARGS += " -Wl,-exported_symbol,_{}".format(
              _EXT_INIT_SYMBOL
          )
@@ -18,7 +18,7 @@
          EXTRA_ENV_LINK_ARGS += " -lpthread"
          if check_linker_need_libatomic():
              EXTRA_ENV_LINK_ARGS += " -latomic"
-@@ -260,7 +260,7 @@ if "win32" in sys.platform:
+@@ -265,7 +265,7 @@ if "win32" in sys.platform:
      )
      if "64bit" in platform.architecture()[0]:
          DEFINE_MACROS += (("MS_WIN64", 1),)
diff --git a/devel/py-grpcio-tools/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc b/devel/py-grpcio-tools/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc
index 72edf4a1c004..030e56c69108 100644
--- a/devel/py-grpcio-tools/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc
+++ b/devel/py-grpcio-tools/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc
@@ -1,4 +1,4 @@
---- third_party/abseil-cpp/absl/base/internal/sysinfo.cc.orig	2024-02-20 20:56:37 UTC
+--- third_party/abseil-cpp/absl/base/internal/sysinfo.cc.orig	2026-02-03 19:17:18 UTC
 +++ third_party/abseil-cpp/absl/base/internal/sysinfo.cc
 @@ -42,6 +42,10 @@
  #include <lwp.h>
@@ -11,7 +11,7 @@
  #if defined(__myriad2__)
  #include <rtems.h>
  #endif
-@@ -429,14 +433,18 @@ pid_t GetTID() {
+@@ -433,14 +437,18 @@ pid_t GetTID() {
    return tid;
  }
  


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6992a735.37180.1d0f382c>