Page MenuHomeFreeBSD

Remove non-PEP449 Python mirrors [Part III]
ClosedPublic

Authored by koobs on Oct 22 2015, 3:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 11, 12:47 PM
Unknown Object (File)
Jan 31 2024, 2:05 AM
Unknown Object (File)
Jan 21 2024, 12:18 AM
Unknown Object (File)
Dec 2 2023, 6:25 AM
Unknown Object (File)
Dec 2 2023, 6:25 AM
Unknown Object (File)
Dec 2 2023, 6:25 AM
Unknown Object (File)
Dec 2 2023, 6:25 AM
Unknown Object (File)
Dec 2 2023, 6:24 AM
Subscribers
Tokens
"Doubloon" token, awarded by ultima1252_gmail.com.

Details

Summary

PEP-449 [1] describes the 'Removal of the PyPI Mirror Auto Discovery and
Naming Scheme'.

The main elements of this (Accepted) proposal are:

  • Removal of [a-z].pypi.python.org DNS CNAMES
  • Replacing individual mirrors with a single Geo-aware CDN service

Previous revisions 365159, 347895, 342514 deprecated several individual
mirrors and *.pypi.python.org aliases. The following changes (Part III)
completes the (PEP-449 compatibility) transition:

  • Remove pypi.crate.io (NXDOMAIN)
  • Remove pypi.python.jp (Outdated)
  • Switch to TLS (HTTPS) MASTER_SITE by default
  • Leave a non-TLS (HTTP) MASTER_SITE for fallback (proxy environments)

[1] https://www.python.org/dev/peps/pep-0449/

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

koobs retitled this revision from to Remove non-PEP449 Python mirrors [Part III].
koobs updated this object.
koobs edited the test plan for this revision. (Show Details)
koobs added reviewers: antoine, mva.
koobs added a subscriber: Python.
koobs edited edge metadata.
This revision is now accepted and ready to land.Oct 24 2015, 3:45 AM
This revision was automatically updated to reflect the committed changes.