Release v2022.8.19

This commit is contained in:
Matt Davis
2022-08-19 08:16:51 -04:00
parent 2db36dea7d
commit 5469824b6e
6 changed files with 26 additions and 6 deletions
+13
View File
@@ -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)
======================
-1
View File
@@ -1 +0,0 @@
Fix issue where resolver is provided with ``install_requires`` constraints from ``setup.py`` that depend on editable dependencies and could not resolve them.
-1
View File
@@ -1 +0,0 @@
Fix for ``pipenv lock`` fails for packages with extras as of ``2022.8.13``.
-2
View File
@@ -1,2 +0,0 @@
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.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.8.18.dev0"
__version__ = "2022.8.19"
+12 -1
View File
@@ -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
@@ -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