git: e2f90cb880da - main - devel/py-types-protobuf: Update to 6.32.1.20251210

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 16 Dec 2025 21:21:19 UTC
The branch main has been updated by sunpoet:

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

commit e2f90cb880da8d3f48c2214924ce5b03944b6894
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 21:16:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 21:16:01 +0000

    devel/py-types-protobuf: Update to 6.32.1.20251210
    
    Changes:        https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/protobuf.md
---
 devel/py-types-protobuf/Makefile                   | 2 +-
 devel/py-types-protobuf/distinfo                   | 6 +++---
 devel/py-types-protobuf/files/patch-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-types-protobuf/Makefile b/devel/py-types-protobuf/Makefile
index be85ea3752bb..24cddd891935 100644
--- a/devel/py-types-protobuf/Makefile
+++ b/devel/py-types-protobuf/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	types-protobuf
-PORTVERSION=	6.32.1.20251105
+PORTVERSION=	6.32.1.20251210
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-protobuf/distinfo b/devel/py-types-protobuf/distinfo
index 345d2f7acd10..84b73b19568e 100644
--- a/devel/py-types-protobuf/distinfo
+++ b/devel/py-types-protobuf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762586836
-SHA256 (types_protobuf-6.32.1.20251105.tar.gz) = 641002611ff87dd9fedc38a39a29cacb9907ae5ce61489b53e99ca2074bef764
-SIZE (types_protobuf-6.32.1.20251105.tar.gz) = 63846
+TIMESTAMP = 1765895736
+SHA256 (types_protobuf-6.32.1.20251210.tar.gz) = c698bb3f020274b1a2798ae09dc773728ce3f75209a35187bd11916ebfde6763
+SIZE (types_protobuf-6.32.1.20251210.tar.gz) = 63900
diff --git a/devel/py-types-protobuf/files/patch-pyproject.toml b/devel/py-types-protobuf/files/patch-pyproject.toml
index f74d22209ed1..9e97cd35ec99 100644
--- a/devel/py-types-protobuf/files/patch-pyproject.toml
+++ b/devel/py-types-protobuf/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-11-05 03:04:39 UTC
+--- pyproject.toml.orig	2025-12-10 03:14:22 UTC
 +++ pyproject.toml
 @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
  [build-system]
@@ -8,7 +8,7 @@
  
  [project]
  name = "types-protobuf"
- version = "6.32.1.20251105"
+ version = "6.32.1.20251210"
 -license = "Apache-2.0"
 -license-files = ["LICENSE"]
 +license = { text = "Apache-2.0" }