Le mercredi 29 avril 2020 à 16:27 +0200, Tomas Orsava a écrit : Hi, > I’m working on a change to rename pythonXY packages to pythonX.Y, > e.g. python39 to python3.9. > > Motivation: > When you install an additional Python interpreter, the command that > runs it contains a dot (e.g. /usr/bin/python3.9) but the package name > does not (e.g. dnf install python39). If you go into cleanup & renaming mode, please add a '-' between python and the version, so it is consistent with the way versionned names have been done in the distribution for a long time. For example, I see we have a java-1.8.0-openjdk java-11-openjdk java-latest-openjdk As you see the magic '-' makes it possible to use non-numeric version qualifiers later without breaking naming conventions. Regards -- Nicolas Mailhot _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx