diff mbox series

[meta-python] python3-flatbuffers: upgrade 2.0.7 -> 2.0.8

Message ID 1663064344-3276-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-flatbuffers: upgrade 2.0.7 -> 2.0.8 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 13, 2022, 10:19 a.m. UTC
Changelog:
==========
- Fix for --keep-prefix the was generating the wrong include statements for C++
  The bug was introduced in 2.0.7.
- Added the Verifier::Options option struct to allow specifying runtime
  configuration settings for the verifier (#7489). This allows to skip verifying
  nested flatbuffers, a on-by-default change that was introduced in 2.0.7.
  This deprecates the existing Verifier constructor, which may be removed in a
  future version.
- Refactor of tests/test.cpp that lead to ~10% speedup in compilation of the
  entire project (#7487).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-flatbuffers_2.0.7.bb => python3-flatbuffers_2.0.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/flatbuffers/{python3-flatbuffers_2.0.7.bb => python3-flatbuffers_2.0.8.bb} (89%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.8.bb
similarity index 89%
rename from meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
rename to meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.8.bb
index 84c80444b7..5c9c6df3ba 100644
--- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.8.bb
@@ -5,7 +5,7 @@  LICENSE = "Apache-2.0"
 
 LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "8367664f15c3ea2ee58c67dacf9d630b49466de5"
+SRCREV = "06c5c7ed0bd987a918cf88caafb094f22cdd1721"
 SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
 S = "${WORKDIR}/git/python"