forked from pool/python-virtualenvwrapper
- 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:
committed by
Git OBS Bridge
parent
64dc4160e6
commit
fda026b0cb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user