summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-protobuf
Commit message (Collapse)AuthorAgeFilesLines
* python3-protobuf: patch CVE-2026-0994Peter Marko2026-02-091-0/+47
| | | | | | | | | | Pick patch from PR in NVD report. It is the only code change in 33.5 release. Skip the test file change as it's not shipped in python module sources. Resolve formatting-only conflict. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* python3-protobuf: update to version 4.25.1Derek Straka2023-12-211-57/+0
| | | | | | | | Remove patch 0001-message.c-Cast-uintptr_t-types-to-upb_MessageDef.patch that was incorporated upstream and released in 4.25.1 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: Fix build errors seen with clangKhem Raj2023-08-171-0/+57
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf, python-protobuf: 3.6.1 -> 3.8.0Pascal Bach2019-06-171-98/+0
| | | | | | | The patch for Python 3.7 compatibility is already in 3.8.0. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: add cpp implementation supportHongxu Jia2019-02-171-0/+98
- Compiling with option `--cpp_implementation', add cpp implementation support which requires to build with protobuf. - Workaround native compile failure while host gcc <= 4.8 Setting environment KOKORO_BUILD_NUMBER, the build will explicitly compile with option `-std=c++11', it could workaround native compile failure while host gcc <= 4.8 ... /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options ... - Add Python 3.7 compatibility Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>