-
Notifications
You must be signed in to change notification settings - Fork 141
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
Update setuptools to 51.1.0.post20201221 #777
Update setuptools to 51.1.0.post20201221 #777
Conversation
Codecov Report
@@ Coverage Diff @@
## master #777 +/- ##
=======================================
Coverage 79.80% 79.80%
=======================================
Files 15 15
Lines 2154 2154
Branches 312 312
=======================================
Hits 1719 1719
Misses 325 325
Partials 110 110 Continue to review full report at Codecov.
|
Not that it matters much, but this release has been yanked as the ichard26@acer-ubuntu:~$ python -m pip install setuptools==51.1.0.post20201221
Collecting setuptools==51.1.0.post20201221
Using cached setuptools-51.1.0.post20201221-py3-none-any.whl (2.0 MB)
WARNING: The candidate selected for download or install is a yanked version: 'setuptools' candidate (version 51.1.0.post20201221 at https://files.pythonhosted.org/packages/6e/77/e921ae5c370698762cf645797f42e6d4d7e679f705a8a9697234591808aa/setuptools-51.1.0.post20201221-py3-none-any.whl#sha256=b19bdbc197e43337d350cc3806497ab6022802175dfb1abea16c0c3afd233f03 (from https://pypi.org/simple/setuptools/) (requires-python:>=3.6))
Reason for being yanked: pypa/setuptools#2500
Installing collected packages: setuptools
Attempting uninstall: setuptools
Found existing installation: setuptools 50.3.0
Uninstalling setuptools-50.3.0:
Successfully uninstalled setuptools-50.3.0
Successfully installed setuptools-51.1.0.post20201221
ichard26@acer-ubuntu:~$ python -m pip install setuptools==51.1.0
Collecting setuptools==51.1.0
Using cached setuptools-51.1.0-py3-none-any.whl (2.0 MB)
Installing collected packages: setuptools
Attempting uninstall: setuptools
Found existing installation: setuptools 51.1.0.post20201221
Uninstalling setuptools-51.1.0.post20201221:
Successfully uninstalled setuptools-51.1.0.post20201221
Successfully installed setuptools-51.1.0 See also: pypa/setuptools#2500 |
Remove post
Remove yanked post version
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.
Everything but macos is good enough for me!
This PR updates setuptools from 51.0.0 to 51.1.0.post20201221.
Changelog
51.1.0
Links