Skip to content

Commit

Permalink
Release v2022.8.30
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 30, 2022
1 parent b563bbe commit 54ddf16
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2022.8.30 (2022-08-30)
======================


Bug Fixes
---------

- Fix an issue when using ``pipenv install --system`` on systems that having the ``python`` executable pointing to Python 2 and a Python 3 executable being ``python3``. `#5296 <https://github.com/pypa/pipenv/issues/5296>`_
- Sorting ``constraints`` before resolving, which fixes ``pipenv lock`` generates nondeterminism environment markers. `#5299 <https://github.com/pypa/pipenv/issues/5299>`_
- Fix #5273, use our own method for checking if a package is a valid constraint. `#5309 <https://github.com/pypa/pipenv/issues/5309>`_

Vendored Libraries
------------------

- Vendor in ``requirementslib==2.0.1`` which fixes issue with local install not marked editable, and vendor in ``vistir==0.6.1`` which drops python2 support.
Drops ``orderedmultidict`` from vendoring. `#5308 <https://github.com/pypa/pipenv/issues/5308>`_


2022.8.24 (2022-08-24)
======================

Expand Down
1 change: 0 additions & 1 deletion news/5296.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5299.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/5308.vendor.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5309.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.8.25.dev0"
__version__ = "2022.8.30"
18 changes: 17 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" "Aug 24, 2022" "2022.8.24" "pipenv"
.TH "PIPENV" "1" "Aug 30, 2022" "2022.8.30" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
\fI\%\fP\fI\%\fP\fI\%\fP
Expand Down Expand Up @@ -453,6 +453,22 @@ 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.30 (2022\-08\-30)
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
Fix an issue when using \fBpipenv install \-\-system\fP on systems that having the \fBpython\fP executable pointing to Python 2 and a Python 3 executable being \fBpython3\fP\&. \fI\%#5296\fP
.IP \(bu 2
Sorting \fBconstraints\fP before resolving, which fixes \fBpipenv lock\fP generates nondeterminism environment markers. \fI\%#5299\fP
.IP \(bu 2
Fix #5273, use our own method for checking if a package is a valid constraint. \fI\%#5309\fP
.UNINDENT
.SS Vendored Libraries
.INDENT 0.0
.IP \(bu 2
Vendor in \fBrequirementslib==2.0.1\fP which fixes issue with local install not marked editable, and vendor in \fBvistir==0.6.1\fP which drops python2 support.
Drops \fBorderedmultidict\fP from vendoring. \fI\%#5308\fP
.UNINDENT
.SS 2022.8.24 (2022\-08\-24)
.SS Bug Fixes
.INDENT 0.0
Expand Down

0 comments on commit 54ddf16

Please sign in to comment.