forked from pool/python-tox
Accepting request 180860 from home:dirkmueller:branches:devel:languages:python
- update to 1.5.0: - fix issue104: use setuptools by default, instead of distribute, now that setuptools has distribute merged. - make sure test commands are searched first in the virtualenv - re-fix issue2 - add whitelist_externals to be used in ``[testenv*]`` sections, allowing to avoid warnings for commands such as ``make``, used from the commands value. - fix issue97 - allow substitutions to reference from other sections (thanks Krisztian Fekete) - fix issue92 - fix {envsitepackagesdir} to actually work again - show (test) command that is being executed, thanks Lukasz Balcerzak - re-license tox to MIT license - depend on virtualenv-1.9.1 - rename README.txt to README.rst to make bitbucket happier OBS-URL: https://build.opensuse.org/request/show/180860 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
eac3e6e8d4
commit
b50d924074
@@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: python-tox
|
||||
Version: 1.4.3
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
License: GPL-2.0+
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://codespeak.net/tox
|
||||
Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
|
||||
@@ -69,7 +69,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.txt doc/_build/html
|
||||
%doc LICENSE README.rst doc/_build/html
|
||||
%{_bindir}/*
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
Reference in New Issue
Block a user