14
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

@@ -28,7 +28,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-virtualenv%{psuffix}
Version: 20.8.1
Version: 20.10.0
Release: 0
Summary: Virtual Python Environment builder
License: MIT