From fda026b0cb9c50e6666bb2be3ae52a2e0f11d6293ef5aca8990cae366ba464db Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sat, 16 Mar 2013 18:18:46 +0000 Subject: [PATCH] - 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 --- python-virtualenvwrapper.changes | 17 +++++++++++++++++ python-virtualenvwrapper.spec | 3 +-- virtualenvwrapper-3.6.1.tar.bz2 | 3 --- virtualenvwrapper-3.7.tar.bz2 | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 virtualenvwrapper-3.6.1.tar.bz2 create mode 100644 virtualenvwrapper-3.7.tar.bz2 diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index 725b2fe..4b99e08 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -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 diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index 6fa4491..5370336 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -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 diff --git a/virtualenvwrapper-3.6.1.tar.bz2 b/virtualenvwrapper-3.6.1.tar.bz2 deleted file mode 100644 index e9caee6..0000000 --- a/virtualenvwrapper-3.6.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1f61a3b04d7378325c9be71df9e3aceefabf78864e5e1b93986802af7821d15 -size 127913 diff --git a/virtualenvwrapper-3.7.tar.bz2 b/virtualenvwrapper-3.7.tar.bz2 new file mode 100644 index 0000000..6b2cf4d --- /dev/null +++ b/virtualenvwrapper-3.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c048e4fa4df8be60c30ff4fc66582d5efea9520dc6ce62c685cdd3c3f70eea +size 127748