Update PEP 512 status and mark as final (#212)
This commit is contained in:
parent
c78ccb3dcb
commit
18fe35a300
30
pep-0512.txt
30
pep-0512.txt
|
@ -4,12 +4,18 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Brett Cannon <brett@python.org>
|
Author: Brett Cannon <brett@python.org>
|
||||||
Discussions-To: core-workflow@python.org
|
Discussions-To: core-workflow@python.org
|
||||||
Status: Active
|
Status: Final
|
||||||
Type: Process
|
Type: Process
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 17-Jan-2015
|
Created: 17-Jan-2015
|
||||||
Post-History: 17-Jan-2016, 19-Jan-2016, 23-Jan-2016
|
Post-History: 17-Jan-2016, 19-Jan-2016, 23-Jan-2016
|
||||||
|
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
CPython's development process moved to https://github.com/python/cpython
|
||||||
|
on 2017-02-10.
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
@ -704,13 +710,6 @@ Required:
|
||||||
|
|
||||||
- `Update PEP 101`_ (commitment from Ned Deily to do this;
|
- `Update PEP 101`_ (commitment from Ned Deily to do this;
|
||||||
**non-blocker**)
|
**non-blocker**)
|
||||||
- Email python-checkins for each commit (PR or direct)
|
|
||||||
(https://help.github.com/articles/managing-notifications-for-pushes-to-a-repository/;
|
|
||||||
**post-migration**)
|
|
||||||
- Message #python-dev for each commit (PR or direct)
|
|
||||||
(https://github.com/python/cpython/settings/hooks/new?service=irc;
|
|
||||||
commitment from R. David Murray;
|
|
||||||
**post-migration**)
|
|
||||||
|
|
||||||
* In progress
|
* In progress
|
||||||
|
|
||||||
|
@ -718,17 +717,10 @@ Required:
|
||||||
(http://bugs.python.org/issue27593;
|
(http://bugs.python.org/issue27593;
|
||||||
review committal from Ned Deily;
|
review committal from Ned Deily;
|
||||||
**non-blocker**)
|
**non-blocker**)
|
||||||
- Migrate buildbots to be triggered and pull from GitHub
|
|
||||||
(Zach Ware thinks this won't be an issue;
|
|
||||||
**post-migration**)
|
|
||||||
- `Update the linking service for mapping commit IDs to URLs`_
|
- `Update the linking service for mapping commit IDs to URLs`_
|
||||||
(code ready, needs deployment once the hg repository is made read-only;
|
(code ready, needs deployment once the hg repository is made read-only;
|
||||||
https://gist.github.com/brettcannon/f8d97c92b0df264cd4db008ffd32daf9;
|
https://gist.github.com/brettcannon/f8d97c92b0df264cd4db008ffd32daf9;
|
||||||
**post-migration**)
|
**post-migration**)
|
||||||
- Get docs built from git
|
|
||||||
(https://github.com/python/docsbuild-scripts/blob/master/build_docs.py already
|
|
||||||
updated; https://github.com/python/psf-salt/pull/91 to switch;
|
|
||||||
**post-migration**)
|
|
||||||
|
|
||||||
* Completed
|
* Completed
|
||||||
|
|
||||||
|
@ -742,6 +734,14 @@ Required:
|
||||||
(http://psf.upfronthosting.co.za/roundup/meta/issue610)
|
(http://psf.upfronthosting.co.za/roundup/meta/issue610)
|
||||||
- `Linking a pull request to an issue`_
|
- `Linking a pull request to an issue`_
|
||||||
(http://psf.upfronthosting.co.za/roundup/meta/issue589)
|
(http://psf.upfronthosting.co.za/roundup/meta/issue589)
|
||||||
|
- Email python-checkins for each commit (PR or direct)
|
||||||
|
(https://help.github.com/articles/managing-notifications-for-pushes-to-a-repository/)
|
||||||
|
- Message #python-dev for each commit (PR or direct)
|
||||||
|
(https://github.com/python/cpython/settings/hooks/new?service=irc)
|
||||||
|
- Get docs built from git
|
||||||
|
(https://github.com/python/docsbuild-scripts/blob/master/build_docs.py already
|
||||||
|
updated; https://github.com/python/psf-salt/pull/91 to switch)
|
||||||
|
- Migrate buildbots to be triggered and pull from GitHub
|
||||||
|
|
||||||
|
|
||||||
Optional features:
|
Optional features:
|
||||||
|
|
Loading…
Reference in New Issue