Opened 8 months ago
Closed 8 months ago
#5462 closed enhancement (fixed)
setuptools-69.2.0
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 (2)
comment:1 by , 8 months ago
comment:2 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit dcf5543233a7.
Update to wheel-0.43.0. Update to setuptools-69.2.0 (Python module). Update to meson-1.4.0. Update to expat-2.6.2 (Security fix). Update to iana-etc-20240305. Update to vim-9.1.0161. Update to xz-5.6.1. Update to shadow-4.15.0. Update to psmisc-23.7. Update to kmod-32. Update to elfutils-0.191.
Note:
See TracTickets
for help on using tickets.
v69.2.0
Features
encoding="locale"
for
.pth
files whenever possible, to reduce
EncodingWarnings
. This avoid errors with UTF-8.
Bugfixes
pkg_resources
methods returnbytes
, notstr
. Also return an emptybytes
inEmptyProvider._get
list
by default inpkg_resources.ResourceManager.cleanup_resources
pkg_resoursces.NullProvider
's
has_metadata
and
metadata_isdir
methods return actual booleans like all other Providers.