Issue 27819: Always distribute sdist packages as gztar. (original) (raw)

Issue27819

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72006

classification

Title: Always distribute sdist packages as gztar.
Type: Stage:
Components: Distutils Versions: Python 3.6

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jaraco Nosy List: dstufft, eric.araujo, jaraco, ncoghlan, python-dev
Priority: normal Keywords:

Created on 2016-08-20 21:12 by jaraco, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg273245 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2016-08-20 21:12
Per https://github.com/pypa/setuptools/pull/748#issuecomment-241212548, distutils should by default produce gztar formats on all platforms.
msg273247 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-08-20 21:31
New changeset 8d09ec0ee934 by Jason R. Coombs in branch 'default': Issue #27819: Simply default to gztar for sdist formats by default on all platforms. https://hg.python.org/cpython/rev/8d09ec0ee934
msg273261 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2016-08-21 02:56
This one would be worth a note in What's New as well - both in the "changed modules" section under distutils, and in the "Porting to Python 3.6" section While it doesn't affect Python code per se, it may affect folks doing Windows-specific workflow automation, where they'll either need to configure the use of "zip" explicitly, or else adjust their other tools to handle .tar.gz inputs.
msg273314 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2016-08-21 19:46
Good suggestions.
msg273315 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-08-21 20:09
New changeset ed9cabce9c38 by Jason R. Coombs in branch 'default': Issue #27819: Add more detail in What's New in 3.6. https://hg.python.org/cpython/rev/ed9cabce9c38
History
Date User Action Args
2022-04-11 14:58:35 admin set github: 72006
2016-08-21 20:10:01 jaraco set status: open -> closed
2016-08-21 20:09:48 python-dev set messages: +
2016-08-21 19:46:07 jaraco set status: closed -> openmessages: +
2016-08-21 02:56:27 ncoghlan set nosy: + ncoghlanmessages: +
2016-08-20 21:46:20 jaraco set status: open -> closedresolution: fixed
2016-08-20 21:31:17 python-dev set nosy: + python-devmessages: +
2016-08-20 21:12:28 jaraco create