pylint-dev / astroid

A common base representation of python source code for pylint and other projects
https://pylint.readthedocs.io/projects/astroid/en/latest/
GNU Lesser General Public License v2.1
532 stars 276 forks source link

Update setuptools to 75.2.0 #2615

Closed cdce8p closed 1 month ago

cdce8p commented 1 month ago

Description

https://setuptools.pypa.io/en/stable/history.html#v75-2-0

Since setuptools 70.1 the bdist_wheel command is shipped with setuptools directly. It's no longer necessary to specify wheel as a build system requirement.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.24%. Comparing base (a018590) to head (2a16554). Report is 3 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pylint-dev/astroid/pull/2615/graphs/tree.svg?width=650&height=150&src=pr&token=Buxy4WptLb&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev)](https://app.codecov.io/gh/pylint-dev/astroid/pull/2615?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) ```diff @@ Coverage Diff @@ ## main #2615 +/- ## ======================================= Coverage 93.24% 93.24% ======================================= Files 93 93 Lines 11051 11051 ======================================= Hits 10304 10304 Misses 747 747 ``` | [Flag](https://app.codecov.io/gh/pylint-dev/astroid/pull/2615/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | Coverage Δ | | |---|---|---| | [linux](https://app.codecov.io/gh/pylint-dev/astroid/pull/2615/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `93.13% <ø> (ø)` | | | [pypy](https://app.codecov.io/gh/pylint-dev/astroid/pull/2615/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `93.24% <ø> (ø)` | | | [windows](https://app.codecov.io/gh/pylint-dev/astroid/pull/2615/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `93.24% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev#carryforward-flags-in-the-pull-request-comment) to find out more.