PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 29th of June, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[22:11:47] <adisbladis> Normally wheels and sdists have a "friendl" URL that redirects to the actual file ( "https://files.pythonhosted.org/packages/py2.py3/g/geojson/geojson-2.4.1-py2.py3-none-any.whl" -> https://files.pythonhosted.org/packages/f1/34/bc3a65faabce27a7faa755ab08d811207a4fc438f77ef09c229fc022d778/geojson-2.4.1-py2.py3-none-any.whl ). For some reason this is not working for django-oauth-toolkit (
[22:11:49] <adisbladis> https://files.pythonhosted.org/packages/py2.py3/d/django-oauth-toolkit/django_oauth_toolkit-1.2.0-py2.py3-none-any.whl ). Any ideas why?
[22:43:00] <toad_polo> adisbladis: Possibly the fact that the package name has dashes in it? Some normalization issue or something?
[22:43:59] <toad_polo> Unless it's part of the official API, I would probably not rely on the behavior, though. If it is part of the official API presumably it's specified what happens in case cases in the API spec.
[22:45:31] <adisbladis> toad_polo: I've already taken that into account.. The filename has underscores but the package name does not in this case.
[22:46:18] <adisbladis> Anyway, I've tried all possible valid variants of the URL I could come up with and nothing works.
[22:55:00] <adisbladis> Turns out I'd missed some important metadata, this is the valid url :) https://files.pythonhosted.org/packages/3.6/d/django-oauth-toolkit/django_oauth_toolkit-1.2.0-py2.py3-none-any.whl