Skip to content

Commit a44b982

Browse files
committed
Release v2020.6.2
1 parent c8a29ac commit a44b982

19 files changed

+81
-20
lines changed

CHANGELOG.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2020.6.2 (2020-06-02)
2+
=====================
3+
4+
Features & Improvements
5+
-----------------------
6+
7+
- Pipenv will now detect existing ``venv`` and ``virtualenv`` based virtual environments more robustly. `#4276 <https://github.com/pypa/pipenv/issues/4276>`_
8+
9+
Bug Fixes
10+
---------
11+
12+
- ``+`` signs in URL authentication fragments will no longer be incorrectly replaced with space ( `` `` ) characters. `#4271 <https://github.com/pypa/pipenv/issues/4271>`_
13+
- Fixed a regression which caused Pipenv to fail when running under ``/``. `#4273 <https://github.com/pypa/pipenv/issues/4273>`_
14+
- ``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>`_
15+
- 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>`_
16+
- Fix a bug that caused non-specific versions to be pinned in ``Pipfile.lock``. `#4278 <https://github.com/pypa/pipenv/issues/4278>`_
17+
- Corrected a missing exception import and invalid function call invocations in ``pipenv.cli.command``. `#4286 <https://github.com/pypa/pipenv/issues/4286>`_
18+
- Fixed an issue with resolving packages with names defined by function calls in ``setup.py``. `#4292 <https://github.com/pypa/pipenv/issues/4292>`_
19+
- Fixed a regression with installing the current directory, or ``.``, inside a ``venv`` based virtual environment. `#4295 <https://github.com/pypa/pipenv/issues/4295>`_
20+
- 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>`_
21+
- 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>`_
22+
- Fix a bug where Pipenv doesn't realize the session is interactive `#4305 <https://github.com/pypa/pipenv/issues/4305>`_
23+
24+
Vendored Libraries
25+
------------------
26+
27+
- Updated requirementslib to version ``1.5.11``. `#4292 <https://github.com/pypa/pipenv/issues/4292>`_
28+
- Updated vendored dependencies:
29+
- **pythonfinder**: ``1.2.2`` => ``1.2.4``
30+
- **requirementslib**: ``1.5.9`` => ``1.5.10`` `#4302 <https://github.com/pypa/pipenv/issues/4302>`_
31+
32+
133
2020.5.28 (2020-05-28)
234
======================
335

news/4271.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4273.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4274.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4276.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4276.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4278.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4279.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4286.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4292.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)