Seperate python2 manifests from the python3 ones #12004
Replies: 8 comments 5 replies
-
I've been thinking about this for a few other apps too, technically the However as you can see there is another problem since the Yes its possible but the PR submissions would have to be stricter 🙄 |
Beta Was this translation helpful? Give feedback.
-
Someone (I can do it unless someone gets to it before me) needs to go through and remove the architectures from the But we can move the Python2 ones to Python.Python.2 and the Python3 ones to Python.Python.3 (or keep them in Python.Python, since Python2 is EOL and people need to start their migrations... ;D). That's what I did for OpenJDK, and it works quite well. Anyone have a preference? |
Beta Was this translation helpful? Give feedback.
-
There are several opinions about versioning and programming languages. Now that we have solid support for multi-architecture manifests, it is possible to merge packages with the same version into a single logical package. As the Windows Package Manager doesn't support pinning for versions yet, it seems logical to have different packages for different versions. Once we have pinning it would be possible to collapse again into a single package. I'd say it's more of a community preference. This might be a great area for a discussion. |
Beta Was this translation helpful? Give feedback.
-
Yes please. |
Beta Was this translation helpful? Give feedback.
-
I've converted the Issue to a discussion. I also pinned this discussion to get more visibility. |
Beta Was this translation helpful? Give feedback.
-
I've just moved all of the Python 2 manifests to Presuming all of these clear, I'll probably move the Python 3.x manifests to Python.Python.3 and add a |
Beta Was this translation helpful? Give feedback.
-
Alrighty, looks like this is all done once the PRs clear (the pipeline got stuck on a couple). Within the next hour or two, you should be able to do |
Beta Was this translation helpful? Give feedback.
-
I'd say the Python community owes you one 🥇 |
Beta Was this translation helpful? Give feedback.
-
Currently python2 and python3 packages are located in the same folder. I would like to install the latest python2 release without specifying the version by typing "winget install python2" or "winget install python27"
Beta Was this translation helpful? Give feedback.
All reactions