Skip to content

MAINT: Update setuptools requirement from <49.2.0 to <58.6.0 #38

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Updates the requirements on setuptools to permit the latest version.

Changelog

Sourced from setuptools's changelog.

v58.5.3

Misc ^^^^

  • #2849: Add fallback for custom build_py commands inheriting directly from :mod:distutils, while still handling include_package_data=True for sdist.

v58.5.2

Misc ^^^^

  • #2847: Suppress 'setup.py install' warning under bdist_wheel.

v58.5.1

Misc ^^^^

  • #2846: Move PkgResourcesDeprecationWarning above implicitly-called function so that it's in the namespace when version warnings are generated in an environment that contains them.

v58.5.0

Changes ^^^^^^^

  • #1461: Fix inconsistency with include_package_data and packages_data in sdist by replacing the loop breaking mechanism between the sdist and egg_info commands -- by :user:abravalheri

v58.4.0

Changes ^^^^^^^

  • #2497: Officially deprecated PEP 440 non-compliant versions.

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

... (truncated)

Commits
  • 33f4d7e Bump version: 58.5.2 → 58.5.3
  • 51eb5a1 Merge pull request #2855 from abravalheri/fix-2849
  • 748d00e Mark change as bugfix.
  • cc80157 Merge pull request #2848 from aphedges/fix-doc-typo
  • e7e9548 Add news fragment regarding the fix for #2849
  • 9d0dc41 Make sure user gets warned when using distutils
  • 08235e8 Handle custom build_py inheriting from distutils
  • a571672 Add regression test for #2849
  • 503785c Fix wrong issue number in CHANGES.rst
  • 41b6e76 Bump version: 58.5.1 → 58.5.2
  • Additional commits viewable in compare view

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)

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@0.6...v58.5.3)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/setuptools-lt-58.6.0 branch from 09ef5ab to 0da8abc Compare November 9, 2021 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants