14
0

Accepting request 203045 from home:posophe:branches:devel:languages:python

Update

OBS-URL: https://build.opensuse.org/request/show/203045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=41
This commit is contained in:
Denisart Benjamin
2013-10-12 15:33:59 +00:00
committed by Git OBS Bridge
parent 29039f490d
commit c5ff6bbb57
4 changed files with 29 additions and 6 deletions

View File

@@ -17,16 +17,17 @@
Name: python-virtualenvwrapper
Version: 4.0
Version: 4.1.1
Release: 0
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
Summary: Enhancements to virtualenv
License: HPND
Group: Development/Languages/Python
Source: virtualenvwrapper-%{version}.tar.bz2
Source: https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-pbr
BuildRequires: python-setuptools
Requires: python-stevedore
Requires: python-virtualenv
Requires: python-virtualenv-clone
@@ -63,6 +64,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.txt README.ja.rst README.es.rst LICENSE announce.rst
%{python_sitelib}/*
%{_bindir}/virtualenvwrapper.sh
%{_bindir}/virtualenvwrapper_lazy.sh