Update dependency setuptools to v56
This MR contains the following updates:
Package | Update | Change |
---|---|---|
setuptools | major |
==54.2.0 -> ==56.0.0
|
Release Notes
pypa/setuptools
v56.0.0
Deprecations ^^^^^^^^^^^^
-
#2620: The
license_file
option is now marked as deprecated. Uselicense_files
instead. -- by :user:cdce8p
Breaking Changes ^^^^^^^^^^^^^^^^
-
#2620: If neither
license_file
norlicense_files
is specified, thesdist
option will now auto-include files that match the following patterns:LICEN[CS]E*
,COPYING*
,NOTICE*
,AUTHORS*
. This matches the behavior ofbdist_wheel
. -- by :user:cdce8p
Changes ^^^^^^^
-
#2620: The
license_file
andlicense_files
options now support glob patterns. -- by :user:cdce8p
-
#2632: Implemented
VendorImporter.find_spec()
method to get rid ofImportWarning
that Python 3.10 emits when only the old-style importer hooks are present -- by :user:webknjaz
Documentation changes ^^^^^^^^^^^^^^^^^^^^^
-
#2620: Added documentation for the
license_files
option. -- by :user:cdce8p
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.