Opened 5 months ago

Closed 4 months ago

#5710 closed enhancement (fixed)

setuptools-80.0.1

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.4
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New major version.

Change History (5)

comment:1 by Bruce Dubbs, 5 months ago

Summary: setuptools-79.0.0setuptools-79.0.1

Now version 79.0.1.

comment:2 by Bruce Dubbs, 4 months ago

Summary: setuptools-79.0.1setuptools-80.0.0

Now version 80.0.0.

comment:3 by Bruce Dubbs, 4 months ago

Summary: setuptools-80.0.0setuptools-80.0.1

Now version 80.0.1.

comment:4 by Bruce Dubbs, 4 months ago

v80.0.1

Bugfixes

  • Fixed index_url logic in develop compatibility shim.

v80.0.0

Bugfixes

  • Update test to honor new behavior in importlib_metadata 8.7.

Deprecations and Removals

  • Removed support for the easy_install command including the sandbox module.
  • Develop command no longer uses easy_install, but instead defers execution to pip (which then will re-invoke Setuptools via PEP 517 to build the editable wheel). Most of the options to develop are dropped. This is the final warning before the command is dropped completely in a few months. Use-cases relying on 'setup.py develop' should pin to older Setuptools version or migrate to modern build tooling.

v79.0.1

Bugfixes

  • Merge with pypa/distutils@24bd3179b including fix for pypa/distutils#355.

v79.0.0

Deprecations and Removals

  • Removed support for 'legacy-editable' installs.

v78.1.1

Bugfixes

  • More fully sanitized the filename in PackageIndex._download.

comment:5 by Bruce Dubbs, 4 months ago

Resolution: fixed
Status: newclosed

Fixed at commit 86d976a38.

Note: See TracTickets for help on using tickets.