Skip to content

Commit

Permalink
Release v2022.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 19, 2022
1 parent 2db36de commit 5469824
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2022.8.19 (2022-08-19)
======================


Bug Fixes
---------

- Fix issue where resolver is provided with ``install_requires`` constraints from ``setup.py`` that depend on editable dependencies and could not resolve them. `#5271 <https://github.com/pypa/pipenv/issues/5271>`_
- Fix for ``pipenv lock`` fails for packages with extras as of ``2022.8.13``. `#5274 <https://github.com/pypa/pipenv/issues/5274>`_
- Revert the exclusion of ``BAD_PACKAGES`` from ``batch_install`` in order for ``pipenv`` to install specific versions of ``setuptools``.
To prevent issue upgrading ``setuptools`` this patches ``_USE_SYSCONFIG_DEFAULT`` to use ``sysconfig`` for ``3.7`` and above whereas ``pip`` default behavior was ``3.10`` and above. `#5275 <https://github.com/pypa/pipenv/issues/5275>`_


2022.8.17 (2022-08-17)
======================

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/5275.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.18.dev0"
__version__ = "2022.8.19"
13 changes: 12 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 17, 2022" "2022.8.17" "pipenv"
.TH "PIPENV" "1" "Aug 19, 2022" "2022.8.19" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
\fI\%\fP\fI\%\fP\fI\%\fP
Expand Down Expand Up @@ -453,6 +453,17 @@ 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.19 (2022\-08\-19)
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
Fix issue where resolver is provided with \fBinstall_requires\fP constraints from \fBsetup.py\fP that depend on editable dependencies and could not resolve them. \fI\%#5271\fP
.IP \(bu 2
Fix for \fBpipenv lock\fP fails for packages with extras as of \fB2022.8.13\fP\&. \fI\%#5274\fP
.IP \(bu 2
Revert the exclusion of \fBBAD_PACKAGES\fP from \fBbatch_install\fP in order for \fBpipenv\fP to install specific versions of \fBsetuptools\fP\&.
To prevent issue upgrading \fBsetuptools\fP this patches \fB_USE_SYSCONFIG_DEFAULT\fP to use \fBsysconfig\fP for \fB3.7\fP and above whereas \fBpip\fP default behavior was \fB3.10\fP and above. \fI\%#5275\fP
.UNINDENT
.SS 2022.8.17 (2022\-08\-17)
.SS Bug Fixes
.INDENT 0.0
Expand Down

0 comments on commit 5469824

Please sign in to comment.