We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The current implementation is to use pypi.io:
pypi.io
"source": { "url": "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/"
But it seems that pypi.io redirects to pypi.org
pypi.org
To Reproduce Steps to reproduce the behavior:
curl -w "%{redirect_url}" "https://pypi.io/" <html><head><title>301 Moved Permanently</title></head><body><center><h1>301 Moved Permanently</h1></center></body></html> curl -w "%{redirect_url}" "https://pypi.org/" <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> ...
See https://unix.stackexchange.com/a/320294
Expected behavior Should the source/url be pypi.org by default instead of pypi.io?
source/url
Outputs
Environment:
grayskull >=1.0.0
Additional context Looks like pypi.io initially was a temporary domain pypi/warehouse#2184 (comment). Is it still true?
The text was updated successfully, but these errors were encountered:
Yes, that's correct.
This was fixed in #540
Source is now pypi.org. Issue can be closed.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The current implementation is to use
pypi.io
:But it seems that
pypi.io
redirects topypi.org
To Reproduce
Steps to reproduce the behavior:
See https://unix.stackexchange.com/a/320294
Expected behavior
Should the
source/url
bepypi.org
by default instead ofpypi.io
?Outputs
Environment:
grayskull >=1.0.0
Additional context
Looks like
pypi.io
initially was a temporary domain pypi/warehouse#2184 (comment). Is it still true?The text was updated successfully, but these errors were encountered: