-
Notifications
You must be signed in to change notification settings - Fork 365
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
Pinning Troposphere for breaking change #1029
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mcrowson I received this troposphere issue today. tl;dr: the recently released setuptools >= 58.0.0 removed 2to3. This means troposphere 2.7 cannot be used with Python 3 using the newer setuptools. It would be good to merge this PR and do a release of zappa to support users needing Python 3 compatibility. |
I don't this fix was released to |
Is there an ETA on the release containing these changes? |
For those who need a bandaid for this, just point to current master branch of this repository in your requirements files - |
The latest Zappa version cannot be installed with the latest setuptools. A PR with a fix (zappa/Zappa#1029) has been merged in the Zappa project but there hasn't been a new release yet. When Zappa releases a new version, this change can be reverted and replaced with a bump of the latest Zappa version.
The latest Zappa version cannot be installed with the latest setuptools. A PR with a fix (zappa/Zappa#1029) has been merged in the Zappa project but there hasn't been a new release yet. When Zappa releases a new version, this change can be reverted and replaced with a bump of the latest Zappa version.
The latest Zappa version cannot be installed with the latest setuptools. A PR with a fix (zappa/Zappa#1029) has been merged in the Zappa project but there hasn't been a new release yet. When Zappa releases a new version, this change can be reverted and replaced with a bump of the latest Zappa version.
The latest Zappa version cannot be installed with the latest setuptools. A PR with a fix (zappa/Zappa#1029) has been merged in the Zappa project but there hasn't been a new release yet. When Zappa releases a new version, this change can be reverted and replaced with a bump of the latest Zappa version.
Description
Troposphere had a breaking change and we were not pinning a version for it.
GitHub Issues
#999 #1001 #1013 #1016
https://github.com/cloudtools/troposphere/blob/main/CHANGELOG.rst#300-20210705