-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Description
Some recent change made that makes py3.12-pip conflicts with python-3.12-default.

After digging around there seems to be a couple of changes that were made
python-3.12-defaultwas replaced withpython-3.12-base(48fc6ab, Re-apply creation of python-3.12-base. #14943)- an update
py3.12-pipto requirespython-3.12-base(likely this one a2c8c0e, python dev #20318)
Earlier similar breaking change were made from python-3.12 to python-3.12-default; where the former no longer had python as a valid executable only python3.12, and required the "default" suffix to get it to work. Same for -dev-default
Questions
- Which package should we use to get a stable python3.12 + pip with "python" as a valid entrypoint? just python-3.12? python-3.12-base?
- Can we have a stable package+version semantics that doesn't keep getting updated? That guarentees Add binutils-2.39 configuration #1 without any conflicts? We've already had -default, -dev-default, -base?
- Is there any place, other than Github PRs, where we can see what breaking changes are going to be introduced?
madhavajay and eelcovdw
Metadata
Metadata
Assignees
Labels
No labels