git: 2cb67fc8f544 - main - devel/py-types-protobuf: Update to 6.32.1.20251105
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Nov 2025 16:35:35 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2cb67fc8f544d3b1b8ec1aa983e8f1d4ee93c14b
commit 2cb67fc8f544d3b1b8ec1aa983e8f1d4ee93c14b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-09 16:11:58 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-09 16:31:04 +0000
devel/py-types-protobuf: Update to 6.32.1.20251105
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 4c77e00fc2fe..be85ea3752bb 100644
--- a/devel/py-types-protobuf/Makefile
+++ b/devel/py-types-protobuf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= types-protobuf
-PORTVERSION= 6.30.2.20250914
+PORTVERSION= 6.32.1.20251105
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-protobuf/distinfo b/devel/py-types-protobuf/distinfo
index 794a56f56a99..345d2f7acd10 100644
--- a/devel/py-types-protobuf/distinfo
+++ b/devel/py-types-protobuf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759816682
-SHA256 (types_protobuf-6.30.2.20250914.tar.gz) = c2105326d0a52de3d33b84af0010d834ebbd4c17c50ff261fa82551ab75d9559
-SIZE (types_protobuf-6.30.2.20250914.tar.gz) = 62424
+TIMESTAMP = 1762586836
+SHA256 (types_protobuf-6.32.1.20251105.tar.gz) = 641002611ff87dd9fedc38a39a29cacb9907ae5ce61489b53e99ca2074bef764
+SIZE (types_protobuf-6.32.1.20251105.tar.gz) = 63846
diff --git a/devel/py-types-protobuf/files/patch-pyproject.toml b/devel/py-types-protobuf/files/patch-pyproject.toml
index 1f06d71e1d8c..f74d22209ed1 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-09-14 02:55:57 UTC
+--- pyproject.toml.orig 2025-11-05 03:04:39 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
[build-system]
@@ -8,7 +8,7 @@
[project]
name = "types-protobuf"
- version = "6.30.2.20250914"
+ version = "6.32.1.20251105"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }