14
0

- Update to 3.7:

- Improve tab-completion support for users of the lazy-loading
    mode. (upsuper)
  - Add --help option to mkproject.
  - Add --help option to workon.
  - Turn off logging from the hook loader by default, and replace
    VIRTUALENVWRAPPER_LOG_DIR environment variable with
    VIRTUALENVWRAPPER_LOG_FILE. The rotating log behavior remains
    the same. The motivation for this change is the race condition
    caused by that rotating behavior, especially when the wrappers are
    being used by users with different permissions and
    umasks. (152)
  - Use flake8 for style checking.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=34
This commit is contained in:
Alexandre Rogoski
2013-03-16 18:18:46 +00:00
committed by Git OBS Bridge
parent 64dc4160e6
commit fda026b0cb
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 16 18:08:16 UTC 2013 - alexandre@exatati.com.br
- Update to 3.7:
- Improve tab-completion support for users of the lazy-loading
mode. (upsuper)
- Add --help option to mkproject.
- Add --help option to workon.
- Turn off logging from the hook loader by default, and replace
VIRTUALENVWRAPPER_LOG_DIR environment variable with
VIRTUALENVWRAPPER_LOG_FILE. The rotating log behavior remains
the same. The motivation for this change is the race condition
caused by that rotating behavior, especially when the wrappers are
being used by users with different permissions and
umasks. (152)
- Use flake8 for style checking.
-------------------------------------------------------------------
Fri Mar 8 12:48:51 UTC 2013 - alexandre@exatati.com.br