1
0

- update to 20.13.1:

* fix “execv() arg 2 must contain only strings” error on M1 MacOS
  * Ugrade embedded setuptools to 60.5.0 from 60.2.0
  * Upgrade embedded pip to 22.0.3 and setuptools to 60.6.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=110
This commit is contained in:
2022-02-07 10:50:47 +00:00
committed by Git OBS Bridge
parent 1d6523f832
commit aceb4fc1a1
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 7 10:50:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 20.13.1:
* fix “execv() arg 2 must contain only strings” error on M1 MacOS
* Ugrade embedded setuptools to 60.5.0 from 60.2.0
* Upgrade embedded pip to 22.0.3 and setuptools to 60.6.0
-------------------------------------------------------------------
Sat Jan 29 17:39:55 UTC 2022 - Arun Persaud <arun@gmx.de>