From 5469824b6e648fd2c5752fbb6659ea82146e44fb Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 19 Aug 2022 08:16:51 -0400 Subject: [PATCH] Release v2022.8.19 --- CHANGELOG.rst | 13 +++++++++++++ news/5271.bugfix.rst | 1 - news/5274.bugfix.rst | 1 - news/5275.bugfix.rst | 2 -- pipenv/__version__.py | 2 +- pipenv/pipenv.1 | 13 ++++++++++++- 6 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 news/5271.bugfix.rst delete mode 100644 news/5274.bugfix.rst delete mode 100644 news/5275.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 310ed463..59e12cc6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ +- Fix for ``pipenv lock`` fails for packages with extras as of ``2022.8.13``. `#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 `_ + + 2022.8.17 (2022-08-17) ====================== diff --git a/news/5271.bugfix.rst b/news/5271.bugfix.rst deleted file mode 100644 index 03753a75..00000000 --- a/news/5271.bugfix.rst +++ /dev/null @@ -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. diff --git a/news/5274.bugfix.rst b/news/5274.bugfix.rst deleted file mode 100644 index 73dd9962..00000000 --- a/news/5274.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix for ``pipenv lock`` fails for packages with extras as of ``2022.8.13``. diff --git a/news/5275.bugfix.rst b/news/5275.bugfix.rst deleted file mode 100644 index 0176a79c..00000000 --- a/news/5275.bugfix.rst +++ /dev/null @@ -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. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 0ceb3a0a..5db452ee 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.8.18.dev0" +__version__ = "2022.8.19" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 80d3dfc6..62fa8445 100644 --- a/pipenv/pipenv.1 +++ b/pipenv/pipenv.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" "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