1
0

- update to 20.10.0:

* Special-case ``--prompt .`` to the name of the current directory
  * Add libffi-8.dll to pypy windows
  * Fixed path collision that could lead to a PermissionError or writing to system
    directories when using PyPy3.8
  * Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4``
  * Remove stray closing parenthesis in activate.bat

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=108
This commit is contained in:
2021-12-06 10:00:38 +00:00
committed by Git OBS Bridge
parent 8f00c6434d
commit d893d85d25
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 6 09:58:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 20.10.0:
* Special-case ``--prompt .`` to the name of the current directory
* Add libffi-8.dll to pypy windows
* Fixed path collision that could lead to a PermissionError or writing to system
directories when using PyPy3.8
* Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4``
* Remove stray closing parenthesis in activate.bat
-------------------------------------------------------------------
Wed Sep 29 16:35:34 UTC 2021 - Ben Greiner <code@bnavigator.de>