1
0

- 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:
Alexandre Rogoski
2012-09-03 13:03:41 +00:00
committed by Git OBS Bridge
parent 66853c9693
commit 02d0181241
4 changed files with 13 additions and 4 deletions

View File

@@ -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