diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 31ba33f..058285b 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Jun 22 22:33:28 UTC 2012 - alexandre@exatati.com.br + +- Update to 1.7.2: + - Updated to distribute 0.6.27. + - Fix activate.fish on OS X. Fixes #8. Thanks David Schoonover. + - Create a virtualenv-x.x script with the Python version when + installing, so virtualenv for multiple Python versions can be + installed to the same script location. Thanks Miki Tebeka. + - Restored ability to create a virtualenv with a path longer than + 78 characters, without breaking creation of virtualenvs with + non-ASCII paths. Thanks, Bradley Ayers. + - Added ability to create virtualenvs without having installed + Apple's developers tools (using an own implementation of + install_name_tool). Thanks Mike Hommey. + - Fixed PyPy and Jython support on Windows. Thanks Konstantin + Zemlyak. + - Added pydoc script to ease use. Thanks Marc Abramowitz. Fixes + #149. + - Fixed creating a bootstrap script on Python 3. Thanks Raul + Leal. Fixes #280. + - Fixed inconsistency when having set the PYTHONDONTWRITEBYTECODE + env var with the --distribute option or the + VIRTUALENV_USE_DISTRIBUTE env var. VIRTUALENV_USE_DISTRIBUTE + is now considered again as a legacy alias. + ------------------------------------------------------------------- Fri Feb 17 11:55:11 UTC 2012 - alexandre@exatati.com.br diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 55cf096..3cb55db 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.7.1.2 +Version: 1.7.2 Release: 0 Url: http://www.virtualenv.org/ Summary: Virtual Python Environment builder @@ -74,7 +74,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS.txt LICENSE.txt docs -%{_bindir}/virtualenv +%{_bindir}/virtualenv* %{python_sitelib}/virtualenv* %changelog diff --git a/virtualenv-1.7.1.2.tar.bz2 b/virtualenv-1.7.1.2.tar.bz2 deleted file mode 100644 index bf423ca..0000000 --- a/virtualenv-1.7.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8657d54f31ccdd241c4af9589346a25a700671cf8c0dcff56ffbcd5adcc05cc4 -size 1974545 diff --git a/virtualenv-1.7.2.tar.bz2 b/virtualenv-1.7.2.tar.bz2 new file mode 100644 index 0000000..189d24a --- /dev/null +++ b/virtualenv-1.7.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f125d714ff3e202b2c3e2c3d388a1bf4a158b6c16f38bcd2d8936909b0716ab +size 1994225