Page MenuHomeSolus

Update pipenv to 2021.5.29
ClosedPublic

Authored by EbonJaeger on Aug 18 2021, 10:33 PM.
Tags
None
Referenced Files
F11048978: D11693.id28384.diff
Thu, Aug 10, 5:12 PM
F11048977: D11693.id28329.diff
Thu, Aug 10, 5:12 PM
F11048976: D11693.id.diff
Thu, Aug 10, 5:12 PM
F11034609: D11693.diff
Wed, Aug 9, 4:58 PM
F10866383: D11693.id.diff
Jun 17 2023, 3:19 PM
F10801808: D11693.id.diff
May 29 2023, 4:02 AM
F10732635: D11693.id28384.diff
May 11 2023, 3:44 PM
F10731548: D11693.id28329.diff
May 11 2023, 6:37 AM
Subscribers

Details

Summary

Summarized Changelog:

  • Fix a bug where passing --skip-lock when PIPFILE has no [SOURCE] section throws an error
  • Fix bug where environment wouldn't activate in paths containing & and $ symbols
  • Fix a bug that importlib-metadata from the project's dependencies conflicts with that from pipenv's
  • Fix a bug where pep508checker.py did not expect double-digit Python minor versions
  • Fix bug where environment wouldn't activate in paths containing () and [] symbols
  • Fix bug preventing use of pipenv lock --pre

Full changelog available here.

Depends on D11691

Test Plan

Start a new project and install some Python dependencies.

Diff Detail

Repository
R4480 pipenv
Lint
Lint Not Applicable
Unit
Tests Not Applicable