Skip to content

Commit

Permalink
v2022.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Apr 30, 2022
1 parent f429a30 commit e8ce365
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/pypa/pipenv/issues/5070>`_
- Revert specifier of ``setuptools`` requirement in ``setup.py`` back to what it was in order to fix ``FileNotFoundError: [Errno 2]`` issue report. `#5075 <https://github.com/pypa/pipenv/issues/5075>`_
- Fixes issue of requirements command where git requirements cause the command to fail, solved by using existing convert_deps_to_pip function. `#5076 <https://github.com/pypa/pipenv/issues/5076>`_

Vendored Libraries
------------------

- Vendor in ``requirementslib==1.6.4`` to Fix ``SetuptoolsDeprecationWarning`` ``setuptools.config.read_configuration`` became deprecated. `#5081 <https://github.com/pypa/pipenv/issues/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 <https://github.com/pypa/pipenv/issues/5078>`_


2022.4.21 (2022-04-21)
======================

Expand Down
1 change: 0 additions & 1 deletion news/5070.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5075.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5076.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5078.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5081.vendor.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.4.22.dev0"
__version__ = "2022.4.30"

0 comments on commit e8ce365

Please sign in to comment.