Skip to content

Releases: pypa/pipenv

Release v2022.10.9

09 Oct 14:44
eab868d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.10.4...v2022.10.9

Release v2022.10.4

05 Oct 01:38
6c457fe
Compare
Choose a tag to compare

What's Changed

  • Use creator venv when creating virtual environments by @matteius in #5376
  • Prefer to use the lockfile sources if available since this is used in install phase by @matteius in #5380
  • Bump dparse version to 0.6.2 by @oz123 in #5386
  • Vendor latest wheel by @matteius in #5384
  • Add news fragment for dropping six by @oz123 in #5381

Full Changelog: v2022.9.24...v2022.10.4

Release v2022.9.24

24 Sep 23:28
0ee9f18
Compare
Choose a tag to compare

What's Changed

  • Always evaluate markers fresh, without lru_cache. by @matteius in #5373

Full Changelog: v2022.9.21...v2022.9.24

Release v2022.9.21

21 Sep 14:29
dc3141b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.9.20...v2022.9.21

Release v2022.9.20

20 Sep 18:48
7d84009
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.9.8...v2022.9.20

Release v2022.9.8

08 Sep 14:59
20bb0c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.9.4...v2022.9.8

Release v2022.9.4

04 Sep 13:25
3b4bde7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.9.2...v2022.9.4

Release v2022.9.2

02 Sep 14:02
a5c4493
Compare
Choose a tag to compare

What's Changed

  • Fix issue where a file install is included with the hashed requirements. by @matteius in #5320
  • Documentation: Fix Docker example in Basic Usage by @UniversalSuperBox in #5318
  • Use a context manager to handle the temporary constraints file by @swaldhoer in #5316
  • Apply fix to constraints generation based on fact that pip resolver does not allow unnamed constraints. by @matteius in #5321
  • Respect disable_pip_input setting from Pipfile by @Darsstar in #5323

New Contributors

Full Changelog: v2022.8.31...v2022.9.2

Release v2022.8.31

01 Sep 00:15
1124db2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.8.30...v2022.8.31

Release v2022.8.30

30 Aug 21:39
54ddf16
Compare
Choose a tag to compare

What's Changed

  • Fix nondeterminism with environment markers #5239 by @bakhtiary in #5286
  • Fixes pipenv lock nondeterminism with environment markers by @dqkqd in #5299
  • Fix: try python3 before python in install --system (#5296) by @enku in #5300
  • Update README formatting at "Usage". by @dshah244 in #5281
  • Try to address these sporadic test failures without skipping the test. by @matteius in #5305
  • Revert "Fix nondeterminism with environment markers #5239 (#5286)" by @matteius in #5306
  • Vendor in requirementslib==2.0.1 and vistir==0.6.1 by @matteius in #5308
  • Fixes checking constraint throws deprecation messages. by @dqkqd in #5309

New Contributors

Full Changelog: v2022.8.24...v2022.8.30