14
0

- Update to 1.8.4:

- Updated distribute to 0.6.31. This fixes #359 (numpy install
    regression) on UTF-8 platforms, and provides a workaround on
    other platforms: PYTHONIOENCODING=utf8 pip install numpy.
  - When installing virtualenv via curl, don't forget to filter
    out arguments the distribute setup script won't understand.
    Fixes #358.
  - Added some more integration tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=21
This commit is contained in:
Alexandre Rogoski
2012-11-27 07:56:42 +00:00
committed by Git OBS Bridge
parent f640c29504
commit c7a7fe9ca2
4 changed files with 16 additions and 5 deletions

View File

@@ -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.3
Version: 1.8.4
Release: 0
Url: http://www.virtualenv.org/
Summary: Virtual Python Environment builder