From 5dad90d8de5bd4c4ac67f81639e2c505735d7469 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 15 Feb 2024 12:23:46 -0500 Subject: [PATCH] python3-protobuf: update to 4.25.2. --- srcpkgs/python3-protobuf/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template index ab29ff1629f..301489708bf 100644 --- a/srcpkgs/python3-protobuf/template +++ b/srcpkgs/python3-protobuf/template @@ -1,7 +1,7 @@ # Template file for 'python3-protobuf' pkgname=python3-protobuf -version=4.24.1 -revision=2 +version=4.25.2 +revision=1 build_style=python3-module build_wrksrc=python hostmakedepends="python3-setuptools python3-wheel protobuf" @@ -13,7 +13,7 @@ license="BSD-3-Clause" homepage="https://developers.google.com/protocol-buffers/" # PyPi release does not have bits for cppext distfiles="https://github.com/protocolbuffers/protobuf/releases/download/v${version#*.}/protobuf-${version#*.}.tar.gz" -checksum=0930b1a6eb840a2295dfcb13bb5736d1292c3e0d61a90391181399327be7d8f1 +checksum=8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871 make_check=no # ImportError: cannot import name 'unittest_retention_pb2' from 'google.protobuf' build_options="cppext"