Skip to content

Update dependency setuptools to v54 #8

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
merged 1 commit into from
Apr 6, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
setuptools ==51.3.3 -> ==54.2.0 age adoption passing confidence

Release Notes

pypa/setuptools

v54.2.0

Compare Source

Changes
^^^^^^^

  • #​2608: Added informative error message to PEP 517 build failures owing to
    an empty setup.py -- by :user:layday

v54.1.3

Compare Source

No significant changes.

v54.1.2

Compare Source

Misc
^^^^

  • #​2595: Reduced scope of dash deprecation warning to Setuptools/distutils only -- by :user:melissa-kun-li

v54.1.1

Compare Source

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

  • #​2584: Added sphinx-inline-tabs extension to allow for comparison of setup.py and its equivalent setup.cfg -- by :user:amy-lei

Misc
^^^^

  • #​2592: Made option keys in the [metadata] section of setup.cfg case-sensitive. Users having
    uppercase option spellings will get a warning suggesting to make them to lowercase
    -- by :user:melissa-kun-li

v54.1.0

Compare Source

Changes
^^^^^^^

  • #​1608: Removed the conversion of dashes to underscores in the :code:extras_require and :code:data_files of :code:setup.cfg to support the usage of dashes. Method will warn users when they use a dash-separated key which in the future will only allow an underscore. Note: the method performs the dash to underscore conversion to preserve compatibility, but future versions will no longer support it -- by :user:melissa-kun-li

v54.0.0

Compare Source

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

  • #​2582: Simplified build-from-source story by providing bootstrapping metadata in a separate egg-info directory. Build requirements no longer include setuptools itself. Sdist once again includes the pyproject.toml. Project can no longer be installed from source on pip 19.x, but install from source is still supported on pip < 19 and pip >= 20 and install from wheel is still supported with pip >= 9.

Changes
^^^^^^^

  • #​1932: Handled :code:AttributeError by raising :code:DistutilsSetupError in :code:dist.check_specifier() when specifier is not a string -- by :user:melissa-kun-li
  • #​2570: Correctly parse cmdclass in setup.cfg.

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

  • #​2553: Added userguide example for markers in extras_require -- by :user:pwoolvett

v53.1.0

Compare Source

Changes
^^^^^^^

  • #​1937: Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:melissa-kun-li
  • #​2573: Fixed error in uploading a Sphinx doc with the :code:upload_docs command. An html builder will be used.
    Note: :code:upload_docs is deprecated for PyPi, but is supported for other sites -- by :user:melissa-kun-li

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.

Configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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

@renovate renovate bot force-pushed the renovate/setuptools-54.x branch 3 times, most recently from 16c3adb to 74477c0 Compare March 8, 2021 14:58
@renovate renovate bot force-pushed the renovate/setuptools-54.x branch from 74477c0 to b48208e Compare March 14, 2021 16:04
@renovate renovate bot force-pushed the renovate/setuptools-54.x branch from b48208e to e7b2b5c Compare March 22, 2021 14:32
@aprajshekhar aprajshekhar merged commit 2fd0b96 into master Apr 6, 2021
@renovate renovate bot deleted the renovate/setuptools-54.x branch April 6, 2021 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants