Status update for PEP 512 (#163)

This commit is contained in:
Brett Cannon 2016-12-20 09:52:41 -08:00 committed by GitHub
parent e75da5cab3
commit f946edbdb9
1 changed files with 6 additions and 4 deletions

View File

@ -708,10 +708,6 @@ Required:
- Message #python-dev for each commit (PR or direct)
(https://github.com/python/cpython/settings/hooks/new?service=irc;
commitment from R. David Murray)
- Update commit hash detection on b.p.o to support 10- and 11-character hashes
(https://hg.python.org/tracker/python-dev/file/1b16b4c8ab77/extensions/local_replace.py#l80)
- Get docs built from git
(need to contact infrastructure team)
* In progress
@ -729,6 +725,12 @@ Required:
- `Update the linking service for mapping commit IDs to URLs`_
(code ready, needs deployment once the hg repository is made read-only;
https://gist.github.com/brettcannon/f8d97c92b0df264cd4db008ffd32daf9)
- Update commit hash detection on b.p.o to support 10- and 11-character hashes
(http://psf.upfronthosting.co.za/roundup/meta/issue610)
- Get docs built from git
(https://github.com/python/docsbuild-scripts/blob/master/build_docs.py already
updated to work with git; finding out where the invocations are to make sure
they pass the appropriate ``--git`` flag)
* Completed