Skip to content

Bump setuptools from 35.0.2 to 46.4.0 #32

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.4.0.

Changelog

Sourced from setuptools's changelog.

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

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.
... (truncated)
Commits
  • b92164b Bump version: 46.3.1 → 46.4.0
  • c457e68 Merge pull request #1753 from jwodder/feature/literal_attr
  • 39a37c0 Disable test on Python 2.
  • 55456fe Try constructing the fake package at the beginning of the test.
  • 4c62d63 Update test to create separate subpackages. Hoping that avoids issues with ca...
  • 7681ff9 Delete packages from sys.modules
  • af199e9 Fix error in StaticModule implementation.
  • a11c8ea Alter test so it actually triggers the intended behavior.
  • 43bbaa5 Fix imports
  • e1824c0 Extract StaticModule and patch_path helpers.
  • 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 18, 2020
@dependabot-preview
Copy link
Author

Superseded by #33.

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

0 participants