- 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:
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
|
Sun Nov 25 11:37:27 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
- Update to 1.8.3:
|
- Update to 1.8.3:
|
||||||
|
|
||||||
- Fixed readline on OS X. Thanks minrk
|
- Fixed readline on OS X. Thanks minrk
|
||||||
- Updated distribute to 0.6.30 (improves our error reporting,
|
- Updated distribute to 0.6.30 (improves our error reporting,
|
||||||
plus new distribute features and fixes). Thanks Gabriel (g2p)
|
plus new distribute features and fixes). Thanks Gabriel (g2p)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-virtualenv
|
Name: python-virtualenv
|
||||||
Version: 1.8.3
|
Version: 1.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.virtualenv.org/
|
Url: http://www.virtualenv.org/
|
||||||
Summary: Virtual Python Environment builder
|
Summary: Virtual Python Environment builder
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:895d4f105b1d3cbfb086b771b2bb7f41e124eb7b78811f1007ec39fe05e15b66
|
|
||||||
size 2022272
|
|
3
virtualenv-1.8.4.tar.bz2
Normal file
3
virtualenv-1.8.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:392021ff6976a13b1d96caac3f9385a8c7469cc1427e9ce94c8d5015a049eb8b
|
||||||
|
size 1769327
|
Loading…
Reference in New Issue
Block a user