Skip to content

Commit

Permalink
Release v2020.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Jun 2, 2020
1 parent c8a29ac commit a44b982
Show file tree
Hide file tree
Showing 19 changed files with 81 additions and 20 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2020.6.2 (2020-06-02)
=====================

Features & Improvements
-----------------------

- Pipenv will now detect existing ``venv`` and ``virtualenv`` based virtual environments more robustly. `#4276 <https://github.com/pypa/pipenv/issues/4276>`_

Bug Fixes
---------

- ``+`` signs in URL authentication fragments will no longer be incorrectly replaced with space ( `` `` ) characters. `#4271 <https://github.com/pypa/pipenv/issues/4271>`_
- Fixed a regression which caused Pipenv to fail when running under ``/``. `#4273 <https://github.com/pypa/pipenv/issues/4273>`_
- ``setup.py`` files with ``version`` variables read from ``os.environ`` are now able to be parsed successfully. `#4274 <https://github.com/pypa/pipenv/issues/4274>`_
- Fixed a bug which caused Pipenv to fail to install packages in a virtual environment if those packages were already present in the system global environment. `#4276 <https://github.com/pypa/pipenv/issues/4276>`_
- Fix a bug that caused non-specific versions to be pinned in ``Pipfile.lock``. `#4278 <https://github.com/pypa/pipenv/issues/4278>`_
- Corrected a missing exception import and invalid function call invocations in ``pipenv.cli.command``. `#4286 <https://github.com/pypa/pipenv/issues/4286>`_
- Fixed an issue with resolving packages with names defined by function calls in ``setup.py``. `#4292 <https://github.com/pypa/pipenv/issues/4292>`_
- Fixed a regression with installing the current directory, or ``.``, inside a ``venv`` based virtual environment. `#4295 <https://github.com/pypa/pipenv/issues/4295>`_
- Fixed a bug with the discovery of python paths on Windows which could prevent installation of environments during ``pipenv install``. `#4296 <https://github.com/pypa/pipenv/issues/4296>`_
- Fixed an issue in the ``requirementslib`` AST parser which prevented parsing of ``setup.py`` files for dependency metadata. `#4298 <https://github.com/pypa/pipenv/issues/4298>`_
- Fix a bug where Pipenv doesn't realize the session is interactive `#4305 <https://github.com/pypa/pipenv/issues/4305>`_

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

- Updated requirementslib to version ``1.5.11``. `#4292 <https://github.com/pypa/pipenv/issues/4292>`_
- Updated vendored dependencies:
- **pythonfinder**: ``1.2.2`` => ``1.2.4``
- **requirementslib**: ``1.5.9`` => ``1.5.10`` `#4302 <https://github.com/pypa/pipenv/issues/4302>`_


2020.5.28 (2020-05-28)
======================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/4276.feature.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/4279.trivial.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions news/4302.vendor.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/4305.trivial.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__ = "2020.5.28.dev0"
__version__ = "2020.6.2"
49 changes: 48 additions & 1 deletion pipenv/pipenv.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "PIPENV" "1" "May 28, 2020" "2020.5.28" "pipenv"
.TH "PIPENV" "1" "Jun 02, 2020" "2020.6.2" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
.
Expand Down Expand Up @@ -396,6 +396,53 @@ 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 2020.6.2 (2020\-06\-02)
.SS Features & Improvements
.INDENT 0.0
.IP \(bu 2
Pipenv will now detect existing \fBvenv\fP and \fBvirtualenv\fP based virtual environments more robustly. \fI\%#4276\fP
.UNINDENT
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
\fB+\fP signs in URL authentication fragments will no longer be incorrectly replaced with space ( \(ga\(ga \(ga\(ga ) characters. \fI\%#4271\fP
.IP \(bu 2
Fixed a regression which caused Pipenv to fail when running under \fB/\fP\&. \fI\%#4273\fP
.IP \(bu 2
\fBsetup.py\fP files with \fBversion\fP variables read from \fBos.environ\fP are now able to be parsed successfully. \fI\%#4274\fP
.IP \(bu 2
Fixed a bug which caused Pipenv to fail to install packages in a virtual environment if those packages were already present in the system global environment. \fI\%#4276\fP
.IP \(bu 2
Fix a bug that caused non\-specific versions to be pinned in \fBPipfile.lock\fP\&. \fI\%#4278\fP
.IP \(bu 2
Corrected a missing exception import and invalid function call invocations in \fBpipenv.cli.command\fP\&. \fI\%#4286\fP
.IP \(bu 2
Fixed an issue with resolving packages with names defined by function calls in \fBsetup.py\fP\&. \fI\%#4292\fP
.IP \(bu 2
Fixed a regression with installing the current directory, or \fB\&.\fP, inside a \fBvenv\fP based virtual environment. \fI\%#4295\fP
.IP \(bu 2
Fixed a bug with the discovery of python paths on Windows which could prevent installation of environments during \fBpipenv install\fP\&. \fI\%#4296\fP
.IP \(bu 2
Fixed an issue in the \fBrequirementslib\fP AST parser which prevented parsing of \fBsetup.py\fP files for dependency metadata. \fI\%#4298\fP
.IP \(bu 2
Fix a bug where Pipenv doesn\(aqt realize the session is interactive \fI\%#4305\fP
.UNINDENT
.SS Vendored Libraries
.INDENT 0.0
.IP \(bu 2
Updated requirementslib to version \fB1.5.11\fP\&. \fI\%#4292\fP
.IP \(bu 2
.INDENT 2.0
.TP
.B Updated vendored dependencies:
.INDENT 7.0
.IP \(bu 2
\fBpythonfinder\fP: \fB1.2.2\fP => \fB1.2.4\fP
.IP \(bu 2
\fBrequirementslib\fP: \fB1.5.9\fP => \fB1.5.10\fP \fI\%#4302\fP
.UNINDENT
.UNINDENT
.UNINDENT
.SS 2020.5.28 (2020\-05\-28)
.SS Features & Improvements
.INDENT 0.0
Expand Down

0 comments on commit a44b982

Please sign in to comment.