[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-18 Thread miss-islington
miss-islington added the comment: 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 --

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-17 Thread Brett Cannon
Brett Cannon added the comment: 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

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-17 Thread Brett Cannon
Brett Cannon added the comment: 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

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-17 Thread Brett Cannon
Brett Cannon added the comment: Nah, I don't think setuptools cares about this doc update. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-17 Thread Éric Araujo
Éric Araujo added the comment: 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. -- nosy: +eric.araujo stage: patch review -> commit review versions: +Python 3.10, Python 3.11, Python

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-17 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- pull_requests: +28392 pull_request: https://github.com/python/cpython/pull/30171 ___ Python tracker ___

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +28374 pull_request: https://github.com/python/cpython/pull/30155 ___ Python tracker ___

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-16 Thread miss-islington
miss-islington added the comment: New changeset ecdc0ccede5f9ac4042ff56f295d81df2f428950 by Matthias Bussonnier in branch 'main': bpo-46044: Annotate deprecated sdists formats (GH-30043) https://github.com/python/cpython/commit/ecdc0ccede5f9ac4042ff56f295d81df2f428950 --

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28373 pull_request: https://github.com/python/cpython/pull/30154 ___ Python tracker

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-10 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-10 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- keywords: +patch pull_requests: +28269 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30043 ___ Python tracker

[issue46044] Update distutils documentation to say PyPI only accepts tar.gz and zip.

2021-12-10 Thread Matthias Bussonnier
New submission from Matthias Bussonnier : 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. -- assignee: docs@python components: Documentation