-
Notifications
You must be signed in to change notification settings - Fork 118
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
SETUPTOOLS_USE_DISTUTILS=stdlib #1924
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1924 +/- ##
==========================================
- Coverage 47.24% 47.20% -0.04%
==========================================
Files 543 543
Lines 112941 112941
==========================================
- Hits 53354 53309 -45
- Misses 59587 59632 +45
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
✔️ d6c92b7 -> Azure artifacts URL |
✔️ 2544fa8 -> Azure artifacts URL |
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 🚀
✔️ 55b7263 -> Azure artifacts URL |
* Workaround for: #1605 See: * https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html * https://setuptools.pypa.io/en/latest/history.html#id228 Co-authored-by: Olli Lupton <[email protected]> cherry-pick from master 962533e to allow build with Python3.11
* SETUPTOOLS_USE_DISTUTILS=stdlib (#1924) * Workaround for: #1605 See: * https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html * https://setuptools.pypa.io/en/latest/history.html#id228 Co-authored-by: Olli Lupton <[email protected]> cherry-pick from master 962533e to allow build with Python3.11 * check for NULL. (already fixed in master 962533e) * Add python3.11 to pkg build. Some hints for the build script. Co-authored-by: Alexandru Săvulescu <[email protected]>
* removal of distutils.log.Log from setuptools breaks building packages like numpy. See pypa/setuptools#3693 * we have used SETUPTOOLS_USE_DISTUTILS alternative already in #1924 * update circle-ci and azure pipelines similarly
* removal of distutils.log.Log from setuptools breaks building packages like numpy. See pypa/setuptools#3693 * we have used SETUPTOOLS_USE_DISTUTILS alternative already in #1924 * update circle-ci and azure pipelines similarly
* SETUPTOOLS_USE_DISTUTILS=stdlib (#1924) * Workaround for: #1605 See: * https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html * https://setuptools.pypa.io/en/latest/history.html#id228 Co-authored-by: Olli Lupton <[email protected]> cherry-pick from master 962533e to allow build with Python3.11 * check for NULL. (already fixed in master 962533e) * Add python3.11 to pkg build. Some hints for the build script. Co-authored-by: Alexandru Săvulescu <[email protected]>
Closes #1605 #1921
Still in need to tackle
distutils
deprecation though.