PEP 381: Mark as Withdrawn (#905)
This commit is contained in:
parent
efa0877683
commit
92f130c1f5
20
pep-0381.txt
20
pep-0381.txt
|
@ -3,7 +3,7 @@ Title: Mirroring infrastructure for PyPI
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Tarek Ziadé <tarek@ziade.org>, Martin v. Löwis <martin@v.loewis.de>
|
Author: Tarek Ziadé <tarek@ziade.org>, Martin v. Löwis <martin@v.loewis.de>
|
||||||
Status: Draft
|
Status: Withdrawn
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 21-March-2009
|
Created: 21-March-2009
|
||||||
|
@ -17,6 +17,24 @@ Abstract
|
||||||
This PEP describes a mirroring infrastructure for PyPI.
|
This PEP describes a mirroring infrastructure for PyPI.
|
||||||
|
|
||||||
|
|
||||||
|
PEP Withdrawal
|
||||||
|
==============
|
||||||
|
|
||||||
|
The main PyPI web service was moved behind the Fastly caching CDN in May 2013:
|
||||||
|
https://mail.python.org/pipermail/distutils-sig/2013-May/020848.html
|
||||||
|
|
||||||
|
Subsequently, this arrangement was formalised as an in-kind sponsorship with
|
||||||
|
the PSF, and the PSF has also taken on the task of risk management in the event
|
||||||
|
that that sponsorship arrangement were to ever cease.
|
||||||
|
|
||||||
|
The download statistics that were previously provided directly on PyPI, are now
|
||||||
|
published indirectly via Google Big Query:
|
||||||
|
https://packaging.python.org/guides/analyzing-pypi-package-downloads/
|
||||||
|
|
||||||
|
Accordingly, the mirroring proposal described in this PEP is no longer required,
|
||||||
|
and has been marked as Withdrawn.
|
||||||
|
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue