Releases: pypa/pipenv
Releases · pypa/pipenv
Release v2022.11.25
Version v2022.11.25 2022.11.25 (2022-11-24) ======================= Pipenv 2022.11.25 (2022-11-24) ============================== Bug Fixes --------- - Solving issue where pipenv check command has been broken in the published wheel distribution. _
Release v2022.11.24
What's Changed
- Include missing package data for Safety by @yeisonvargasf in #5492
- Fix ruamel inclusion in wheel. by @matteius in #5495
- Stop building universal wheels by @tucked in #5497
- Get packages for
pipenv check
from the target venv. by @yeisonvargasf in #5501
Full Changelog: v2022.11.23...v2022.11.24
Release v2022.11.23
What's Changed
- fix PIPENV_MAX_DEPTH environment variable by @bjorand in #5461
- Remove yaspin spinner by @oz123 in #5468
- vendor: drop more unused code by @oz123 in #5467
- feat(shells): support nushell by @efugier in #5470
- Bump version requirementslib and more vendor clean up by @oz123 in #5481
- Fix syntax error in requirementslib vendor by @haplo in #5483
- Vendor new safety (#5217) by @matteius in #5218
- Remove QuasiPipTempDirectory and use pip's TempDirectory. by @matteius in #5487
New Contributors
- @bjorand made their first contribution in #5461
- @efugier made their first contribution in #5470
- @haplo made their first contribution in #5483
Full Changelog: v2022.11.11...v2022.11.23
Release v2022.11.11
What's Changed
Full Changelog: v2022.11.5...v2022.11.11
Release v2022.11.5
What's Changed
Full Changelog: v2022.11.4...v2022.11.5
Release v2022.11.4
What's Changed
- Consolidate pipenv settings to use get_from_env by @micahjsmith in #5451
- Fixes issue with unexpected package index resolution after upgrading pip to 22.3 by @matteius in #5448
- More vendor clean up by @oz123 in #5450
New Contributors
- @micahjsmith made their first contribution in #5451
Full Changelog: v2022.10.25...v2022.11.4
Release v2022.10.25
What's Changed
- Replace deprecated workflow command by @AlexNDRmac in #5405
- Update Link For VCS Support by @kailashchoudhary11 in #5412
- Add missing backtick in the contributing documentation. by @questras in #5410
- Remove usage of mkdir_p in favour of os.makedirs by @oz123 in #5402
- Remove appdirs.py in favor of platformdirs by @oz123 in #5420
- Add support for multiple categories in exported requirements by @dojutsu-user in #5431
- added foresight workflow and test kit actions by @serkan-ozal in #5433
- Docs(Readme) : Added Table of Contents by @kailashchoudhary11 in #5437
- Docs improvements by @oz123 in #5436
- Rewrite Environment.sys_path without vistir.misc.run by @oz123 in #5430
- Remove usage of vistir.cmdparse by @oz123 in #5419
- Add Foresight status badge to README by @rwxdash in #5438
- chore: Update outdated LICENSE year by @bluzir in #5434
- Vendor in Pip 22.3 by @matteius in #5414
New Contributors
- @AlexNDRmac made their first contribution in #5405
- @kailashchoudhary11 made their first contribution in #5412
- @questras made their first contribution in #5410
- @dojutsu-user made their first contribution in #5431
- @serkan-ozal made their first contribution in #5433
- @rwxdash made their first contribution in #5438
- @bluzir made their first contribution in #5434
Full Changelog: v2022.10.12...v2022.10.25
Release v2022.10.12
Release v2022.10.11
What's Changed
- Revert back to build isolation by default; support extra-pip-args on sync command. by @matteius in #5399
Full Changelog: v2022.10.10...v2022.10.11