diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a390cbb..ba4d3c92 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +2022.8.24 (2022-08-24) +====================== + + +Bug Fixes +--------- + +- Remove eager and unnecessary importing of ``setuptools`` and ``pkg_resources`` to avoid conflict upgrading ``setuptools``. + Roll back ``sysconfig`` patch of ``pip`` because it was problematic for some ``--system`` commands. `#5228 `_ + +Vendored Libraries +------------------ + +- Vendor in ``requirementslib==2.0.0`` and drop ``pip-shims`` entirely. `#5228 `_ +- Vendor in ``pythonfinder==1.3.1`` `#5292 `_ + + 2022.8.19 (2022-08-19) ====================== diff --git a/news/5228.bugfix.rst b/news/5228.bugfix.rst deleted file mode 100644 index ee6909f7..00000000 --- a/news/5228.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Remove eager and unnecessary importing of ``setuptools`` and ``pkg_resources`` to avoid conflict upgrading ``setuptools``. -Roll back ``sysconfig`` patch of ``pip`` because it was problematic for some ``--system`` commands. diff --git a/news/5228.vendor.rst b/news/5228.vendor.rst deleted file mode 100644 index 88929c26..00000000 --- a/news/5228.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Vendor in ``requirementslib==2.0.0`` and drop ``pip-shims`` entirely. diff --git a/news/5292.vendor.rst b/news/5292.vendor.rst deleted file mode 100644 index 05f8f2fb..00000000 --- a/news/5292.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Vendor in ``pythonfinder==1.3.1`` diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 8351e361..f6d0210d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.8.20.dev0" +__version__ = "2022.8.24" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 62fa8445..5e1684a8 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" "Aug 19, 2022" "2022.8.19" "pipenv" +.TH "PIPENV" "1" "Aug 24, 2022" "2022.8.24" "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.8.24 (2022\-08\-24) +.SS Bug Fixes +.INDENT 0.0 +.IP \(bu 2 +Remove eager and unnecessary importing of \fBsetuptools\fP and \fBpkg_resources\fP to avoid conflict upgrading \fBsetuptools\fP\&. +Roll back \fBsysconfig\fP patch of \fBpip\fP because it was problematic for some \fB\-\-system\fP commands. \fI\%#5228\fP +.UNINDENT +.SS Vendored Libraries +.INDENT 0.0 +.IP \(bu 2 +Vendor in \fBrequirementslib==2.0.0\fP and drop \fBpip\-shims\fP entirely. \fI\%#5228\fP +.IP \(bu 2 +Vendor in \fBpythonfinder==1.3.1\fP \fI\%#5292\fP +.UNINDENT .SS 2022.8.19 (2022\-08\-19) .SS Bug Fixes .INDENT 0.0 @@ -3033,7 +3047,7 @@ Pipenv is not meant to run as root. However, in the multi stage build above it is done never the less. A calculated risk, since the intermediatiary image is discarded. The runtime image later shows that you should create a user and user it to -run your applicaion. +run your application. \fBOnce again, you should not run pipenv as root (or Admin on Windows) normally. This could lead to breakage of your Python installation, or even your complete OS.\fP