updated for 1.4.8 release

epel9
smilner 15 years ago
parent e7f7ed174d
commit 3990cee10a

@ -1 +1 @@
virtualenv-1.4.6.tar.gz
virtualenv-1.4.8.tar.gz

@ -2,7 +2,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-virtualenv
Version: 1.4.6
Version: 1.4.8
Release: 1%{?dist}
Summary: Tool to create isolated Python environments
@ -51,6 +51,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Apr 28 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.4.8-1
- update pip to 0.7
- move regen-docs into bin/
- Fix #31, make activate_this.py work on Windows (use Lib/site-packages)
unset PYTHONHOME envioronment variable -- first step towards fixing the PYTHONHOME issue; see e.g. https://bugs.launchpad.net/virtualenv/+bug/290844
- unset PYTHONHOME in the (Unix) activate script (and reset it in deactivate())
- use the activate.sh in virtualenv.py via running bin/rebuild-script.py
- add warning message if PYTHONHOME is set
* Fri Apr 2 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.4.6-1
- allow script creation without setuptools
- fix problem with --relocate when bin/ has subdirs (fixes #12)

@ -1 +1 @@
f576969d591a054132fe8c9165c2b3c3 virtualenv-1.4.6.tar.gz
74ded4025a56e538c1c8df6b9825a8b8 virtualenv-1.4.8.tar.gz

Loading…
Cancel
Save