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

Update setuptools to 51.1.0.post20201221 #777

Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates setuptools from 51.0.0 to 51.1.0.post20201221.

Changelog

51.1.0

-------


Changes
^^^^^^^
* 2486: Project adopts jaraco/skeleton for shared package maintenance.

Misc
^^^^
* 2477: Restore inclusion of rst files in sdist.
* 2484: Setuptools has replaced the master branch with the main branch.
* 2485: Fixed failing test when pip 20.3+ is present.
-- by :user:`yan12125`
* 2487: Fix tests with pytest 6.2
-- by :user:`yan12125`
Links

@codecov
Copy link

codecov bot commented Dec 21, 2020

Codecov Report

Merging #777 (ef98f24) into master (2e86db3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e86db3...ef98f24. Read the comment docs.

@ichard26
Copy link
Member

Not that it matters much, but this release has been yanked as the .post(whatever) suffix wasn't supposed to there. Version 51.1.0 is the actual correct version.

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

Copy link
Contributor

@cooperlees cooperlees left a 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!

@cooperlees cooperlees merged commit 0d2dad2 into master Dec 23, 2020
@cooperlees cooperlees deleted the pyup-update-setuptools-51.0.0-to-51.1.0.post20201221 branch December 23, 2020 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants