Skip to content

chore(deps): update dependency setuptools to v53 #935

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

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
setuptools ==50.3.2 -> ==53.0.0 age adoption passing confidence

Release Notes

pypa/setuptools

v53.0.0

Compare Source

Breaking Changes
^^^^^^^^^^^^^^^^

  • #​1527: Removed bootstrap script. Now Setuptools requires pip or another pep517-compliant builder such as 'build' to build. Now Setuptools can be installed from Github main branch.

v52.0.0

Compare Source

Breaking Changes
^^^^^^^^^^^^^^^^

  • #​2537: Remove fallback support for fetch_build_eggs using easy_install. Now pip is required for setup_requires to succeed.
  • #​2544: Removed 'easy_install' top-level model (runpy entry point) and 'easy_install' console script.
  • #​2545: Removed support for eggsecutables.

Changes
^^^^^^^

  • #​2459: Tests now run in parallel via pytest-xdist, completing in about half the time. Special thanks to :user:webknjaz for hard work implementing test isolation. To run without parallelization, disable the plugin with tox -- -p no:xdist.

v51.3.3

Compare Source

Misc
^^^^

  • #​2539: Fix AttributeError in Description validation.

v51.3.2

Compare Source

Misc
^^^^

  • #​1390: Validation of Description field now is more lenient, emitting a warning and mangling the value to be valid (replacing newlines with spaces).

v51.3.1

Compare Source

Misc
^^^^

  • #​2536: Reverted tag deduplication handling.

v51.3.0

Compare Source

Changes
^^^^^^^

  • #​1390: Newlines in metadata description/Summary now trigger a ValueError.
  • #​2481: Define create_module() and exec_module() methods in VendorImporter
    to get rid of ImportWarning -- by :user:hroncok
  • #​2489: pkg_resources behavior for zipimport now matches the regular behavior, and finds
    .egg-info (previoulsy would only find .dist-info) -- by :user:thatch
  • #​2529: Fixed an issue where version tags may be added multiple times

v51.2.0

Compare Source

Changes
^^^^^^^

  • #​2493: Use importlib.import_module() rather than the deprectated loader.load_module()
    in pkg_resources namespace delaration -- by :user:encukou

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

  • #​2525: Fix typo in the document page about entry point. -- by :user:jtr109

Misc
^^^^

  • #​2534: Avoid hitting network during test_easy_install.

v51.1.2

Compare Source

Misc
^^^^

  • #​2505: Disable inclusion of package data as it causes 'tests' to be included as data.

v51.1.1

Misc
^^^^

  • #​2534: Avoid hitting network during test_virtualenv.test_test_command.

v51.1.0

Compare Source

Changes
^^^^^^^

  • #​2486: Project adopts jaraco/skeleton for shared package maintenance.

Misc
^^^^

  • #​2477: Restore inclusion of rst files in sdist.
  • #​2484: Setuptools has replaced the master branch with the main branch.
  • #​2485: Fixed failing test when pip 20.3+ is present.
    -- by :user:yan12125
  • #​2487: Fix tests with pytest 6.2
    -- by :user:yan12125

v51.0.0

Compare Source

Breaking Changes
^^^^^^^^^^^^^^^^

  • #​2435: Require Python 3.6 or later.

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

  • #​2430: Fixed inconsistent RST title nesting levels caused by #​2399
    -- by :user:webknjaz
  • #​2430: Fixed a typo in Sphinx docs that made docs dev section disappear
    as a result of PR #​2426 -- by :user:webknjaz

Misc
^^^^

  • #​2471: Removed the tests that guarantee that the vendored dependencies can be built by distutils.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 1, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 1, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 1, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 3, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 3, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 17, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 17, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2021
@SurferJeffAtGoogle SurferJeffAtGoogle merged commit 0199c79 into googleapis:master Feb 25, 2021
@renovate-bot renovate-bot deleted the renovate/setuptools-53.x branch February 25, 2021 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants