From e8ce365b9568022c73086667ed60649a97f71a80 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sat, 30 Apr 2022 19:09:27 -0400 Subject: [PATCH] v2022.4.30 --- CHANGELOG.rst | 22 ++++++++++++++++++++++ news/5070.bugfix.rst | 1 - news/5075.bugfix.rst | 1 - news/5076.bugfix.rst | 1 - news/5078.removal.rst | 1 - news/5081.vendor.rst | 1 - pipenv/__version__.py | 2 +- 7 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 news/5070.bugfix.rst delete mode 100644 news/5075.bugfix.rst delete mode 100644 news/5076.bugfix.rst delete mode 100644 news/5078.removal.rst delete mode 100644 news/5081.vendor.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 839686621b..fd56ba0bb6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +2022.4.30 (2022-04-30) +====================== + + +Bug Fixes +--------- + +- Fixes issue of ``requirements`` command problem by modifying to print ``-e`` and path of the editable package. `#5070 `_ +- Revert specifier of ``setuptools`` requirement in ``setup.py`` back to what it was in order to fix ``FileNotFoundError: [Errno 2]`` issue report. `#5075 `_ +- Fixes issue of requirements command where git requirements cause the command to fail, solved by using existing convert_deps_to_pip function. `#5076 `_ + +Vendored Libraries +------------------ + +- Vendor in ``requirementslib==1.6.4`` to Fix ``SetuptoolsDeprecationWarning`` ``setuptools.config.read_configuration`` became deprecated. `#5081 `_ + +Removals and Deprecations +------------------------- + +- Remove more usage of misc functions of vistir. Many of this function are availabel in the STL or in another dependency of pipenv. `#5078 `_ + + 2022.4.21 (2022-04-21) ====================== diff --git a/news/5070.bugfix.rst b/news/5070.bugfix.rst deleted file mode 100644 index 9fd8072d42..0000000000 --- a/news/5070.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixes issue of ``requirements`` command problem by modifying to print ``-e`` and path of the editable package. diff --git a/news/5075.bugfix.rst b/news/5075.bugfix.rst deleted file mode 100644 index 8cf55a8ece..0000000000 --- a/news/5075.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Revert specifier of ``setuptools`` requirement in ``setup.py`` back to what it was in order to fix ``FileNotFoundError: [Errno 2]`` issue report. diff --git a/news/5076.bugfix.rst b/news/5076.bugfix.rst deleted file mode 100644 index 0bd7a9c39f..0000000000 --- a/news/5076.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixes issue of requirements command where git requirements cause the command to fail, solved by using existing convert_deps_to_pip function. diff --git a/news/5078.removal.rst b/news/5078.removal.rst deleted file mode 100644 index 688f8c717e..0000000000 --- a/news/5078.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Remove more usage of misc functions of vistir. Many of this function are availabel in the STL or in another dependency of pipenv. diff --git a/news/5081.vendor.rst b/news/5081.vendor.rst deleted file mode 100644 index bee4c83197..0000000000 --- a/news/5081.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Vendor in ``requirementslib==1.6.4`` to Fix ``SetuptoolsDeprecationWarning`` ``setuptools.config.read_configuration`` became deprecated. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index d80bde4dcf..4e6c31d406 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.4.22.dev0" +__version__ = "2022.4.30"