From f640c2950411f2a1f60d99101033e1047d809414477fa689bd42409a25bd7616 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sun, 25 Nov 2012 11:40:08 +0000 Subject: [PATCH] - 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) - Added compatibility with multiarch Python (Python 3.3 for example). Added an integration test. Thanks Gabriel (g2p) - Added ability to install distribute from a user-provided egg, rather than the bundled sdist, for better speed. Thanks Paul Moore. - Make the creation of lib64 symlink smarter about already-existing symlink, and more explicit about full paths. Fixes #334 and #330. Thanks Jeremy Orem. - Give lib64 site-dir preference over lib on 64-bit systems, to avoid wrong 32-bit compiles in the venv. Fixes #328. Thanks Damien Nozay. - Fix a bug with prompt-handling in activate.csh in non-interactive csh shells. Fixes #332. Thanks Benjamin Root for report and patch. - Make it possible to create a virtualenv from within a Python 3.3 pyvenv. Thanks Chris McDonough for the report. - Add optional --setuptools option to be able to switch to it in case distribute is the default (like in Debian). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=20 --- python-virtualenv.changes | 25 +++++++++++++++++++++++++ python-virtualenv.spec | 2 +- virtualenv-1.8.2.tar.bz2 | 3 --- virtualenv-1.8.3.tar.bz2 | 3 +++ 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 virtualenv-1.8.2.tar.bz2 create mode 100644 virtualenv-1.8.3.tar.bz2 diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 7250499..c6d394b 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +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) + - Added compatibility with multiarch Python (Python 3.3 for example). + Added an integration test. Thanks Gabriel (g2p) + - Added ability to install distribute from a user-provided egg, + rather than the bundled sdist, for better speed. Thanks Paul Moore. + - Make the creation of lib64 symlink smarter about already-existing + symlink, and more explicit about full paths. Fixes #334 and #330. + Thanks Jeremy Orem. + - Give lib64 site-dir preference over lib on 64-bit systems, to + avoid wrong 32-bit compiles in the venv. Fixes #328. Thanks Damien + Nozay. + - Fix a bug with prompt-handling in activate.csh in non-interactive + csh shells. Fixes #332. Thanks Benjamin Root for report and patch. + - Make it possible to create a virtualenv from within a Python 3.3 + pyvenv. Thanks Chris McDonough for the report. + - Add optional --setuptools option to be able to switch to it in + case distribute is the default (like in Debian). + ------------------------------------------------------------------- Thu Sep 6 11:52:11 UTC 2012 - alexandre@exatati.com.br diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 087308b..5b964fd 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.2 +Version: 1.8.3 Release: 0 Url: http://www.virtualenv.org/ Summary: Virtual Python Environment builder diff --git a/virtualenv-1.8.2.tar.bz2 b/virtualenv-1.8.2.tar.bz2 deleted file mode 100644 index 6d55d43..0000000 --- a/virtualenv-1.8.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77f5618ec34feb96502717641bfcc6a63a15de18f15bcd41782f6df5cbfc2a5b -size 2006709 diff --git a/virtualenv-1.8.3.tar.bz2 b/virtualenv-1.8.3.tar.bz2 new file mode 100644 index 0000000..9f59168 --- /dev/null +++ b/virtualenv-1.8.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895d4f105b1d3cbfb086b771b2bb7f41e124eb7b78811f1007ec39fe05e15b66 +size 2022272