Summary: | net-libs/grpc-1.37.0 released | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis <arfrever.fta> |
Component: | Current packages | Assignee: | Jason Zaman <perfinion> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gyakovlev, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Arfrever Frehtes Taifersar Arahesis
2021-04-29 06:53:29 UTC
it's really close on my to-do list, will bump soon. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd01bb763d156dbe9a4992268ad0d93c78b322bb commit cd01bb763d156dbe9a4992268ad0d93c78b322bb Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-04-29 07:49:01 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-04-29 08:26:04 +0000 net-libs/grpc: bump to 1.37.0 Closes: https://bugs.gentoo.org/786654 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> net-libs/grpc/Manifest | 1 + net-libs/grpc/grpc-1.37.0.ebuild | 87 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d3ff083b4d3990c764f384dee57fb8e688c3b8 commit 04d3ff083b4d3990c764f384dee57fb8e688c3b8 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-04-29 08:28:49 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-04-29 08:28:49 +0000 dev-python/grpcio-testing: bump to 1.37.0 Bug: https://bugs.gentoo.org/786654 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-python/grpcio-testing/Manifest | 1 + .../grpcio-testing/grpcio-testing-1.37.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13e8cf58ddd5a3c6aaf97b4d6f5cb2721ff1cc2 commit a13e8cf58ddd5a3c6aaf97b4d6f5cb2721ff1cc2 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-04-29 08:25:27 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-04-29 08:26:05 +0000 dev-python/grpcio-tools: bump to 1.37.0 Bug: https://bugs.gentoo.org/786654 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-python/grpcio-tools/Manifest | 1 + dev-python/grpcio-tools/grpcio-tools-1.37.0.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba88dd98d5d342f2fd52ee502f0ddc125db03f50 commit ba88dd98d5d342f2fd52ee502f0ddc125db03f50 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-04-29 08:20:30 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-04-29 08:26:05 +0000 dev-python/grpcio: bump to 1.37.0 Bug: https://bugs.gentoo.org/786654 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> dev-python/grpcio/Manifest | 1 + dev-python/grpcio/grpcio-1.37.0.ebuild | 45 ++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) note, grpc requires cxx17 to be in sync with absl so I just forced it as usedep instead of introducing new flag. next absl bump will probably set cxx17 unconditionally and flag will be gone. app-i18n/mozc, the only other reverse dependency of dev-cpp/abseil-cpp, already needs dev-cpp/abseil-cpp built with C++17 due to build failure otherwise, so you can already drop this flag (e.g. in latest abseil-cpp-20210324.1). By the way, cmake.eclass already sets BUILD_SHARED_LIBS=ON, so -DBUILD_SHARED_LIBS=TRUE in dev-cpp/abseil-cpp ebuilds is redundant. |