Release v2022.8.24

This commit is contained in:
Matt Davis
2022-08-24 17:07:25 -04:00
parent 81f7e7a3e8
commit 72aede674f
6 changed files with 34 additions and 7 deletions
+17
View File
@@ -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 <https://github.com/pypa/pipenv/issues/5228>`_
Vendored Libraries
------------------
- Vendor in ``requirementslib==2.0.0`` and drop ``pip-shims`` entirely. `#5228 <https://github.com/pypa/pipenv/issues/5228>`_
- Vendor in ``pythonfinder==1.3.1`` `#5292 <https://github.com/pypa/pipenv/issues/5292>`_
2022.8.19 (2022-08-19)
======================
-2
View File
@@ -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.
-1
View File
@@ -1 +0,0 @@
Vendor in ``requirementslib==2.0.0`` and drop ``pip-shims`` entirely.
-1
View File
@@ -1 +0,0 @@
Vendor in ``pythonfinder==1.3.1``
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.8.20.dev0"
__version__ = "2022.8.24"
+16 -2
View File
@@ -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