Merge pull request #1815 from pypa/release-20.0.20

This commit is contained in:
Bernát Gábor 2020-05-04 10:11:04 +01:00 committed by GitHub
commit b8ded22edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 4 deletions

View file

@ -5,6 +5,17 @@ Release History
.. towncrier release notes start
v20.0.20 (2020-05-04)
---------------------
Bugfixes - 20.0.20
~~~~~~~~~~~~~~~~~~
- Fix download fails with python 3.4 - by :user:`gaborbernat`. (`#1809 <https://github.com/pypa/virtualenv/issues/1809>`_)
- Fixes older CPython2 versions use ``_get_makefile_filename`` instead of ``get_makefile_filename`` on ``sysconfig`` - by :user:`ianw`. (`#1810 <https://github.com/pypa/virtualenv/issues/1810>`_)
- Fix download is ``True`` by default - by :user:`gaborbernat`. (`#1813 <https://github.com/pypa/virtualenv/issues/1813>`_)
- Fail ``app-data`` seed operation when wheel download fails and better error message - by :user:`gaborbernat`. (`#1814 <https://github.com/pypa/virtualenv/issues/1814>`_)
v20.0.19 (2020-05-03)
---------------------

View file

@ -1 +0,0 @@
Fix download fails with python 3.4 - by :user:`gaborbernat`.

View file

@ -1 +0,0 @@
Fixes older CPython2 versions use ``_get_makefile_filename`` instead of ``get_makefile_filename`` on ``sysconfig`` - by :user:`ianw`.

View file

@ -1 +0,0 @@
Fix download is ``True`` by default - by :user:`gaborbernat`.

View file

@ -1 +0,0 @@
Fail ``app-data`` seed operation when wheel download fails and better error message - by :user:`gaborbernat`.