-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
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
Will it be pypi.org or pypi.io? #2184
Comments
The final home of PyPI will be pypi.org yes. The pypi.io domain currently redirects to pypi.org and once we shut down legacy PyPI for good, then pypi.python.org will redirect to pypi.org as well. The pypi.io domain ended up being a temporary domain before we were able to purchase the pypi.org domain name. |
beenje
added a commit
to beenje/grayskull
that referenced
this issue
Aug 17, 2024
pypi.org is the official domain. See pypi/warehouse#2184
beenje
added a commit
to beenje/grayskull
that referenced
this issue
Aug 17, 2024
pypi.org is the official domain. See pypi/warehouse#2184
marcelotrevisani
pushed a commit
to conda/grayskull
that referenced
this issue
Aug 18, 2024
* add simpler license matcher * Fix --pypi-url args.url_pypi_metadata has a default value and will never be empty. To check if both options aren't given, we have to check if it's different fro the default value. * Fix meta.yaml output directory A small bug was introduced when adding v1 format. The "meta.yaml" file was always created in the current directory instead of recipe_dir. * Replace pypi.io with pypi.org pypi.org is the official domain. See pypi/warehouse#2184 Fix: Mixing implicit and explicit returns may indicate an error as implicit returns always return None * Fix test_ciso_recipe Bump version to 0.2.2. Version 0.1.0 includes versioneer.py which isn't compatible with Python 3.12 (using SafeConfigParser). * Fix test_injection_distutils_compiler_gsw Bump gsw version to 3.6.19. Version 3.3.1 includes versioneer.py which tries to import SafeConfigParser that was removed in Python 3.12. "packages" key isn't detected anymore as most metadata were moved to pyproject.toml. Only C extension definition is left in setup.py. * Fix test_merge_pypi_sdist_metadata Bump gsw version to 3.6.19. Version 3.3.1 includes versioneer.py which tries to import SafeConfigParser that was removed in Python 3.12. * Skip test_console_script_toml_format for python 3.12 Package setup.py not compatible with 3.12 (try to import imp). New package to find for this test. Skip for now. --------- Co-authored-by: Daniel Holth <dholth@anaconda.com>
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In light of this article about the
.io
domain, and the fact that the launch milestone still mentions pypi.io, I just wanted to double check that the final home of the new PyPI will in fact be pypi.org and not pypi.io (in addition to pypi.python.org, of course). pypi.io redirects to pypi.org, so I assume that's the case.Is that correct?
The text was updated successfully, but these errors were encountered: