summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio-tools_1.35.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-grpcio-tools: Upgrade 1.35.0 -> 1.36.1Leon Anavi2021-03-241-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.36.1: - back-port: add env var protection for google-c2p resolver - Backport "Fix implicit declaration error in zlib + macOS - xDS features doc update for case insensitive prefix/full path matching - Add darwin_arm64 and darwin_arm64e to c-ares config settings - Add FileWatcher CertificateProvider - Protect xds security code with the environment variable "GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT" - Fix visibility of libprotobuf symbols in protoc_compiler.so on Mac - [Aio] Correct type annotation of grpc.aio.ServicerContext.abort - Add limit concurrent RPC feature to asyncio server - [Aio] Fix the emtpy response handling in streaming RPC - [Backport] Implement grpc.Future interface in SingleThreadedRendezvous - [Backport] Make Python 2 an optional dependency for Bazel build Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibcKhem Raj2021-03-141-2/+2
| | | | | | We can compile abseil-cpp now for ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio,python3-grpcio-tools: Disable for ppc64leKhem Raj2021-03-111-0/+4
| | | | | | abseil-cpp does not have support for ppc64le yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: Upgrade to 1.35.0Khem Raj2021-02-191-0/+18
merge inc file into bb as this is the only consumer now Fix the compiler name logic to match OE, since our compiler name is not a single word but a collection of words Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>