17
0

- Update to 2.10:

- Incorporated patch to add -d option to command-add2virtualenv,
    contributed by miracle2k.
  - Add -i option to mkvirtualenv.
  - Add mktmpenv command for creating temporary environments that
    are automatically removed when they are deactivated.
  - Fixed a problem with hook_loader that prevented it from working
    under Python 2.5 and 2.4.
  - Fix a problem with the way template names were processed under
    zsh. (issue 111)2.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=12
This commit is contained in:
Alexandre Rogoski
2011-09-19 18:51:30 +00:00
committed by Git OBS Bridge
parent 998c3c51a9
commit bb8b2c3b6e
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 19 18:49:18 UTC 2011 - alexandre@exatati.com.br
- Update to 2.10:
- Incorporated patch to add -d option to command-add2virtualenv,
contributed by miracle2k.
- Add -i option to mkvirtualenv.
- Add mktmpenv command for creating temporary environments that
are automatically removed when they are deactivated.
- Fixed a problem with hook_loader that prevented it from working
under Python 2.5 and 2.4.
- Fix a problem with the way template names were processed under
zsh. (issue 111)2.9
-------------------------------------------------------------------
Mon Sep 5 22:50:00 UTC 2011 - alexandre@exatati.com.br