Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always distribute sdist packages as gztar. #72006

Closed
jaraco opened this issue Aug 20, 2016 · 5 comments
Closed

Always distribute sdist packages as gztar. #72006

jaraco opened this issue Aug 20, 2016 · 5 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@jaraco
Copy link
Member

jaraco commented Aug 20, 2016

BPO 27819
Nosy @jaraco, @ncoghlan, @merwok, @dstufft

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/jaraco'
closed_at = <Date 2016-08-21.20:10:01.414>
created_at = <Date 2016-08-20.21:12:28.650>
labels = ['library']
title = 'Always distribute sdist packages as gztar.'
updated_at = <Date 2016-08-21.20:10:01.413>
user = 'https://github.com/jaraco'

bugs.python.org fields:

activity = <Date 2016-08-21.20:10:01.413>
actor = 'jaraco'
assignee = 'jaraco'
closed = True
closed_date = <Date 2016-08-21.20:10:01.414>
closer = 'jaraco'
components = ['Distutils']
creation = <Date 2016-08-20.21:12:28.650>
creator = 'jaraco'
dependencies = []
files = []
hgrepos = []
issue_num = 27819
keywords = []
message_count = 5.0
messages = ['273245', '273247', '273261', '273314', '273315']
nosy_count = 5.0
nosy_names = ['jaraco', 'ncoghlan', 'eric.araujo', 'python-dev', 'dstufft']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue27819'
versions = ['Python 3.6']

@jaraco
Copy link
Member Author

jaraco commented Aug 20, 2016

Per pypa/setuptools#748 (comment), distutils should by default produce gztar formats on all platforms.

@jaraco jaraco self-assigned this Aug 20, 2016
@jaraco jaraco added the stdlib Python modules in the Lib dir label Aug 20, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Aug 20, 2016

New changeset 8d09ec0ee934 by Jason R. Coombs in branch 'default':
Issue bpo-27819: Simply default to gztar for sdist formats by default on all platforms.
https://hg.python.org/cpython/rev/8d09ec0ee934

@jaraco jaraco closed this as completed Aug 20, 2016
@ncoghlan
Copy link
Contributor

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.

@jaraco
Copy link
Member Author

jaraco commented Aug 21, 2016

Good suggestions.

@jaraco jaraco reopened this Aug 21, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Aug 21, 2016

New changeset ed9cabce9c38 by Jason R. Coombs in branch 'default':
Issue bpo-27819: Add more detail in What's New in 3.6.
https://hg.python.org/cpython/rev/ed9cabce9c38

@jaraco jaraco closed this as completed Aug 21, 2016
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

2 participants