1
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

@ -1,8 +1,19 @@
-------------------------------------------------------------------
Tue Nov 27 07:53:41 UTC 2012 - alexandre@exatati.com.br
- 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.
-------------------------------------------------------------------
Sun Nov 25 11:37:27 UTC 2012 - alexandre@exatati.com.br
- Update to 1.8.3:
- Fixed readline on OS X. Thanks minrk
- Updated distribute to 0.6.30 (improves our error reporting,
plus new distribute features and fixes). Thanks Gabriel (g2p)