Sourced from pipenv's releases.
Release v2024.2.0
What's Changed
- Bump black from 23.3 to 24.3.0 by
@dependabot
in pypa/pipenv#6112- vendor in pip 24.2 by
@matteius
in pypa/pipenv#6263- Fix strings in virtualenv.py by
@ericbrandwein
in pypa/pipenv#6268- Update pipdeptree by
@oz123
in pypa/pipenv#6275- Fix the assumption that all distributions are named by
@TurnrDev
in pypa/pipenv#6272- Updated logic for determining available python version string. by
@matteius
in pypa/pipenv#6278- Refactor do_check routine to be more modular and address concerns about quiet flag by
@matteius
in pypa/pipenv#6277- install should not do full lock resolution, as that is the purpose of pipenv lock by
@matteius
in pypa/pipenv#6276- Some improvemets in requirementslib for clarity by
@vshulcz
in pypa/pipenv#6279New Contributors
@ericbrandwein
made their first contribution in pypa/pipenv#6268@TurnrDev
made their first contribution in pypa/pipenv#6272@vshulcz
made their first contribution in pypa/pipenv#6279Full Changelog: https://github.com/pypa/pipenv/compare/v2024.1.0...v2024.2.0
Sourced from pipenv's changelog.
2024.2.0 (2024-10-22)
Pipenv 2024.2.0 (2024-10-22)
Bug Fixes
Features & Bug Fixes
Refactored and simplified install routines, improving maintainability and reliability (#6276)
- Split install logic into smaller, focused functions.
- Eliminated Pipfile caching for now to prevent bugs and reduce complexity.
- Fixed edge cases with package category selection.
- Improved handling of VCS dependencies during updates, fixing when ref is a revision and not a branch.
Enhanced VCS URL handling with better environment variable support (#6276)
- More reliable expansion of environment variables in Git URLs.
- Better handling of authentication components in VCS URLs.
- Improved error messaging for missing environment variables.
- Fixed issue where Git reference could be dropped during relock.
[#6276](https://github.com/pypa/pipenv/issues/6276) <https://github.com/pypa/pipenv/issues/6276>
_Vendored Libraries
- Update pipdeptree to version 2.23.4
[#6275](https://github.com/pypa/pipenv/issues/6275) <https://github.com/pypa/pipenv/issues/6275>
_
0d7160e
Release v2024.2.0dd2f21f
Bumped version to 2024.2.0.0df3738
refactor: use VCS_SCHEMES constant in unpack_url30930e0
chore: some improvementsb872d0b
Merge pull request #6276
from pypa/issue-6267526ed94
Refactor do_check routine to be more modular and address concerns about
the q...5268bde
Updated logic for determining available python version string.8977f13
fix importc74f9a6
Clean up lint, add news fragment and address issue 6167b2c094b
fix VCS environment variable expansion