package/{python-}protobuf: bump to version 21.4
protobuf changed it versioning scheme [1]. The Release version is now only the Minor.Patch version of the language specific version. C++ stays on Major version 3, but python got bumped to 4. So the handling in the .mk files changed to reflect that. python-protobuf changed it version to 4 because of some breaking changes, see[1]. [1] https://developers.google.com/protocol-buffers/docs/news/2022-05-06 Signed-off-by: Michael Nosthoff <buildroot@heine.tech> Tested-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c05caa7557
commit
88e95a36cd
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d LICENSE
|
||||
sha256 dddd73664306d7d895a95e1cf18925b31b52785e468727e4635b45edae5166f9 protobuf-cpp-3.20.1.tar.gz
|
||||
sha256 a9fd8043fef746e8d8cca9f023fb7ba6d3d102eab6dd35a04ce7157d1928726b protobuf-cpp-3.21.4.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
# When bumping this package, make sure to also verify if the
|
||||
# python-protobuf package still works and to update its hash,
|
||||
# as they share the same version/site variables.
|
||||
PROTOBUF_VERSION = 3.20.1
|
||||
PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
|
||||
PROTOBUF_VERSION = 21.4
|
||||
PROTOBUF_SOURCE = protobuf-cpp-3.$(PROTOBUF_VERSION).tar.gz
|
||||
PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
|
||||
PROTOBUF_LICENSE = BSD-3-Clause
|
||||
PROTOBUF_LICENSE_FILES = LICENSE
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 d3449b4df32ca155f8cd71051db916b2bf74cc925760e269c0acf09b48ec1cb8 protobuf-python-3.20.1.tar.gz
|
||||
sha256 32d8a37271f42aaa0f40659f77040484d6048b187e4a98dac09eb9ed592a91dc protobuf-python-4.21.4.tar.gz
|
||||
sha256 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d LICENSE
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
PYTHON_PROTOBUF_VERSION = $(PROTOBUF_VERSION)
|
||||
PYTHON_PROTOBUF_SOURCE = protobuf-python-$(PYTHON_PROTOBUF_VERSION).tar.gz
|
||||
PYTHON_PROTOBUF_SOURCE = protobuf-python-4.$(PYTHON_PROTOBUF_VERSION).tar.gz
|
||||
PYTHON_PROTOBUF_SITE = $(PROTOBUF_SITE)
|
||||
PYTHON_PROTOBUF_LICENSE = BSD-3-Clause
|
||||
PYTHON_PROTOBUF_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user