See tracker.
Ping.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba351131189efe64238463e2d8b8403f3f29d0ac commit ba351131189efe64238463e2d8b8403f3f29d0ac Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2023-01-26 14:13:00 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2023-01-26 14:33:20 +0000 dev-python/sip: Port to tomllib/tomli Bug: https://bugs.gentoo.org/878671 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/sip/files/sip-6.7.5-tomli.patch | 93 ++++++++++++++++++++++ .../sip/{sip-6.7.5.ebuild => sip-6.7.5-r1.ebuild} | 14 +++- 2 files changed, 105 insertions(+), 2 deletions(-)
+v6.7.8 4th April 2023 + - The latest version of ABI v13 is v13.5.0. + - The latest version of ABI v12 is v12.12.0. + - The 'wheel-includes' value of the 'tool.sip.project' section of + pyproject.toml now supports the use of absolute file patterns. + - Replaced the use of the 'toml' package with the standard library 'tomllib' + package for Python v3.11 and later, and the 'tomli' package for earlier + versions of Python. + - Bug fixes. +
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e0e066dc1054e95e4606a2fd1aeb057bdfebbb commit 15e0e066dc1054e95e4606a2fd1aeb057bdfebbb Author: Sam James <sam@gentoo.org> AuthorDate: 2023-04-11 06:11:05 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-04-11 06:14:57 +0000 dev-python/sip: add 6.7.8 Bug: https://bugs.gentoo.org/878671 Signed-off-by: Sam James <sam@gentoo.org> dev-python/sip/Manifest | 1 + dev-python/sip/sip-6.7.8.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+)
FWICS all versions requiring dev-python/toml are gone.