Issue ID:
Type
Bug
Title:
FIX: Error with Conda package versions that have leading "0"s
Created:
10/4/2022 7:48:08 AM by Steve Dennis
Status:
Completed on 10/7/2022 9:59:18 PM
Last pulled:
10/7/2022 10:14:37 PM
Description:
The latest `ca-certificates` package shows up in ProGet as `2022.7.19`. However, the actual version is `2022.07.19`, which causes problems when trying to view or download the package, as one might expect. It looks like Conda *acknowledges* `PEP 440`, but doesn't actually follow it 🤦‍♂️ https://conda.io/projects/conda-build/en/latest/resources/package-spec.html