Skip to content

Commit

Permalink
Merge pull request pypa#1807 from pypa/release-20.0.19
Browse files Browse the repository at this point in the history
release 20.0.19
  • Loading branch information
gaborbernat authored May 3, 2020
2 parents 19fc7bc + 1338f7c commit 6dffcf2
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 12 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Release History

.. towncrier release notes start
v20.0.19 (2020-05-03)
---------------------

Bugfixes - 20.0.19
~~~~~~~~~~~~~~~~~~
- Fix generating a Python 2 environment from Python 3 creates invalid python activator - by :user:`gaborbernat`. (`#1776 <https://github.com/pypa/virtualenv/issues/1776>`_)
- Fix pinning seed packages via ``app-data`` seeder raised ``Invalid Requirement`` - by :user:`gaborbernat`. (`#1779 <https://github.com/pypa/virtualenv/issues/1779>`_)
- Do not stop interpreter discovery if we fail to find the system interpreter for a executable during discovery
- by :user:`gaborbernat`. (`#1781 <https://github.com/pypa/virtualenv/issues/1781>`_)
- On CPython2 POSIX platforms ensure ``syconfig.get_makefile_filename`` exists within the virtual environment (this is used by some c-extension based libraries - e.g. numpy - for building) - by :user:`gaborbernat`. (`#1783 <https://github.com/pypa/virtualenv/issues/1783>`_)
- Better handling of options :option:`copies` and :option:`symlinks`. Introduce priority of where the option is set
to follow the order: CLI, env var, file, hardcoded. If both set at same level prefers copy over symlink. - by
:user:`gaborbernat`. (`#1784 <https://github.com/pypa/virtualenv/issues/1784>`_)
- Upgrade pip for Python ``2.7`` and ``3.5+`` from ``20.0.2`` to ``20.1`` - by :user:`gaborbernat`. (`#1793 <https://github.com/pypa/virtualenv/issues/1793>`_)
- Fix CPython is not discovered from Windows registry, and discover pythons from Windows registry in decreasing order
by version - by :user:`gaborbernat`. (`#1796 <https://github.com/pypa/virtualenv/issues/1796>`_)
- Fix symlink detection for creators - by :user:`asottile` (`#1803 <https://github.com/pypa/virtualenv/issues/1803>`_)


v20.0.18 (2020-04-16)
---------------------

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/1776.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1779.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/1781.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1783.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/1784.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1793.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/1796.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1803.bugfix.rst

This file was deleted.

0 comments on commit 6dffcf2

Please sign in to comment.