-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
@sethmlarson reported this on matrix:
So it looks like the "file name" qualifier for PyPI PURLs isn't defined right. The definition says file_name and the examples are all filename, so... anyone know which it actually is? 🙈
To which I replied:
That's a bug that should have been clarified. It is correct in the main type definition, but the examples and tests are incorrect!
See
purl-spec/types/pypi-definition.json
Line 31 in 96d6f8c
"key": "file_name", |
^ is correct
purl-spec/types/pypi-definition.json
Line 38 in 96d6f8c
"pkg:pypi/django@1.11.1?filename=Django-1.11.1.tar.gz", |
and also in tests
https://github.com/package-url/purl-spec/blob/main/tests/types/pypi-test.json#L99
Metadata
Metadata
Assignees
Labels
No labels