Skip to content

Commit

Permalink
Release v2022.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 24, 2022
1 parent 81f7e7a commit 72aede6
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
======================

Expand Down
2 changes: 0 additions & 2 deletions news/5228.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5228.vendor.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5292.vendor.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.8.20.dev0"
__version__ = "2022.8.24"
18 changes: 16 additions & 2 deletions pipenv/pipenv.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72aede6

Please sign in to comment.