chore(deps): update dependency setuptools to v58.5.3 #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==58.0.0
->==58.5.3
Release Notes
pypa/setuptools
v58.5.3
Compare Source
Misc
^^^^
build_py
commands inheriting directly from:mod:
distutils
, while still handlinginclude_package_data=True
forsdist
.v58.5.2
Compare Source
Misc
^^^^
v58.5.1
Compare Source
Misc
^^^^
v58.5.0
Compare Source
Changes
^^^^^^^
include_package_data
andpackages_data
in sdistby replacing the loop breaking mechanism between the
sdist
andegg_info
commands -- by :user:abravalheri
v58.4.0
Compare Source
Changes
^^^^^^^
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
data_files
option from the example in thedeclarative configuration docs -- by :user:
abravalheri
data_files
option fromdict
tosection
indeclarative configuration docs (to match previous example) -- by
:user:
abravalheri
v58.3.0
Compare Source
Changes
^^^^^^^
setup.py install
andeasy_install
commands are now officially deprecated. Use other standards-based installers (like pip) and builders (like build). Workloads reliant on this behavior should pin to this major version of Setuptools. SeeWhy you shouldn't invoke setup.py directly <https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html>
_ for more background.bdist_rpm
command. Binary packages should be built as wheels instead.-- by :user:
hugovk
configparser
'sreadfp
withread_file
, deprecated since Python 3.2.-- by :user:
hugovk
setup_requires
. Users are encouraged instead to migrate to PEP 518build-system.requires
inpyproject.toml
. Users reliant onsetup_requires
should consider pinning to this major version to avoid disruption.Misc
^^^^
-- by :user:
tanvimoharir
v58.2.0
Compare Source
Changes
^^^^^^^
--owner
and--group
options to thesdist
command,for specifying file ownership within the produced tarball (similarly
to the corresponding distutils
sdist
options).Documentation changes
^^^^^^^^^^^^^^^^^^^^^
PEP 440 <https://www.python.org/dev/peps/pep-0440/>
_ scheme.v58.1.0
Compare Source
Changes
^^^^^^^
02e9f65
v58.0.4
Compare Source
Misc
^^^^
v58.0.3
Compare Source
Misc
^^^^
use_2to3
is supplied but set to a false value.v58.0.2
Compare Source
Misc
^^^^
use_2to3
is supplied.v58.0.1
Compare Source
Misc
^^^^
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.
This PR has been generated by WhiteSource Renovate. View repository job log here.