Accepting request 988325 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/988325 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=51
This commit is contained in:
commit
3762ace310
@ -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>
|
Sat Jun 4 20:43:42 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-virtualenv%{psuffix}
|
Name: python-virtualenv%{psuffix}
|
||||||
Version: 20.14.1
|
Version: 20.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef589a79795589aada0c1c5b319486797c03b67ac3984c48c669c0e4f50df3a5
|
|
||||||
size 12216889
|
|
3
virtualenv-20.15.1.tar.gz
Normal file
3
virtualenv-20.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:288171134a2ff3bfb1a2f54f119e77cd1b81c29fc1265a2356f3e8d14c7d58c4
|
||||||
|
size 13523736
|
Loading…
Reference in New Issue
Block a user