python3-protobuf: update to 4.24.1.

This commit is contained in:
Andrew J. Hesford 2023-08-23 15:53:23 -04:00
parent 6faffb2f65
commit 6138758277

View file

@ -1,6 +1,6 @@
# Template file for 'python3-protobuf'
pkgname=python3-protobuf
version=4.23.4
version=4.24.1
revision=1
build_style=python3-module
build_wrksrc=python
@ -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=a700a49470d301f1190a487a923b5095bf60f08f4ae4cac9f5f7c36883d17971
checksum=0930b1a6eb840a2295dfcb13bb5736d1292c3e0d61a90391181399327be7d8f1
make_check=no # ImportError: cannot import name 'unittest_retention_pb2' from 'google.protobuf'
build_options="cppext"