From 6c457fe41cb4135b5fc2b457a0e0b09427c8ee79 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 4 Oct 2022 21:38:07 -0400 Subject: [PATCH] Release v2022.10.4 --- CHANGELOG.rst | 18 ++++++++++++++++++ news/5075.bugfix.rst | 1 - news/5187.vendor.rst | 1 - news/5380.bugfix.rst | 1 - pipenv/__version__.py | 2 +- pipenv/pipenv.1 | 16 +++++++++++++++- 6 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 news/5075.bugfix.rst delete mode 100644 news/5187.vendor.rst delete mode 100644 news/5380.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29ff8d5f..4e918cac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,21 @@ +2022.10.4 (2022-10-04) +====================== +Pipenv 2022.10.4 (2022-10-04) +============================= + + +Bug Fixes +--------- + +- Use ``--creator=venv`` when creating virtual environments to avoid issue with sysconfig ``posix_prefix`` on some systems. `#5075 `_ +- Prefer to use the lockfile sources if available during the install phase. `#5380 `_ + +Vendored Libraries +------------------ + +- Drop vendored six - we no longer depend on this library, as we migrated from pipfile to plette. `#5187 `_ + + 2022.9.24 (2022-09-24) ====================== Pipenv 2022.9.24 (2022-09-24) diff --git a/news/5075.bugfix.rst b/news/5075.bugfix.rst deleted file mode 100644 index 8feed065..00000000 --- a/news/5075.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Use ``--creator=venv`` when creating virtual environments to avoid issue with sysconfig ``posix_prefix`` on some systems. diff --git a/news/5187.vendor.rst b/news/5187.vendor.rst deleted file mode 100644 index 84be73c0..00000000 --- a/news/5187.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Drop vendored six - we no longer depend on this library, as we migrated from pipfile to plette. diff --git a/news/5380.bugfix.rst b/news/5380.bugfix.rst deleted file mode 100644 index 7f4dcc92..00000000 --- a/news/5380.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Prefer to use the lockfile sources if available during the install phase. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 53c21b79..0672722a 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.9.25.dev0" +__version__ = "2022.10.4" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 6b2a69eb..1a087295 100644 --- a/pipenv/pipenv.1 +++ b/pipenv/pipenv.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "PIPENV" "1" "Sep 24, 2022" "2022.9.24" "pipenv" +.TH "PIPENV" "1" "Oct 04, 2022" "2022.10.4" "pipenv" .SH NAME pipenv \- pipenv Documentation \fI\%\fP\fI\%\fP\fI\%\fP @@ -453,6 +453,20 @@ You might want to set \fBexport PIPENV_VENV_IN_PROJECT=1\fP in your .bashrc/.zsh .sp Congratulations, you now know how to install and use Python packages! ✨ 🍰 ✨ .SS Release and Version History +.SS 2022.10.4 (2022\-10\-04) +.SS Pipenv 2022.10.4 (2022\-10\-04) +.SS Bug Fixes +.INDENT 0.0 +.IP \(bu 2 +Use \fB\-\-creator=venv\fP when creating virtual environments to avoid issue with sysconfig \fBposix_prefix\fP on some systems. \fI\%#5075\fP +.IP \(bu 2 +Prefer to use the lockfile sources if available during the install phase. \fI\%#5380\fP +.UNINDENT +.SS Vendored Libraries +.INDENT 0.0 +.IP \(bu 2 +Drop vendored six \- we no longer depend on this library, as we migrated from pipfile to plette. \fI\%#5187\fP +.UNINDENT .SS 2022.9.24 (2022\-09\-24) .SS Pipenv 2022.9.24 (2022\-09\-24) .SS Bug Fixes