winget-pkgs icon indicating copy to clipboard operation
winget-pkgs copied to clipboard

[Package Issue]: Anaconda.Miniconda3

Open Exorcism0666 opened this issue 4 months ago • 4 comments

Please confirm these before moving forward

  • [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • [X] I have not been informed if the issue is resolved in a preview version of the winget client.

Category of the issue

Other

Brief description of your issue

py39_4.10.3 is proposed as the latest update when in fact it is py311_23.11.0-2 that is the latest update.

Steps to reproduce

winget search Anaconda

Actual behavior

The "latest" version of Anaconda.Miniconda3 is py39_4.10.3

Expected behavior

The latest version of Anaconda.Miniconda3 should be py311_23.11.0-2

Environment

Windows: Windows.Desktop v10.0.19045.4123
Architecture du système : X64
Package : Microsoft.DesktopAppInstaller v1.22.10582.0

Répertoires Winget
-----------------------------------------------------------------------------------------------------------------------------------------
Journaux                                     %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
Paramètres utilisateurs                      %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Répertoire des liens portables (utilisateur) %LOCALAPPDATA%\Microsoft\WinGet\Links
Répertoire des liens portables (ordinateur)  C:\Program Files\WinGet\Links
Racine de package portable (utilisateur)     %LOCALAPPDATA%\Microsoft\WinGet\Packages
Racine du package portable                   C:\Program Files\WinGet\Packages
Racine de package portable (x86)             C:\Program Files (x86)\WinGet\Packages
Téléchargements du programme d’installation  %USERPROFILE%\Downloads

Liens
---------------------------------------------------------------------------------------------
Déclaration de confidentialité        https://aka.ms/winget-privacy
Contrat de licence                    https://aka.ms/winget-license
Avis de tiers                         https://aka.ms/winget-3rdPartyNotice
Page d’accueil                        https://aka.ms/winget
Conditions générales du Windows Store https://www.microsoft.com/en-us/storedocs/terms-of-sale

Paramètre administrateur                  État
---------------------------------------------------
LocalManifestFiles                        Activé
BypassCertificatePinningForMicrosoftStore Désactivé
InstallerHashOverride                     Désactivé
LocalArchiveMalwareScanOverride           Désactivé

Screenshots and Logs

image image

Exorcism0666 avatar Mar 05 '24 19:03 Exorcism0666

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

github-actions[bot] avatar Mar 05 '24 19:03 github-actions[bot]

This might be due to the py in the version number, possibly causing it to be interpreted as a string instead of a semantic number. I believe the string py39 sorts higher than py31.

stephengillie avatar Mar 06 '24 15:03 stephengillie

I think it would be better splitting them into sub-packages. I'm currently using py312_24.1.2-0 as the latest version, while winget.exe thinks py39_23.3.1-0 is newer.

  • Releated https://github.com/microsoft/winget-pkgs/issues/30317#issue-1026114340

Telling them apart with Anaconda.Miniconda3.py312, Anaconda.Miniconda3.py39 would be better. Then we can just keep semantic number 24.1.2-0 and 23.3.1-0 for tagging manifests.

Dragon1573 avatar Mar 25 '24 03:03 Dragon1573

This should be fixed now, by removing the real old versions.

SpecterShell avatar Apr 04 '24 07:04 SpecterShell