From e7f7ed174dfcdd1bc83a7792eca44c6cd874748b Mon Sep 17 00:00:00 2001 From: smilner Date: Apr 02 2010 15:47:54 +0000 Subject: updates for upstream release --- diff --git a/.cvsignore b/.cvsignore index acf818e..d8ddc38 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtualenv-1.4.3.tar.gz +virtualenv-1.4.6.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 302883a..9667615 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -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 - 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 - 1.4.3-1 - Updated for upstream release. diff --git a/sources b/sources index f967169..d45c2dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b639cee32d15fd049a49561957afe4b virtualenv-1.4.3.tar.gz +f576969d591a054132fe8c9165c2b3c3 virtualenv-1.4.6.tar.gz