chore(deps): update dependency setuptools to v62.3.1 #1437
Merged
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:
==62.2.0
->==62.3.1
Release Notes
pypa/setuptools
v62.3.1
Compare Source
Misc
^^^^
namespace_packages
to raise an error instead ofwarning.
v62.3.0
Compare Source
Deprecations
^^^^^^^^^^^^
#3262: Formally added deprecation messages for
namespace_packages
.The methodology that uses
pkg_resources
andnamespace_packages
forcreating namespaces was already discouraged by the :doc:
setuptools docs </userguide/package_discovery>
and the:doc:
Python Packaging User Guide <PyPUG:guides/packaging-namespace-packages>
,therefore this change just make the deprecation more official.
Users can consider migrating to native/implicit namespaces (as introduced in
:pep:
420
).#3308: Relying on
include_package_data
to ensure sub-packages are automaticallyadded to the build wheel distribution (as "data") is now considered a
deprecated practice.
This behaviour was controversial and caused inconsistencies (#3260).
Instead, projects are encouraged to properly configure
packages
or usediscovery tools. General information can be found in :doc:
userguide/package_discovery
.Changes
^^^^^^^
**
) inpackage_data
. -- by :user:nullableVoidPtr
install_requires
(insetup.py
) anddependencies
(inpyproject.toml
) are specified.The configuration in
pyproject.toml
will take precedence oversetup.py
(in accordance with PEP 621). A warning was added to inform users.
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
Added deprecation tags to test kwargs
Moved userguide/keywords to deprecated section
Clarified in deprecated doc what keywords came from distutils and which were added or changed by setuptools
Misc
^^^^
pyparsing
to 3.0.8 to avoid problems withupcoming deprecation in Python 3.11.
importlib-metadata
.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.