Skip to content

Releases: pypa/pipenv

Release v2022.8.24

24 Aug 21:09
72aede6
Compare
Choose a tag to compare

What's Changed

  • Fix typo in Basic Usage of Pipenv doc by @harunyasar in #5276
  • Vendor in requirementslib==2.0.0 & drop pip-shims & revert sysconfig patch w/ safer setuptools usage by @matteius in #5228
  • Vendor in pythonfinder==1.3.1 by @matteius in #5292

New Contributors

Full Changelog: v2022.8.19...v2022.8.24

Release v2022.8.19

19 Aug 12:18
5469824
Compare
Choose a tag to compare

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

17 Aug 06:24
68e2cb1
Compare
Choose a tag to compare

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

15 Aug 04:02
8405bbf
Compare
Choose a tag to compare

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

14 Aug 04:04
d74f277
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.8.13...v2022.8.14

Release v2022.8.13

13 Aug 12:43
7a39d54
Compare
Choose a tag to compare

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

Full Changelog: v2022.8.5...v2022.8.13

Release v2022.8.5

05 Aug 14:47
b642b1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.7.24...v2022.8.5

Release v2022.7.24

24 Jul 11:10
0022881
Compare
Choose a tag to compare

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

Full Changelog: v2022.7.4...v2022.7.24

Release v2022.7.4

04 Jul 21:27
14bc6de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.6.7...v2022.7.4

Release v2022.6.7

07 Jun 14:18
3a56e3b
Compare
Choose a tag to compare

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