14
0

- Update to 20.16.6:

- Drop unneeded shims for PyPy3 directory structure
  - Fix selected scheme on debian derivatives for python 3.10
    when python3-distutils is not installed or the venv scheme is
    not avaiable
  - Allow the test suite to pass even with the original C shell
    (rather than tcsh)
  - Fix fallback handling of downloading wheels for bundled
    packages
  - Upgrade embedded setuptools to 65.5.0 from 65.3.0 and pip to
    22.3 from 22.2.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=120
This commit is contained in:
2022-10-25 17:59:17 +00:00
committed by Git OBS Bridge
parent 277328d8d5
commit c417970071
4 changed files with 19 additions and 5 deletions

View File

@@ -25,10 +25,9 @@
%bcond_with test
%endif
# there is no platformdirs for python2 on any of the target distributions
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-virtualenv%{psuffix}
Version: 20.16.5
Version: 20.16.6
Release: 0
Summary: Virtual Python Environment builder
License: MIT