From c7a7fe9ca23eec51eb35e31d50b36e9410d74b8c0bc6b264a5505bd0ec9ee702 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Tue, 27 Nov 2012 07:56:42 +0000 Subject: [PATCH] - 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 --- python-virtualenv.changes | 13 ++++++++++++- python-virtualenv.spec | 2 +- virtualenv-1.8.3.tar.bz2 | 3 --- virtualenv-1.8.4.tar.bz2 | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 virtualenv-1.8.3.tar.bz2 create mode 100644 virtualenv-1.8.4.tar.bz2 diff --git a/python-virtualenv.changes b/python-virtualenv.changes index c6d394b..fede173 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -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) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 5b964fd..a127e1b 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -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 diff --git a/virtualenv-1.8.3.tar.bz2 b/virtualenv-1.8.3.tar.bz2 deleted file mode 100644 index 9f59168..0000000 --- a/virtualenv-1.8.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:895d4f105b1d3cbfb086b771b2bb7f41e124eb7b78811f1007ec39fe05e15b66 -size 2022272 diff --git a/virtualenv-1.8.4.tar.bz2 b/virtualenv-1.8.4.tar.bz2 new file mode 100644 index 0000000..2a360b0 --- /dev/null +++ b/virtualenv-1.8.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392021ff6976a13b1d96caac3f9385a8c7469cc1427e9ce94c8d5015a049eb8b +size 1769327