[issue27819] Always distribute sdist packages as gztar.

2016-08-21 Thread Jason R. Coombs

Changes by Jason R. Coombs :


--
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27819] Always distribute sdist packages as gztar.

2016-08-21 Thread Roundup Robot

Roundup Robot added the comment:

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

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27819] Always distribute sdist packages as gztar.

2016-08-21 Thread Jason R. Coombs

Jason R. Coombs added the comment:

Good suggestions.

--
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27819] Always distribute sdist packages as gztar.

2016-08-20 Thread Nick Coghlan

Nick Coghlan added the comment:

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.

--
nosy: +ncoghlan

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27819] Always distribute sdist packages as gztar.

2016-08-20 Thread Jason R. Coombs

Changes by Jason R. Coombs :


--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27819] Always distribute sdist packages as gztar.

2016-08-20 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27819] Always distribute sdist packages as gztar.

2016-08-20 Thread Jason R. Coombs

New submission from Jason R. Coombs:

Per https://github.com/pypa/setuptools/pull/748#issuecomment-241212548, 
distutils should by default produce gztar formats on all platforms.

--
assignee: jason.coombs
components: Distutils
messages: 273245
nosy: dstufft, eric.araujo, jason.coombs
priority: normal
severity: normal
status: open
title: Always distribute sdist packages as gztar.
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com