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

Bump setuptools from 60.2.0 to 60.5.0 #279

Merged
merged 1 commit into from Jan 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Bumps setuptools from 60.2.0 to 60.5.0.

Changelog

Sourced from setuptools's changelog.

v60.5.0

Changes ^^^^^^^

  • #2990: Set the .origin attribute of the distutils module to the module's __file__.

v60.4.0

Changes ^^^^^^^

  • #2839: Removed requires sorting when installing wheels as an egg dir.
  • #2953: Fixed a bug that easy install incorrectly parsed Python 3.10 version string.
  • #3006: Fixed startup performance issue of Python interpreter due to imports of costly modules in _distutils_hack -- by :user:tiran

Documentation changes ^^^^^^^^^^^^^^^^^^^^^

  • #2674: Added link to additional resources on packaging in Quickstart guide
  • #3008: "In-tree" Sphinx extension for "favicons" replaced with sphinx-favicon.
  • #3008: SVG images (logo, banners, ...) optimised with the help of the scour package.

Misc ^^^^

  • #2862: Added integration tests that focus on building and installing some packages in the Python ecosystem via pip -- by :user:abravalheri

  • #2952: Modified "vendoring" logic to keep license files.

  • #2968: Improved isolation for some tests that where inadvertently using the project root for builds, and therefore creating directories (e.g. build, dist, *.egg-info) that could interfere with the outcome of other tests -- by :user:abravalheri.

  • #2968: Introduced new test fixtures venv, venv_without_setuptools, bare_venv that rely on the jaraco.envs package. These new test fixtures were also used to remove the (currently problematic) dependency on the pytest_virtualenv plugin.

  • #2968: Removed tmp_src test fixture. Previously this fixture was copying all the files and folders under the project root, including the .git directory, which is error prone and increases testing time.

    Since tmp_src was used to populate virtual environments (installing the version of setuptools under test via the source tree), it was replaced by the new setuptools_sdist and setuptools_wheel fixtures (that are build only once per session testing and can be shared between all the workers for read-only usage).

... (truncated)

Commits
  • 8b6e8f5 Bump version: 60.4.0 → 60.5.0
  • d514fa1 Merge pull request #2990 from asottile/distutils-hack-set-origin
  • 82b9723 Bump version: 60.3.1 → 60.4.0
  • fd966a3 Merge pull request #3009 from tiran/issue3006_startup_speedup
  • bd8d4db set origin= for distutils.spec
  • 91ce77e Check that distutils has an origin. Ref #2990.
  • 7619852 pytest.ini uses tabs
  • 9c0d81e Suppress distutils deprecation warning
  • 06d81cb Move filter into meta finder
  • 804b106 Use internal warnings API and _TrivialRe hack to install filter
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [setuptools](https://github.com/pypa/setuptools) from 60.2.0 to 60.5.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v60.2.0...v60.5.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 10, 2022
@MartinHjelmare MartinHjelmare merged commit 9985420 into master Jan 10, 2022
@dependabot dependabot bot deleted the dependabot/pip/setuptools-60.5.0 branch January 10, 2022 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant