Bug 2514458
| Summary: | Implement Changes/Adopt_PURL_Metadata for Python | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Maxwell G <maxwell> |
| Component: | python-rpm-generators | Assignee: | Miro Hrončok <mhroncok> |
| Status: | POST --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cstratak, decathorpe, lbalhar, maxwell, mhroncok, ngompa13, python-maint, python-packagers-sig, torsava |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2494983 | ||
|
Description
Maxwell G
2026-08-12 01:00:14 UTC
I was actually already thinking about this. The bit that needs to be designed is the opt-out mechanism. I'll ask in the discussion: https://discussion.fedoraproject.org/t/f45-change-proposal-adopt-purl-metadata-system-wide/192435/50 (This feature can be drafted even before that.) Note: VERSION is the **normalized** Python version https://github.com/package-url/purl-spec/blob/fe214b861021ff32ad495627e3031d370c319b9e/docs/types/definitions/pypi-definition.md?plain=1#L32 > Replace dot . with underscore _ when used in distribution (sdist, wheel) names I don't really understand this rule. But it appears we cannot just use PEP 503 normalization. (In reply to Miro Hrončok from comment #2) > Note: VERSION is the **normalized** Python version But maybe it isn't :D The standard is not very clear. |