forked from pool/python-virtualenv
		
	Update to 1.6.3. (forwarded request 76338 from aledr) OBS-URL: https://build.opensuse.org/request/show/76381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=3
		
			
				
	
	
		
			132 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			132 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | ||
| Sun Jul 17 00:12:42 UTC 2011 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.6.3:
 | ||
|   * Restored ability to run on Python < 2.7.
 | ||
| - Aditional changes from 1.6.2:
 | ||
|   * Updated embedded distribute release to 0.6.19.
 | ||
|   * Updated embedded pip release to 1.0.2.
 | ||
|   * Fixed #141 - Be smarter about finding pkg_resources when using the
 | ||
|     non-default Python intepreter (by using the -p option).
 | ||
|   * Fixed #112 - Fixed path in docs.
 | ||
|   * Fixed #109 - Corrected doctests of a Logger method.
 | ||
|   * Fixed #118 - Fixed creating virtualenvs on platforms that use the
 | ||
|     "posix_local" install scheme, such as Ubuntu with Python 2.7.
 | ||
|   * Add missing library to Python 3 virtualenvs (_dummy_thread).
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Mon May  2 23:03:32 UTC 2011 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.6.1:
 | ||
|   * Start to use git-flow.
 | ||
|   * Added support for PyPy 1.5
 | ||
|   * Fixed #121 -- added sanity-checking of the -p argument. Thanks Paul Nasrat.
 | ||
|   * Added progress meter for pip installation as well as setuptools. Thanks Ethan
 | ||
|     Jucovy.
 | ||
|   * Added --never-download and --search-dir options. Thanks Ethan Jucovy.
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Apr 13 18:25:47 UTC 2011 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.6:
 | ||
|   * Added Python 3 support! Huge thanks to Vinay Sajip and Vitaly Babiy.
 | ||
|   * Fixed creation of virtualenvs on Mac OS X when standard library modules
 | ||
|     (readline) are installed outside the standard library.
 | ||
|   * Updated bundled pip to 1.0.
 | ||
| - Regenerate spec file with py2pack.
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sun Sep 19 23:39:18 UTC 2010 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.5.1:
 | ||
|   - Added ``_weakrefset`` requirement for Python 2.7.1.
 | ||
|   - Fixed Windows regression in 1.5.
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Sep 15 02:36:21 UTC 2010 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.5:
 | ||
|   - Include pip 0.8.1.
 | ||
|   - Add support for PyPy.
 | ||
|   - Uses a proper temporary dir when installing environment requirements.
 | ||
|   - Add --prompt option to be able to override the default prompt prefix.
 | ||
|   - Fix an issue with --relocatable on Windows.
 | ||
|   - Fix issue with installing the wrong version of distribute.
 | ||
|   - Add fish and csh activate scripts.
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Fri May 28 01:50:35 UTC 2010 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.4.9:
 | ||
|   * Include pip 0.7.2.
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Fri Apr 23 13:01:48 UTC 2010 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.4.8:
 | ||
|   * Fix for Mac OS X Framework builds that use
 | ||
|     ``--universal-archs=intel``
 | ||
|   * Fix ``activate_this.py`` on Windows.
 | ||
|   * Allow ``$PYTHONHOME`` to be set, so long as you use ``source
 | ||
|     bin/activate`` it will get unset; if you leave it set and do not
 | ||
|     activate the environment it will still break the environment.
 | ||
|   * Include pip 0.7.1.
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Mon Apr 19 02:00:28 UTC 2010 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.4.7:
 | ||
|   * Include pip 0.7.
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Mar 31 22:56:52 UTC 2010 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Update to 1.4.6
 | ||
|   * Allow ``activate.sh`` to skip updating the prompt (by setting
 | ||
|     ``$VIRTUAL_ENV_DISABLE_PROMPT``).
 | ||
| - Spec file cleaned with spec-cleaner.
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Mon Mar 15 01:24:36 UTC 2010 - alexandre@exatati.com.br
 | ||
| 
 | ||
| - Added python-setuptools as Requires;
 | ||
| - Generated changes file from spec file;
 | ||
| - Removed old tarballs;
 | ||
| - Update to 1.4.5
 | ||
|   - Include pip 0.6.3
 | ||
| - Aditional changes from 1.4.4:
 | ||
|   - Include pip 0.6.2 and Distribute 0.6.10
 | ||
|   - Create the virtualenv script even when Setuptools isn’t installed
 | ||
|   - Fix problem with virtualenv --relocate when bin/ has subdirectories
 | ||
|     (e.g., bin/.svn/); from Alan Franzoni.
 | ||
|   - If you set $VIRTUALENV_USE_DISTRIBUTE then virtualenv will use
 | ||
|     Distribute by default (so you don’t have to remember to use --distribute).
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sat Nov 21 00:00:00 UTC 2009 - cfarrell1980@gmail.com
 | ||
| 
 | ||
| - 1.4.3
 | ||
|  * Include pip 0.6.1
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Mon Nov  9 00:00:00 UTC 2009 - cfarrell1980@gmail.com
 | ||
| 
 | ||
| - Update to 1.4
 | ||
|   * Updated setuptools to 0.6c11
 | ||
|   * Added the --distribute option
 | ||
|   * Fixed packaging problem of support-files
 | ||
| 
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Thu Mar  3 00:00:00 UTC 2009 - cfarrell1980@gmail.com
 | ||
| 
 | ||
| - Update to 1.3.2
 | ||
|   - Remove the [install] prefix = ... setting from virtualenv distutils.cfg as has been causing problems for a lot of people, in rather obscure ways.
 | ||
|   - If you use a boot script it will attempt to import virtualenv and find a pre-downloaded Setuptools egg using that.
 | ||
|   - Added platform-specific paths, like /usr/lib/pythonX.Y/plat-linux2
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Nov  5 00:00:00 UTC 2008 - cfarrell1980@gmail.com
 | ||
| 
 | ||
| - Initial import and build - 1.3
 |