1
0

Accepting request 988039 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/988039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=115
This commit is contained in:
2022-07-11 09:48:56 +00:00
committed by Git OBS Bridge
parent 6eacc68f26
commit da707699c9
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Jul 9 14:09:31 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 20.15.1:
* Bugfixes
+ Fix the incorrect operation when setuptools plugins output
something into stdout. (#2335)
+ CPython3Windows creator ignores missing DLLs dir. (#2368)
- changes from version 20.15.0:
* Features
+ Support for Windows embeddable Python package: includes
python<VERSION>.zip in the creator sources - by
@reksarka. (#1774)
* Bugfixes
+ Upgrade embedded setuptools to 62.3.3 from 62.6.0 and pip to
22.1.2 from 22.0.4 - by @gaborbernat. (#2348)
+ Use shlex.quote instead of deprecated pipes.quote in Python 3 -
by @frenzymadness. (#2351)
+ Fix Windows PyPy 3.6 - by @reksarka. (#2363)
-------------------------------------------------------------------
Sat Jun 4 20:43:42 UTC 2022 - Arun Persaud <arun@gmx.de>