Skip to content

Commit

Permalink
Release v2022.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 5, 2022
1 parent 89e266c commit 6c457fe
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion news/5075.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/5380.bugfix.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.9.25.dev0"
__version__ = "2022.10.4"
16 changes: 15 additions & 1 deletion 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" "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
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.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
Expand Down

0 comments on commit 6c457fe

Please sign in to comment.