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

bpo-34738: Add directory entries in ZIP files created by distutils. #9419

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 19, 2018

merwok
merwok approved these changes Dec 5, 2018
@serhiy-storchaka serhiy-storchaka merged commit 67a93b3 into python:master Dec 5, 2018
9 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 5, 2018

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 5, 2018
…ythonGH-9419)

(cherry picked from commit 67a93b3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Dec 5, 2018

GH-10941 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Dec 5, 2018
…ythonGH-9419)

(cherry picked from commit 67a93b3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Dec 5, 2018

GH-10942 is a backport of this pull request to the 3.6 branch.

@serhiy-storchaka
Copy link
Member Author

@serhiy-storchaka serhiy-storchaka commented Dec 5, 2018

Thank you for your review @merwok!

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 5, 2018

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 67a93b3a0b3814e97ef9d077b21325fc8ce351b2 2.7

@serhiy-storchaka serhiy-storchaka deleted the distutils-make_zipfile-add-directories branch Dec 5, 2018
miss-islington added a commit that referenced this issue Dec 5, 2018
…H-9419)

(cherry picked from commit 67a93b3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this issue Dec 5, 2018
…ils. (pythonGH-9419).

(cherry picked from commit 67a93b3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Dec 5, 2018

GH-10950 is a backport of this pull request to the 2.7 branch.

serhiy-storchaka added a commit that referenced this issue Dec 5, 2018
…H-9419) (GH-10942)

(cherry picked from commit 67a93b3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit that referenced this issue Dec 5, 2018
jcfr added a commit to scikit-build/scikit-build that referenced this issue May 11, 2019
This commit fixes tests that are checking content of sdist to account for
changes introduced in Python 3.8 and backported to python 2.7, 3.6 and 3.7.
The changes introduced by python/cpython#9419 adds directory entries to
ZIP files created by distutils.

Co-authored-by: Aiden Nibali <dismaldenizen@gmail.com>
jcfr added a commit to scikit-build/scikit-build that referenced this issue May 11, 2019
This commit fixes tests that are checking content of sdist to account for
changes introduced in Python 3.8 and backported to python 2.7, 3.6 and 3.7.
The changes introduced by python/cpython#9419 adds directory entries to
ZIP files created by distutils.

Co-authored-by: Aiden Nibali <dismaldenizen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants