From b50d92407453f61e80233b771a957ec9fbb5146406425f96fb91700d4e796efe Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 25 Jun 2013 12:20:20 +0000 Subject: [PATCH] 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 --- python-tox.changes | 20 ++++++++++++++++++++ python-tox.spec | 6 +++--- tox-1.4.3.tar.gz | 3 --- tox-1.5.0.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 tox-1.4.3.tar.gz create mode 100644 tox-1.5.0.tar.gz diff --git a/python-tox.changes b/python-tox.changes index a35e56c..8ed7e34 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -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 diff --git a/python-tox.spec b/python-tox.spec index b2b74ee..0b0e081 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -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}/* diff --git a/tox-1.4.3.tar.gz b/tox-1.4.3.tar.gz deleted file mode 100644 index 6aad813..0000000 --- a/tox-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b998d809d954fd9c30476a56bbbbf20a1a5adaa3e4cc5eb052c7051a682b2021 -size 71661 diff --git a/tox-1.5.0.tar.gz b/tox-1.5.0.tar.gz new file mode 100644 index 0000000..12df12e --- /dev/null +++ b/tox-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cde6be977c57289551bf316871b888ad78f94edca8972374a68a9d1bfcd5226 +size 73866