rpms/python-virtualenv/devel .cvsignore, 1.8, 1.9 python-virtualenv.spec, 1.12, 1.13 sources, 1.8, 1.9

smilner smilner at fedoraproject.org
Fri Apr 2 15:47:54 UTC 2010


Author: smilner

Update of /cvs/pkgs/rpms/python-virtualenv/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1150

Modified Files:
	.cvsignore python-virtualenv.spec sources 
Log Message:
updates for upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	22 Dec 2009 14:46:42 -0000	1.8
+++ .cvsignore	2 Apr 2010 15:47:53 -0000	1.9
@@ -1 +1 @@
-virtualenv-1.4.3.tar.gz
+virtualenv-1.4.6.tar.gz


Index: python-virtualenv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/devel/python-virtualenv.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-virtualenv.spec	22 Dec 2009 14:46:42 -0000	1.12
+++ python-virtualenv.spec	2 Apr 2010 15:47:54 -0000	1.13
@@ -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.3
+Version:        1.4.6
 Release:        1%{?dist}
 Summary:        Tool to create isolated Python environments
 
@@ -51,6 +51,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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)
+- Allow more flexible .pth file fixup
+- make nt a required module, along with posix. it may not be a builtin module on jython
+- don't mess with PEP 302-supplied __file__, from CPython, and merge in a small startup optimization for Jython, from Jython
+
 * Tue Dec 22 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.3-1
 - Updated for upstream release.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	22 Dec 2009 14:46:42 -0000	1.8
+++ sources	2 Apr 2010 15:47:54 -0000	1.9
@@ -1 +1 @@
-2b639cee32d15fd049a49561957afe4b  virtualenv-1.4.3.tar.gz
+f576969d591a054132fe8c9165c2b3c3  virtualenv-1.4.6.tar.gz



More information about the scm-commits mailing list