Improve python download of available versions #927
Labels
enhancement
New feature or request
mirrors
ide-mirrors repository (deprecated/obsolete)
waiting-for-feedback
we have asked a question and the issue is pending until an answer is provided
As a devon IDE user, I want to be able to download specific python versions without errors.
Currently, a number of versions in the available-versions file for Python can't be downloaded with the download URL specified in https://github.com/devonfw/ide-mirrors/blob/master/python/urls.
For windows the download URL looks like this when the extension and os mappings are filled in:
https://www.python.org/ftp/python/${version}/python-${version}-embed-win32.zip
But the actual download links (from the same website) of some versions have a different format, for example:
https://www.python.org/ftp/python/3.9.14/Python-3.9.14.tgz (or other extensions but not .zip)
Examples of versions that don't work with the current URL:
3.11.0,
3.9.14,
3.8.11 - 3.8.14,
3.7.2,
...
Version 3.11.0 might be a pre-release or something like that. If that's really the case, it should actually not be listed in the available-versions file.
Related Issue:
#826
The text was updated successfully, but these errors were encountered: