forked from pool/python-virtualenv
- 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:
committed by
Git OBS Bridge
parent
f640c29504
commit
c7a7fe9ca2
@ -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)
|
||||
|
Reference in New Issue
Block a user