Releases: pypa/pipenv
Releases · pypa/pipenv
Release v2022.8.24
What's Changed
- Fix typo in Basic Usage of Pipenv doc by @harunyasar in #5276
- Vendor in
requirementslib==2.0.0
& droppip-shims
& revert sysconfig patch w/ safer setuptools usage by @matteius in #5228 - Vendor in pythonfinder==1.3.1 by @matteius in #5292
New Contributors
- @harunyasar made their first contribution in #5276
Full Changelog: v2022.8.19...v2022.8.24
Release v2022.8.19
What's Changed
- Exclude from resolver constraints the editable dependencies that will be installed. by @matteius in #5271
- Issue 5273 unable to install extras because constraints are not recognized by @dqkqd in #5274
- Revert the exclusion of BAD_PACKAGES from batch_install by @matteius in #5275
Full Changelog: v2022.8.17...v2022.8.19
Release v2022.8.17
What's Changed
- Actually filter out missing interpreters by @jfly in #5262
- Revise how we do the import patch to include only module pipenv. by @matteius in #5267
Full Changelog: v2022.8.15...v2022.8.17
Release v2022.8.15
What's Changed
- Remvoe reference to -r from documentation. by @matteius in #5258
- pip install was skipping packages that were installed elsewhere by @matteius in #5255
- Add install instructions for void linux by @jgarte in #5257
- Remove
get_pipenv_dist
function that is no longer used. by @matteius in #5250
New Contributors
Full Changelog: v2022.8.14...v2022.8.15
Release v2022.8.14
Release v2022.8.13
What's Changed
- Remove old way of generting requirements. by @matteius in #5200
- update README by @oz123 in #5223
- Improve CI variable handling by @matteius in #5222
- fix bug when auto completing install and uninstall by @bakhtiary in #5225
- Convert this test off pip-shims, it became flakey recently. by @matteius in #5226
- Add missing vendoring files that get generated when running vendoring. by @matteius in #5216
- Revise other spots that did not use the internal pip vendoring by @matteius in #5229
- Fix for inclusion of setuptools in the lock and install phase + other BAD_PACKAGES. by @matteius in #5231
- Use pep517 from pip own _vendor by @oz123 in #5227
- Vendoring in pip 22.2.2 by @matteius in #5230
- Drop zipp from vendored libs. by @oz123 in #5236
- Document all environment variables by @oz123 in #5235
- Fix typo: the latest version of pipenv is 2022.8.5 by @jfly in #5238
- Remove code that is not required but may be causing the mac OS test failures. by @matteius in #5241
- Issue 4371 incorrect dependencies when install dev packages by @dqkqd in #5234
New Contributors
- @bakhtiary made their first contribution in #5225
Full Changelog: v2022.8.5...v2022.8.13
Release v2022.8.5
What's Changed
- Add extra details to the pipenv support command by @matteius in #5189
- Vendoring improvements by @oz123 in #5182
- 5192 correct spacing for PIPENV_COLORBLIND warning by @otherjake in #5194
- notpip is pip, Vendor in pip==22.2.1, standalone pipenv by @matteius in #5199
- Remove tests that are old and permanently skipped by @matteius in #5165
- Fixes: TypeError: Unknown color 'Red' by @matteius in #5209
- Regen patch hash by @otherjake in #5207
- Unravel pip shims by @matteius in #5204
- Remove urllib3 from vendor, use pip._vendor by @oz123 in #5215
- Issue 5180 tempfiles are leak in tmp by @dqkqd in #5210
- Check environment variable PIPENV_CUSTOM_VENV_NAME by @otherjake in #5203
New Contributors
Full Changelog: v2022.7.24...v2022.8.5
Release v2022.7.24
What's Changed
- Reenable these tests again on the Windows CI. by @matteius in #5163
- Remove charset_normalizer by @oz123 in #5161
- Vendor in pip 22.1.2 by @matteius in #5166
- Refactor and cleannup some cruft code around no_deps flag. by @matteius in #5164
- bump pyparsing version to 3.0.9 by @matteius in #5170
- Remove funcsigs as it is only for Python 3.3 and earlier by @oz123 in #5168
- More dead code removal (and other small fixes) by @matteius in #5171
- Remove Crayons per issue 3741, use click echo functions instead by @otherjake in #5178
- Issue 5179 requirementslib==1.6.8 by @matteius in #5183
- Refactor to support the NO_COLOR argument and deprecate PIPENV_COLORBLIND by @matteius in #5185
New Contributors
- @otherjake made their first contribution in #5178
Full Changelog: v2022.7.4...v2022.7.24
Release v2022.7.4
What's Changed
- Convert type comments to type annotations by @ethanhs in #5120
- Add FUNDING.yml by @oz123 in #5140
- Fix for #5134 in #5139 by @Grutschus
- Fix usage of deprecated
license_file
by @oz123 in #5137 - PIPENV_MAX_ROUNDS is no longer used by @oz123 in #5141
- Include markers issue #5092 by @ImreC in #5114
- Fix Broken CLI docs by @oz123 in #5148
- Issue 5000 remove requests certifi by @matteius in #5146
- 5132 Vendor in latest requirementslib. by @matteius in #5151
- Vendor latest requirementslib and pip-shims by @matteius in #5156
- Remove importlib_metadata and importlib_resources by @oz123 in #5150
New Contributors
Full Changelog: v2022.6.7...v2022.7.4
Release v2022.6.7
What's Changed
- More vistir drops makefile improvements by @oz123 in #5102
- Make pipenv work with the
venv
install scheme if it is detected by @torsava in #5096
Full Changelog: v2022.5.2...v2022.6.7