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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1f61a3b04d7378325c9be71df9e3aceefabf78864e5e1b93986802af7821d15
|
||||
size 127913
|
||||
3
virtualenvwrapper-3.7.tar.bz2
Normal file
3
virtualenvwrapper-3.7.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04c048e4fa4df8be60c30ff4fc66582d5efea9520dc6ce62c685cdd3c3f70eea
|
||||
size 127748
|
||||
Reference in New Issue
Block a user