17
0

- Update to 2.22.1.:

- Remove the initialization shortcut because it breaks tab completion
    in sub-shell environments like screen and tmux. (issue 121)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=15
This commit is contained in:
Alexandre Rogoski
2012-01-08 17:56:04 +00:00
committed by Git OBS Bridge
parent 20cf3bfc09
commit 165a48d798
4 changed files with 12 additions and 5 deletions

View File

@@ -19,11 +19,11 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-virtualenvwrapper
Version: 2.11
Version: 2.11.1
Release: 0
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
Summary: Enhancements to virtualenv
License: BSD
License: BSD-2-Clause
Group: Development/Languages/Python
Source: virtualenvwrapper-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build