Skip to content

Bump setuptools from 35.0.2 to 46.3.1 #12

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

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps setuptools from 35.0.2 to 46.3.1.

Changelog

Sourced from setuptools's changelog.

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

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.
... (truncated)
Commits
  • e04c75a Bump version: 46.3.0 → 46.3.1
  • 5ccaa70 Update badge for Azure Pipelines
  • f866311 Add platform-specific code to override the home directory to honor bpo-36264....
  • 2187d0c Extract fixture for a temp home
  • f6f25ad Just write
  • c48365a Avoid reliance on shell details in test_virtualenv.
  • 2f1d717 Avoid reliance on shell details in test_virtualenv.
  • 6463fee Sync azure pipelines config with jaraco/skeleton, adding support for building...
  • c79400a Ensure that the changelog.d doesn't contain files that won't match.
  • fc0249f Bump version: 46.2.0 → 46.3.0
  • 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 13:29
@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 #13.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/setuptools-46.3.1 branch May 18, 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