Actions
Issue #3632
closedPulp_python does not normalize project name before publish
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Python:
Platform Release:
2.16.4
Target Release - Python:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 38
Quarter:
Description
pip install -i pulp.repo trusted-host pulp.repo CouchDB
Is trying to download "/pulp/python/web/ghostdev/simple/couchdb/" but pulp mirrored it to http://pulp.repo/pulp/python/web/ghostdev/simple/CouchDB/
From PEP 503 it seems that it must be lowercases : https://www.python.org/dev/peps/pep-0503/
We should normalize the project name prior to publication
Actions
normalize project name before publish
closes #3632 https://pulp.plan.io/issues/3632