Page MenuHomeSolus

Update pipenv to 2022.1.8
ClosedPublic

Authored by algent on Jan 28 2022, 7:20 PM.
Tags
  • Restricted Project
Referenced Files
F10887983: D12791.id31162.diff
Jun 26 2023, 7:24 PM
F10885042: D12791.diff
Jun 25 2023, 5:57 AM
F10760017: D12791.diff
May 17 2023, 11:36 PM
F10756496: D12791.id31162.diff
May 17 2023, 3:35 AM
F10753702: D12791.id31273.diff
May 16 2023, 6:40 PM
Subscribers
None

Details

Summary

Changelog:

  • Remove the extra parentheses around the venv prompt.
  • Fix a bug of installation fails when extra index url is given.
  • Fix regression where lockfiles would only include the hashes for releases for the platform generating the lockfile.
  • Fix the index parsing to reject illegal requirements.txt.
  • Fix a bug of deleting a virtualenv that is not managed by Pipenv.
  • Fix a bug that source is not added to Pipfile when index url is given with pipenv install.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan
  • Start a new project and install some python packages.
  • Check dependency graph and uninstall python packages.

Diff Detail

Repository
R4480 pipenv
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3195
Build 3195: arc lint + arc unit