From 9297261c1be7a3d3aebfda27c8d687b0024aad50 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Fri, 4 Nov 2022 22:06:54 +0100 Subject: [PATCH] Release v2022.11.4 --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ news/5444.bugfix.rst | 2 -- news/5450.vendor.rst | 3 --- news/5451.feature.rst | 1 - pipenv/__version__.py | 2 +- pipenv/pipenv.1 | 2 +- 6 files changed, 27 insertions(+), 8 deletions(-) delete mode 100644 news/5444.bugfix.rst delete mode 100644 news/5450.vendor.rst delete mode 100644 news/5451.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23f01f73..17bde29b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,28 @@ +2022.11.4 (2022-11-04) +====================== +Pipenv 2022.11.4 (2022-11-04) +============================= + + +Features & Improvements +----------------------- + +- Allow pipenv settings to be explicitly disabled more easily by assigning to the environment variable a falsy value. `#5451 `_ + +Bug Fixes +--------- + +- Provide an install iteration per index when ``install_search_all_sources`` is ``false`` (default behavior). + This fixes regression where install phase was using unexpected index after updating ``pip==22.3`` `#5444 `_ + +Vendored Libraries +------------------ + +- Drop tomli, which is not used anymore. + Bump attrs version see #5449. + Drop distlib, colorama and platformdirs - use the ones from pip._vendor. `#5450 `_ + + 2022.10.25 (2022-10-25) ======================= Pipenv 2022.10.25 (2022-10-25) diff --git a/news/5444.bugfix.rst b/news/5444.bugfix.rst deleted file mode 100644 index 0f59c38c..00000000 --- a/news/5444.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Provide an install iteration per index when ``install_search_all_sources`` is ``false`` (default behavior). -This fixes regression where install phase was using unexpected index after updating ``pip==22.3`` diff --git a/news/5450.vendor.rst b/news/5450.vendor.rst deleted file mode 100644 index ae3f2ade..00000000 --- a/news/5450.vendor.rst +++ /dev/null @@ -1,3 +0,0 @@ -Drop tomli, which is not used anymore. -Bump attrs version see #5449. -Drop distlib, colorama and platformdirs - use the ones from pip._vendor. diff --git a/news/5451.feature.rst b/news/5451.feature.rst deleted file mode 100644 index 30786d74..00000000 --- a/news/5451.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Allow pipenv settings to be explicitly disabled more easily by assigning to the environment variable a falsy value. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 039f0176..d838ac8d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.10.26.dev0" +__version__ = "2022.11.4" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 55bbe2f5..28c53924 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" "Oct 25, 2022" "2022.10.25" "pipenv" +.TH "PIPENV" "1" "Nov 04, 2022" "2022.11.4" "pipenv" .sp Pipenv uses a set of commands to manage your Project\(aqs dependencies and custom scripts. It replaces the use of \fBMakefile\fP, direct calls to \fBpip\fP and \fBpython \-m venv\fP or \fBvirtualenv\fP\&.