From d378b9f91c811c95069cda9369465aae11bf67a4 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Sat, 8 Jan 2022 23:30:47 +0800 Subject: [PATCH] Release v2022.1.8 --- CHANGELOG.rst | 13 +++++++++++++ news/4877.bugfix.rst | 1 - news/4881.bugfix.rst | 1 - news/4885.bugfix.rst | 1 - news/4899.bugfix.rst | 1 - pipenv/__version__.py | 2 +- pipenv/pipenv.1 | 16 ++++++++++++++-- 7 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 news/4877.bugfix.rst delete mode 100644 news/4881.bugfix.rst delete mode 100644 news/4885.bugfix.rst delete mode 100644 news/4899.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92dfe107..3b08ad28 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +2022.1.8 (2022-01-08) +===================== + + +Bug Fixes +--------- + +- Remove the extra parentheses around the venv prompt. `#4877 `_ +- Fix a bug of installation fails when extra index url is given. `#4881 `_ +- Fix regression where lockfiles would only include the hashes for releases for the platform generating the lockfile `#4885 `_ +- Fix the index parsing to reject illegal requirements.txt. `#4899 `_ + + 2021.11.23 (2021-11-23) ======================= diff --git a/news/4877.bugfix.rst b/news/4877.bugfix.rst deleted file mode 100644 index 81f1c576..00000000 --- a/news/4877.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Remove the extra parentheses around the venv prompt. diff --git a/news/4881.bugfix.rst b/news/4881.bugfix.rst deleted file mode 100644 index 11f2eeca..00000000 --- a/news/4881.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix a bug of installation fails when extra index url is given. diff --git a/news/4885.bugfix.rst b/news/4885.bugfix.rst deleted file mode 100644 index 77ebf82c..00000000 --- a/news/4885.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression where lockfiles would only include the hashes for releases for the platform generating the lockfile diff --git a/news/4899.bugfix.rst b/news/4899.bugfix.rst deleted file mode 100644 index bc61835d..00000000 --- a/news/4899.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix the index parsing to reject illegal requirements.txt. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 0a5f1be4..f5287bde 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2021.11.23" +__version__ = "2022.1.8" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 7a922433..fe4f266b 100644 --- a/pipenv/pipenv.1 +++ b/pipenv/pipenv.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PIPENV" "1" "Nov 23, 2021" "2021.11.23" "pipenv" +.TH "PIPENV" "1" "Jan 08, 2022" "2022.1.8" "pipenv" .SH NAME pipenv \- pipenv Documentation . @@ -442,6 +442,18 @@ 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.1.8 (2022\-01\-08) +.SS Bug Fixes +.INDENT 0.0 +.IP \(bu 2 +Remove the extra parentheses around the venv prompt. \fI\%#4877\fP +.IP \(bu 2 +Fix a bug of installation fails when extra index url is given. \fI\%#4881\fP +.IP \(bu 2 +Fix regression where lockfiles would only include the hashes for releases for the platform generating the lockfile \fI\%#4885\fP +.IP \(bu 2 +Fix the index parsing to reject illegal requirements.txt. \fI\%#4899\fP +.UNINDENT .SS 2021.11.23 (2021\-11\-23) .SS Bug Fixes .INDENT 0.0 @@ -2059,7 +2071,7 @@ Otherwise, whatever virtualenv defaults to will be the default. .IP \(bu 2 \fBrun\fP will run a given command from the virtualenv, with any arguments forwarded (e.g. \fB$ pipenv run python\fP or \fB$ pipenv run pip freeze\fP). .IP \(bu 2 -\fBcheck\fP checks for security vulnerabilities and asserts that PEP 508 requirements are being met by the current environment. +\fBcheck\fP checks for security vulnerabilities and asserts that \fI\%PEP 508\fP requirements are being met by the current environment. .UNINDENT .SH FURTHER DOCUMENTATION GUIDES .SS Basic Usage of Pipenv