Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps setuptools from 35.0.2 to 47.1.0.

Changelog

Sourced from setuptools's changelog.

v47.1.0

  • #2070: In wheel-to-egg conversion, use simple pkg_resources-style namespace declaration for packages that declare namespace_packages.

v47.0.0

  • #2094: Setuptools now actively crashes under Python 2. Python 3.5 or later is required. Users of Python 2 should use setuptools<45.
  • #1700: Document all supported keywords by migrating the ones from distutils.

v46.4.0

  • #1753: attr: now extracts variables through rudimentary examination of the AST, thereby supporting modules with third-party imports. If examining the AST fails to find the variable, attr: falls back to the old behavior of importing the module. Works on Python 3 only.

v46.3.1

No significant changes.

v46.3.0

  • #2089: Package index functionality no longer attempts to remove an md5 fragment from the index URL. This functionality, added for distribute #163 is no longer relevant.
  • #2041: Preserve file modes during pkg files copying, but clear read only flag for target afterwards.
  • #2105: Filter 2to3 deprecation warnings from TestDevelop.test_2to3_user_mode.

v46.2.0

  • #2040: Deprecated the bdist_wininst command. Binary packages should be built as wheels instead.
  • #2062: Change 'Mac OS X' to 'macOS' in code.
  • #2075: Stop recognizing files ending with .dist-info as distribution metadata.
  • #2086: Deprecate 'use_2to3' functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools.
  • #1698: Added documentation for build_meta (a bare minimum, not completed).
  • #2082: Filter lib2to3 PendingDeprecationWarning and DeprecationWarning in tests, because lib2to3 is deprecated in Python 3.9.

v46.1.3

No significant changes.

v46.1.2

  • #1458: Added template for reporting Python 2 incompatibilities.

v46.1.1

... (truncated)
Commits
  • 6bf44e1 Bump version: 47.0.0 → 47.1.0
  • 3b32ab2 In wheel-to-egg conversion, use simple pkg_resources-style namespace declarat...
  • 7339f2c Bump version: 46.4.0 → 47.0.0
  • 11051ab Extract _parents function and _set_egg method. Reword comment.
  • 41732cd Merge pull request #2151 from Carreau/fix-doc
  • 96a1acb DOC: fix link missing >
  • 7b25b1a Use new link to sunset page. Ref #2134.
  • aa98900 Merge pull request #2134 from pypa/feature/python-2-sunset-docs
  • dbdd19d s/respectful/considerate of those projects/
  • 96f0781 Wrap lines and remove newlines between enumerated paragraphs.
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 28, 2020
@dependabot-preview
Copy link
Author

Superseded by #15.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/setuptools-47.1.0 branch May 29, 2020 13:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants