mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2022.10.4
This commit is contained in:
@@ -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 <https://github.com/pypa/pipenv/issues/5075>`_
|
||||
- Prefer to use the lockfile sources if available during the install phase. `#5380 <https://github.com/pypa/pipenv/issues/5380>`_
|
||||
|
||||
Vendored Libraries
|
||||
------------------
|
||||
|
||||
- Drop vendored six - we no longer depend on this library, as we migrated from pipfile to plette. `#5187 <https://github.com/pypa/pipenv/issues/5187>`_
|
||||
|
||||
|
||||
2022.9.24 (2022-09-24)
|
||||
======================
|
||||
Pipenv 2022.9.24 (2022-09-24)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Use ``--creator=venv`` when creating virtual environments to avoid issue with sysconfig ``posix_prefix`` on some systems.
|
||||
@@ -1 +0,0 @@
|
||||
Drop vendored six - we no longer depend on this library, as we migrated from pipfile to plette.
|
||||
@@ -1 +0,0 @@
|
||||
Prefer to use the lockfile sources if available during the install phase.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2022.9.25.dev0"
|
||||
__version__ = "2022.10.4"
|
||||
|
||||
+15
-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
|
||||
|
||||
Reference in New Issue
Block a user