Skip to content

Releases: pypa/pipenv

Release v2022.5.2

03 May 03:43
08d96a3
Compare
Choose a tag to compare

What's Changed

  • Fix lock -r warning being logged to stdout instead of stderr by @tomarad in #5091

New Contributors

Full Changelog: v2022.4.30...v2022.5.2

Release v2022.4.30

30 Apr 23:10
e8ce365
Compare
Choose a tag to compare

What's Changed

  • Print -e option and path for editable package when using pipenv requirements by @hoyaaaa in #5071
  • Limit resource usage in CI by @oz123 in #5079
  • Drop crayons in exceptions.py by @oz123 in #5080
  • More vistir dropping by @oz123 in #5078
  • vendor in requirementslib==1.6.4 by @matteius in #5082
  • Fixes of requirements with git requirements by @oz123 in #5083
  • revert setuptools required upgrade. by @matteius in #5087
  • Update docs and add deprecation warning for lock -r by @ImreC in #5069
  • Replace echo(style(...)) with secho(...) by @oz123 in #5090

New Contributors

Full Changelog: v2022.4.21...v2022.4.30

Release v2022.4.21

22 Apr 03:48
7191f5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.4.20...v2022.4.21

Release v2022.4.20

21 Apr 02:52
8d5db1a
Compare
Choose a tag to compare

What's Changed

  • Removed more-itertools vendor dep. by @matteius in #5047
  • Added pytest-cov and addressed outdated references to pip-tools by @matteius in #5038
  • Fix MANIFEST.in by @oz123 in #5051
  • cleanup stale documentation links by @matteius in #5048
  • Vendoring in pip==22.0.4 by @matteius in #4966
  • Really run the tests in parallel by @oz123 in #5058
  • CI improvements by @oz123 in #5061
  • Removed usage of fs_str from vistir by @oz123 in #5062
  • [fix] allow the user to overwrite the no_input flag to pip by @allcloud-jonathan in #5036
  • Allow pipenv option to consider all listed package sources when syncing the Pipfile.lock by @matteius in #5039
  • Fix install failures that silently pass by @matteius in #5046

New Contributors

  • @allcloud-jonathan made their first contribution in #5036

Full Changelog: v2022.4.8...v2022.4.20

Release v2022.4.8

08 Apr 21:43
1d0fc93
Compare
Choose a tag to compare

What's Changed

  • Code reorg utils into utils module reduces complexity by @matteius in #4990
  • Issue 4993 Add standard pre commit hooks and apply linting. by @matteius in #4994
  • Issue 5023 Fix hash link generation by @matteius in #5024
  • Implements requirements command as per #4959 by @ImreC in #5013
  • Improve documentation around index restrictions by @matteius in #5029
  • More granular control over PIPENV_VENV_IN_PROJECT variable. by @matteius in #5026
  • sphinx formatting change and fix CLI docs by @matteius in #5032
  • Special thanks to @oz123 for helping to review all of these changes and suggesting improvements.

New Contributors

Full Changelog: v2022.3.28...v2022.4.8

Release v2022.3.28

28 Mar 03:13
7c9d4ee
Compare
Choose a tag to compare

What's Changed

  • Vendor in pip 21.2.4 release (from pip 21.2.2 prior). by @matteius in #5009
  • Additional unit tests to cover recent regressions @matteius in #5018
  • Fix regression in 3.24.2022 for loading dot env file when quiet flag is passed @smac89 #5010
  • Subdirectory vcs installs are never passing the subdirectory in requirementslib which is now required by setuptools by @matteius in #5017

Full Changelog: v2022.3.24...v2022.3.28

Release v2022.3.24

23 Mar 23:33
660db3e
Compare
Choose a tag to compare

What's Changed

  • Fix the assumption that all sources are named. by @matteius in #5004
  • Restore this message as stderr because it affects requirements.txt generation by @matteius in #5005
  • Allow quieting the output of pipenv run and .env loading. by @matteius in #5006

Full Changelog: v2022.3.23...v2022.3.24

Release v2022.3.23

23 Mar 02:17
6266871
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.1.8...v2022.3.23

Release v2022.1.8

08 Jan 15:32
d378b9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2021.11.23...v2022.1.8

Release v2021.11.23

23 Nov 15:25
1a5584e
Compare
Choose a tag to compare
Version v2021.11.23

2021.11.23 (2021-11-23)
=======================

Bug Fixes
---------

- Update charset-normalizer from 2.0.3 to 2.0.7, this fixes an import error on Python 3.6.  _
- Fix a bug of deleting a virtualenv that is not managed by Pipenv.  _
- Fix a bug that source is not added to Pipfile when index url is given with pipenv install.  _