mirror of
https://github.com/pypa/pipenv.git
synced 2026-05-09 01:39:50 -04:00
7654648503
Capture direct pip modifications as proper _post patch files so they survive re-vendoring. These patches are applied after import rewriting. - _post-pip_distutils_fallback.patch: Handle missing distutils on Python 3.12+ by falling back to sysconfig (fixes #5674) - _post-pip_editable_extras.patch: Fix extras handling in editable VCS requirements - _post-pip_wheel_name_casing.patch: Preserve wheel dist name casing for headers install directory (fixes #5717) - _post-pip_resolution_log_level.patch: Use logger.critical for dependency resolution conflict messages