14
0

- Update to 2.9:

- Change the shell function shell definition syntax so that ksh
    will treat typeset-declared variables as local. No kidding.
  - Merge the “project directory” features of the
    virtualenvwrapper.project plugin into the main project, adding
    mkproject, cdproject, and command-setvirtualenvproject commands.
  - Add -r option to mkvirtualenv to install dependencies using a
    pip requirements file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=11
This commit is contained in:
Alexandre Rogoski
2011-09-05 22:53:00 +00:00
committed by Git OBS Bridge
parent 928d4a7068
commit 998c3c51a9
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 5 22:50:00 UTC 2011 - alexandre@exatati.com.br
- Update to 2.9:
- Change the shell function shell definition syntax so that ksh
will treat typeset-declared variables as local. No kidding.
- Merge the “project directory” features of the
virtualenvwrapper.project plugin into the main project, adding
mkproject, cdproject, and command-setvirtualenvproject commands.
- Add -r option to mkvirtualenv to install dependencies using a
pip requirements file.
-------------------------------------------------------------------
Sun Aug 14 15:54:19 UTC 2011 - alexandre@exatati.com.br