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:
parent
eac3e6e8d4
commit
b50d924074
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 11:49:47 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 12:14:38 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -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}/*
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b998d809d954fd9c30476a56bbbbf20a1a5adaa3e4cc5eb052c7051a682b2021
|
||||
size 71661
|
3
tox-1.5.0.tar.gz
Normal file
3
tox-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cde6be977c57289551bf316871b888ad78f94edca8972374a68a9d1bfcd5226
|
||||
size 73866
|
Loading…
Reference in New Issue
Block a user