Accepting request 980911 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/980911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=50
This commit is contained in:
commit
41c1a0a8f2
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 4 20:43:42 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 20.14.1:
|
||||||
|
* Features
|
||||||
|
+ Support for creating a virtual environment from a Python 2.7
|
||||||
|
framework on macOS 12 - by @nickhutchinson. (#2284)
|
||||||
|
* Bugfixes
|
||||||
|
+ Upgrade embedded setuptools to 62.1.0 from 61.0.0 - by
|
||||||
|
@gaborbernat. (#2327)
|
||||||
|
|
||||||
|
- changes from version 20.14.0:
|
||||||
|
* Features
|
||||||
|
+ Support Nushell activation scripts with nu version 0.60 - by
|
||||||
|
@kubouch. (#2321)
|
||||||
|
* Bugfixes
|
||||||
|
+ Upgrade embedded setuptools to 61.0.0 from 60.10.0 - by
|
||||||
|
@gaborbernat. (#2322)
|
||||||
|
|
||||||
|
- changes from version 20.13.4:
|
||||||
|
* Bugfixes
|
||||||
|
+ Improve performance of python startup inside created virtualenvs
|
||||||
|
- by @asottile. (#2317)
|
||||||
|
+ Upgrade embedded setuptools to 60.10.0 from 60.9.3 - by
|
||||||
|
@gaborbernat. (#2320)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 12 05:54:11 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Sat Mar 12 05:54:11 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.13.3
|
Version: 20.14.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:e9dd1a1359d70137559034c0f5433b34caf504af2dc756367be86a5a32967134
|
|
||||||
size 12152717
|
|
3
virtualenv-20.14.1.tar.gz
Normal file
3
virtualenv-20.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef589a79795589aada0c1c5b319486797c03b67ac3984c48c669c0e4f50df3a5
|
||||||
|
size 12216889
|
Loading…
Reference in New Issue
Block a user