git: 56fcec1f476f - main - devel/py-types-protobuf: Update to 7.34.1.20260503
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 May 2026 13:59:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=56fcec1f476f8e50b79b63d2338d07e7fad53efc
commit 56fcec1f476f8e50b79b63d2338d07e7fad53efc
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-05 13:56:34 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-05 13:56:34 +0000
devel/py-types-protobuf: Update to 7.34.1.20260503
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 31c4eb78983b..e0ad42cae140 100644
--- a/devel/py-types-protobuf/Makefile
+++ b/devel/py-types-protobuf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= types-protobuf
-PORTVERSION= 7.34.1.20260408
+PORTVERSION= 7.34.1.20260503
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-protobuf/distinfo b/devel/py-types-protobuf/distinfo
index 615134e855c4..5521b52261dc 100644
--- a/devel/py-types-protobuf/distinfo
+++ b/devel/py-types-protobuf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777252736
-SHA256 (types_protobuf-7.34.1.20260408.tar.gz) = e2c0a0430e08c75b52671a6f0035abfdcc791aad12af16274282de1b721758ab
-SIZE (types_protobuf-7.34.1.20260408.tar.gz) = 68835
+TIMESTAMP = 1777906361
+SHA256 (types_protobuf-7.34.1.20260503.tar.gz) = effbc819aa17e02448dde99f089c6794662d66f4b2797e922f185ffe0b24e766
+SIZE (types_protobuf-7.34.1.20260503.tar.gz) = 68830
diff --git a/devel/py-types-protobuf/files/patch-pyproject.toml b/devel/py-types-protobuf/files/patch-pyproject.toml
index 14b934a81544..b2f2bc2e0b54 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 2026-04-08 04:26:40 UTC
+--- pyproject.toml.orig 2026-05-03 05:19:47 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
[build-system]
@@ -8,7 +8,7 @@
[project]
name = "types-protobuf"
- version = "7.34.1.20260408"
+ version = "7.34.1.20260503"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }