Accepting request 940176 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/940176 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=46
This commit is contained in:
commit
d828d31925
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 09:58:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20.10.0:
|
||||
* Special-case ``--prompt .`` to the name of the current directory
|
||||
* Add libffi-8.dll to pypy windows
|
||||
* Fixed path collision that could lead to a PermissionError or writing to system
|
||||
directories when using PyPy3.8
|
||||
* Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4``
|
||||
* Remove stray closing parenthesis in activate.bat
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 29 16:35:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-virtualenv%{psuffix}
|
||||
Version: 20.8.1
|
||||
Version: 20.10.0
|
||||
Release: 0
|
||||
Summary: Virtual Python Environment builder
|
||||
License: MIT
|
||||
|
3
virtualenv-20.10.0.tar.gz
Normal file
3
virtualenv-20.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:576d05b46eace16a9c348085f7d0dc8ef28713a2cabaa1cf0aea41e8f12c9218
|
||||
size 9007218
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcc17f0b3a29670dd777d6f0755a4c04f28815395bca279cdcb213b97199a6b8
|
||||
size 8708080
|
Loading…
Reference in New Issue
Block a user