17
0

- Update to 3.3:

- Clean up file permissions and remove shebangs from scripts not
    intended to be executed on the command line. (contributed by
    ralphbean)
  - Worked on some brittle tests.
  - Received updates to Japanese translation of the documentation 
    from t2y.
  - Fix the test script and runner so the user’s $WORKON_HOME is not
    erased if they do not have some test shells installed. (big thanks
    to agriffis).
  - If the hook loader is told to list plugins but is not given a
    hook name, it prints the list of core hooks.
  - Merge several fixes for path and variable handling for MSYS users
    from bwanamarko. Includes a fix for issue 138.
  - Change mkvirtualenv so it catches both -h and --help.
  - Fix some issues with the way temporary files are used for hook
    scripts. (contributed by agriffis)
  - Allow relative path to requirements file with mkvirtualenv and
    -r option. (barberj)
  - Make whitespace consistent. (agriffis)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=24
This commit is contained in:
Alexandre Rogoski
2012-05-12 23:32:03 +00:00
committed by Git OBS Bridge
parent f1030ad8a8
commit 43a3d83a69
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat May 12 23:24:48 UTC 2012 - alexandre@exatati.com.br
- Update to 3.3:
- Clean up file permissions and remove shebangs from scripts not
intended to be executed on the command line. (contributed by
ralphbean)
- Worked on some brittle tests.
- Received updates to Japanese translation of the documentation
from t2y.
- Fix the test script and runner so the users $WORKON_HOME is not
erased if they do not have some test shells installed. (big thanks
to agriffis).
- If the hook loader is told to list plugins but is not given a
hook name, it prints the list of core hooks.
- Merge several fixes for path and variable handling for MSYS users
from bwanamarko. Includes a fix for issue 138.
- Change mkvirtualenv so it catches both -h and --help.
- Fix some issues with the way temporary files are used for hook
scripts. (contributed by agriffis)
- Allow relative path to requirements file with mkvirtualenv and
-r option. (barberj)
- Make whitespace consistent. (agriffis)
-------------------------------------------------------------------
Thu Apr 12 07:30:37 UTC 2012 - cfarrell@suse.com