|
|
@ -2,7 +2,7 @@
|
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-virtualenv
|
|
|
|
Name: python-virtualenv
|
|
|
|
Version: 1.4.6
|
|
|
|
Version: 1.4.8
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
|
|
|
|
|
|
|
@ -51,6 +51,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Fri Apr 2 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.4.6-1
|
|
|
|
- allow script creation without setuptools
|
|
|
|
- allow script creation without setuptools
|
|
|
|
- fix problem with --relocate when bin/ has subdirs (fixes #12)
|
|
|
|
- fix problem with --relocate when bin/ has subdirs (fixes #12)
|
|
|
|