rpms/python-virtualenv/F-11 python-virtualenv.spec,1.12,1.13

smilner smilner at fedoraproject.org
Wed Jun 9 15:49:50 UTC 2010


Author: smilner

Update of /cvs/pkgs/rpms/python-virtualenv/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16719

Modified Files:
	python-virtualenv.spec 
Log Message:
fixed sed line in spec per BZ601150


Index: python-virtualenv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/F-11/python-virtualenv.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-virtualenv.spec	2 Apr 2010 18:11:03 -0000	1.12
+++ python-virtualenv.spec	9 Jun 2010 15:49:49 -0000	1.13
@@ -2,8 +2,8 @@
 %{!?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
-Release:        1%{?dist}
+Version:        1.4.8
+Release:        2%{?dist}
 Summary:        Tool to create isolated Python environments
 
 Group:          Development/Languages
@@ -26,7 +26,7 @@ licensed under an MIT-style permissive l
 
 %prep
 %setup -q -n virtualenv-%{version}
-%{__sed} -i -e "s|#!/usr/bin/env python||" virtualenv.py 
+%{__sed} -i -e "1s|#!/usr/bin/env python||" virtualenv.py 
 
 
 %build
@@ -51,6 +51,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun  8 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.8-2
+- Only replace the python shebang on the first line (Robert Buchholz)
+
+* Fri Apr 28 2010 Steve 'Ashcrow' Milner <me at 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 at stevemilner.org> - 1.4.6-1
 - allow script creation without setuptools
 - fix problem with --relocate when bin/ has subdirs (fixes #12)



More information about the scm-commits mailing list