Skip to content

Conversation

@dependabot-preview
Copy link

Bumps setuptools from 35.0.2 to 46.3.0.

Changelog

Sourced from setuptools's changelog.

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

No significant changes.

v46.1.0

  • #308: Allow version number normalization to be bypassed by wrapping in a 'setuptools.sic()' call.
  • #1424: Prevent keeping files mode for package_data build. It may break a build if user's package data has read only flag.
  • #1431: In easy_install.check_site_dir, ensure the installation directory exists.
  • #1563: In pkg_resources prefer find_spec (PEP 451) to find_module.

Incorporate changes from v44.1.0:

  • #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__
  • #1959: Fix for Python 4: replace unsafe six.PY3 with six.PY2
  • #1994: Fixed a bug in the "setuptools.finalize_distribution_options" hook that lead to ignoring the order attribute of entry points managed by this hook.

v44.1.0

  • #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__
... (truncated)
Commits
  • fc0249f Bump version: 46.2.0 → 46.3.0
  • fb09f9c bugfix isn't a thing
  • 36f9289 Merge pull request #2105 from hroncok/ack_2to3
  • faaaea0 Merge pull request #2108 from pypa/feature/faster-distribution-hashcmp-no-remove
  • 6a73d1f Update changelog
  • 932d88b Remove the test, no longer relevant now that external links are no longer sup...
  • d1dccc7 Just remove fragment remover. PyPI no longer supplies these md5 values anyway...
  • 322734c 👹 Feed the hobgoblins (delint).
  • 56bcce8 Reuse @ack_2to3 in TestDevelop.test_2to3_user_mode
  • 030c836 Merge pull request #2103 from hugovk/patch-1
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 requested a review from talyguryn as a code owner May 15, 2020 09:17
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 15, 2020
@dependabot-preview
Copy link
Author

Superseded by #12.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/setuptools-46.3.0 branch May 15, 2020 13:29
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.

1 participant