1
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

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Oct 25 17:54:12 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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
-------------------------------------------------------------------
Mon Oct 10 09:35:14 UTC 2022 - Matej Cepl <mcepl@suse.com>