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

View File

@@ -17,7 +17,7 @@
Name: python-virtualenvwrapper
Version: 3.6.1
Version: 3.7
Release: 0
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
Summary: Enhancements to virtualenv
@@ -63,7 +63,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitelib}/*
%{_bindir}/virtualenvwrapper.sh
%{_bindir}/virtualenvwrapper_lazy.sh

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1f61a3b04d7378325c9be71df9e3aceefabf78864e5e1b93986802af7821d15
size 127913

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04c048e4fa4df8be60c30ff4fc66582d5efea9520dc6ce62c685cdd3c3f70eea
size 127748