This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update distutils documentation to say PyPI only accepts tar.gz and zip.
Type: Stage: resolved
Components: Documentation Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: brett.cannon, docs@python, eric.araujo, mbussonn, miss-islington
Priority: normal Keywords: patch

Created on 2021-12-11 00:42 by mbussonn, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30043 merged mbussonn, 2021-12-11 00:43
PR 30154 merged miss-islington, 2021-12-16 19:57
PR 30155 merged miss-islington, 2021-12-16 19:57
PR 30171 merged mbussonn, 2021-12-17 19:10
Messages (7)
msg408288 - (view) Author: Matthias Bussonnier (mbussonn) * Date: 2021-12-11 00:42
This page: https://docs.python.org/3/distutils/sourcedist.html

Is the first result on google for "python sdist", but does not mention that all but tar.gz and zip are supported by PyPI.
msg408734 - (view) Author: miss-islington (miss-islington) Date: 2021-12-16 19:57
New changeset ecdc0ccede5f9ac4042ff56f295d81df2f428950 by Matthias Bussonnier in branch 'main':
bpo-46044: Annotate deprecated sdists formats (GH-30043)
https://github.com/python/cpython/commit/ecdc0ccede5f9ac4042ff56f295d81df2f428950
msg408810 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2021-12-17 19:15
I am not sure if this sould also be reported to https://github.com/pypa/distutils/ because I don’t know if they build and publish the docs somewhere.
msg408820 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2021-12-17 22:21
Nah, I don't think setuptools cares about this doc update.
msg408822 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2021-12-17 23:32
New changeset 8202a7e3dd55d551906390742fc748d0747256b8 by Miss Islington (bot) in branch '3.9':
[3.9] bpo-46044: Annotate deprecated sdists formats (GH-30043) (GH-30155)
https://github.com/python/cpython/commit/8202a7e3dd55d551906390742fc748d0747256b8
msg408821 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2021-12-17 23:32
New changeset dbd1dc23f60a6883adf1d18e660f163fa76b8ba9 by Miss Islington (bot) in branch '3.10':
[3.10] bpo-46044: Annotate deprecated sdists formats (GH-30043) (#30154)
https://github.com/python/cpython/commit/dbd1dc23f60a6883adf1d18e660f163fa76b8ba9
msg408869 - (view) Author: miss-islington (miss-islington) Date: 2021-12-18 21:19
New changeset fe68486197cb26a69ecce9353271d91adf885cb5 by Matthias Bussonnier in branch 'main':
bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171)
https://github.com/python/cpython/commit/fe68486197cb26a69ecce9353271d91adf885cb5
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90202
2021-12-18 21:19:15miss-islingtonsetmessages: + msg408869
2021-12-17 23:32:26brett.cannonsetmessages: + msg408821
2021-12-17 23:32:25brett.cannonsetmessages: + msg408822
2021-12-17 22:21:11brett.cannonsetstatus: open -> closed
resolution: fixed
messages: + msg408820

stage: commit review -> resolved
2021-12-17 19:15:26eric.araujosetversions: + Python 3.9, Python 3.10, Python 3.11
nosy: + eric.araujo

messages: + msg408810

stage: patch review -> commit review
2021-12-17 19:10:08mbussonnsetpull_requests: + pull_request28392
2021-12-16 19:57:51miss-islingtonsetpull_requests: + pull_request28374
2021-12-16 19:57:51miss-islingtonsetmessages: + msg408734
2021-12-16 19:57:47miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request28373
2021-12-11 00:44:12mbussonnsetnosy: + brett.cannon
2021-12-11 00:43:03mbussonnsetkeywords: + patch
stage: patch review
pull_requests: + pull_request28269
2021-12-11 00:42:01mbussonncreate