Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Not a Bug
-
Affects Version/s: 6.2.0
-
Fix Version/s: None
-
Component/s: PyPI
-
Labels:None
Description
Steps to reproduce
- Create a local PyPI repo (eg. test-repo)
- Upload a package with a ! in the version (eg. package-1!201804031351+ne9c86eb)
- Try to delete it
That will result in a 404 HTTP status code response.
Conclusion
I've tried passing %21 instead of ! and even escaping it with \. Nothing worked. Not even downloading from that URL works. Notice that deleting packages without ! in their versions work fine.