105 lines
3.9 KiB
Plaintext
105 lines
3.9 KiB
Plaintext
|
-------------------------------------------------------------------
|
|||
|
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
|