rpms/python-virtualenv/F-12 .cvsignore, 1.9, 1.10 python-virtualenv.spec, 1.13, 1.14 sources, 1.9, 1.10

smilner smilner at fedoraproject.org
Wed Apr 28 16:08:48 UTC 2010


Author: smilner

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

Modified Files:
	.cvsignore python-virtualenv.spec sources 
Log Message:
updated for 1.4.8 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/F-12/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	2 Apr 2010 18:09:51 -0000	1.9
+++ .cvsignore	28 Apr 2010 16:08:47 -0000	1.10
@@ -1 +1 @@
-virtualenv-1.4.6.tar.gz
+virtualenv-1.4.8.tar.gz


Index: python-virtualenv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/F-12/python-virtualenv.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-virtualenv.spec	2 Apr 2010 18:09:52 -0000	1.13
+++ python-virtualenv.spec	28 Apr 2010 16:08:47 -0000	1.14
@@ -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 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)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/F-12/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	2 Apr 2010 18:09:52 -0000	1.9
+++ sources	28 Apr 2010 16:08:47 -0000	1.10
@@ -1 +1 @@
-f576969d591a054132fe8c9165c2b3c3  virtualenv-1.4.6.tar.gz
+74ded4025a56e538c1c8df6b9825a8b8  virtualenv-1.4.8.tar.gz



More information about the scm-commits mailing list