Opened 5 months ago
Closed 5 months ago
#5512 closed enhancement (fixed)
setuptools-70.1.1
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 5 months ago
Summary: | setuptools-70.1.0 → setuptools-70.1.1 |
---|
comment:2 by , 5 months ago
v70.1.1
- Embed" test_bdist_wheel files and execution
v70.1.0
Features
- Adopted the
bdist_wheel
command from the
wheel
project
- Improve error message when
pkg_resources.ZipProvider
tries to extract resources with a missing Egg
Added variables and parameter type annotations to
pkg_resources
to be nearly on par with typeshed. Excluding
TypeVar
and
overload
. Return types are currently inferred.
- Migrated Setuptools' own config to pyproject.toml
Bugfixes
- Prevent a
TypeError: 'NoneType' object is not callable
when
shutil_rmtree
is called without an
onexc
parameter on Python<=3.11
- Replace use of mktemp with can_symlink from the stdlib test suite.
- Improvement for
attr:
directives in configuration to handle more edge cases related to complex
package_dir
.
- Fix accidental implicit string concatenation.
Note:
See TracTickets
for help on using tickets.
Now version 71.1.1.