- Update to 1.8.1:
* Fixed distribute version used with --never-download. Thanks michr for report and patch. * Fix creating Python 3.3 based virtualenvs by unsetting the __PYVENV_LAUNCHER__ environment variable in subprocesses. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=17
This commit is contained in:
parent
66853c9693
commit
02d0181241
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 12:55:40 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.8.1:
|
||||
* Fixed distribute version used with --never-download. Thanks
|
||||
michr for report and patch.
|
||||
* Fix creating Python 3.3 based virtualenvs by unsetting the
|
||||
__PYVENV_LAUNCHER__ environment variable in subprocesses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 23:23:40 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: python-virtualenv
|
||||
Version: 1.8
|
||||
Version: 1.8.1
|
||||
Release: 0
|
||||
Url: http://www.virtualenv.org/
|
||||
Summary: Virtual Python Environment builder
|
||||
|
3
virtualenv-1.8.1.tar.bz2
Normal file
3
virtualenv-1.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5c8e98ffd9ab29838fb97188db388738886f8ed8141408d41ca4197f24633f0
|
||||
size 1997978
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:872b1eed375d71d7101a736dd7eea5f8e25779204f0a06c18682d2d16de30fc1
|
||||
size 1997708
|
Loading…
Reference in New Issue
Block a user