Opened 17 months ago
Closed 17 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 , 17 months ago
| Summary: | setuptools-70.1.0 → setuptools-70.1.1 |
|---|
comment:2 by , 17 months ago
v70.1.1
- Embed" test_bdist_wheel files and execution
v70.1.0
Features
- Adopted the
bdist_wheelcommand from thewheelproject - Improve error message when
pkg_resources.ZipProvidertries to extract resources with a missing Egg
Added variables and parameter type annotations to
pkg_resourcesto be nearly on par with typeshed. ExcludingTypeVarandoverload. Return types are currently inferred.
- Migrated Setuptools' own config to pyproject.toml
Bugfixes
- Prevent a
TypeError: 'NoneType' object is not callablewhenshutil_rmtreeis called without anonexcparameter 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 complexpackage_dir. - Fix accidental implicit string concatenation.
Note:
See TracTickets
for help on using tickets.

Now version 71.1.1.