From 681f4f4fac90860a6558d1798b6b06ec941586f5 Mon Sep 17 00:00:00 2001 From: Adrien Schildknecht Date: Mon, 2 Oct 2023 16:02:07 +0200 Subject: [PATCH 1/2] pypi: change default repository `python.pypi.org` is the legacy index domain name and was replaced by `pypi.org` in 2017. See: https://packaging.python.org/en/latest/glossary/#term-pypi.org --- PURL-TYPES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PURL-TYPES.rst b/PURL-TYPES.rst index 27e747c..964b9c3 100644 --- a/PURL-TYPES.rst +++ b/PURL-TYPES.rst @@ -457,7 +457,7 @@ pypi ---- ``pypi`` for Python packages: -- The default repository is ``https://pypi.python.org``. +- The default repository is ``https://pypi.org``. - PyPI treats ``-`` and ``_`` as the same character and is not case sensitive. Therefore a PyPI package ``name`` must be lowercased and underscore ``_`` replaced with a dash ``-``. From c25a6cd0da8c4792002e1a454c0b3f25b3e083fa Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 20 Oct 2023 15:50:41 +0200 Subject: [PATCH 2/2] Keep old pypi repo for info Signed-off-by: Philippe Ombredanne --- PURL-TYPES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PURL-TYPES.rst b/PURL-TYPES.rst index 964b9c3..1ace3bd 100644 --- a/PURL-TYPES.rst +++ b/PURL-TYPES.rst @@ -457,7 +457,7 @@ pypi ---- ``pypi`` for Python packages: -- The default repository is ``https://pypi.org``. +- The default repository is ``https://pypi.org``. (Previously ``https://pypi.python.org``.) - PyPI treats ``-`` and ``_`` as the same character and is not case sensitive. Therefore a PyPI package ``name`` must be lowercased and underscore ``_`` replaced with a dash ``-``.