Hi!
Soon pypi.org will be the canonical package repository instead of pypi.python.org.
The following is an example on how the default "root/pypi" index on m.devpi.net would be updated:
devpi use https://m.devpi.net devpi login root devpi index root/pypi "mirror_web_url_fmt=https://pypi.org/project/%7Bname%7D/" "mirror_url=https://pypi.org/simple/"
After that the "mirror_url" and "mirror_web_url_fmt" options should be updated.
Make sure you include the trailing slashes in the URL to avoid unnecessary redirects.
If you use the "--restrict-modify" option, you need to use a user directly listed in there or belonging to a group that is listed.
If your PyPI mirror index has a different name, you need to use that in the "devpi index" call.
Regards, Florian Schulze