summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.14.0.ebuild
AgeCommit message (Collapse)Author
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-11dev-lang/python: skip test_pyrepl test for PGOSam James
I guess depending on the way Clang's profiling works, it may not save the equivalent of .gcov files cleanly on exit (or regularly flush them to disk) if killed. Closes: https://bugs.gentoo.org/964023 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-11dev-lang/python: check for new enough GCC/Clang for USE=tail-call-interpSam James
I've kept the p.use.stable.mask entry as users enabling it on stable would still have to manually set CC=clang etc and it doesn't seem worth it. Hopefully we can stable GCC 15 soonish anyway. Closes: https://bugs.gentoo.org/963989 Thanks-to: Jerome C <me@jeromec.com> Signed-off-by: Sam James <sam@gentoo.org>
2025-10-09dev-lang/python: stabilize 3.14.0Sam James
Bug: https://bugs.gentoo.org/963967 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-07dev-lang/python: Bump to 3.14.0Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>