14
0

Accepting request 1039702 from home:yarunachalam:branches:devel:languages:python

- Update to version 20.16.7
  * Use parent directory of python executable for pyvenv.cfg “home” value per PEP 405 - by @vfazio. (#2440)
  * In POSIX virtual environments, try alternate binary names if sys._base_executable does not exist - by @vfazio. (#2442)
  * Upgrade embedded wheel to 0.38.4 and pip to 22.3.1 from 22.3 and setuptools to 65.5.1 from 65.5.0

OBS-URL: https://build.opensuse.org/request/show/1039702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=122
This commit is contained in:
2022-12-03 07:30:22 +00:00
committed by Git OBS Bridge
parent c417970071
commit adcffc6192
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 3 02:36:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 20.16.7
* Use parent directory of python executable for pyvenv.cfg “home” value per PEP 405 - by @vfazio. (#2440)
* In POSIX virtual environments, try alternate binary names if sys._base_executable does not exist - by @vfazio. (#2442)
* Upgrade embedded wheel to 0.38.4 and pip to 22.3.1 from 22.3 and setuptools to 65.5.1 from 65.5.0
-------------------------------------------------------------------
Tue Oct 25 17:54:12 UTC 2022 - Matej Cepl <mcepl@suse.com>