-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Release 2.7.15 #180
Release 2.7.15 #180
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please re-render. |
Hmm...did some Python 3 code sneak into the Python 2 codebase on Windows. ;) C:\bld\python_1525666272216\work\Lib\xml\sax\__init__.py
1994 File(s) copied
1 file(s) moved.
1 dir(s) moved.
1 file(s) moved.
1 dir(s) moved.
Compiling C:\bld\python_1525666272216\_h_env\Lib\tkinter\ttk.py ...
File "C:\bld\python_1525666272216\_h_env\Lib\tkinter\ttk.py", line 83
for *state, val in items:
^
SyntaxError: invalid syntax ref: https://ci.appveyor.com/project/conda-forge/python-feedstock/build/1.0.334 (added link in edit) |
This file was included in python/cpython#6326 to close bpo 33906. I haven't had time to dig deep enough to know if this new file is required for the fix or not. For |
Thanks @jjhelmus. Have added a comment upstream. Let's see what they say. |
Sounds like we can just drop them. ( python/cpython#6724 ) |
These files snuck into a bug fix patch, but appear to not be needed after all based on information from upstream. So this applies an upstream patch to just drop them.
@@ -15,8 +15,10 @@ source: | |||
- win-library_bin.patch # [win] | |||
- 0008-Win32-Fixes-for-Windows-GCC-interop-needed-by-RPy2-a.patch | |||
- 0017-Fix-find_library-so-that-it-looks-in-sys.prefix-lib-.patch | |||
- PR_6724.patch |
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.
Generated from PR ( python/cpython#6724 )'s only commit ( python/cpython@6af2231 ).
LGTM, thanks for the update @jakirkham |
Thanks @jjhelmus :) |
https://www.python.org/downloads/release/python-2715/