diff --git a/python-tox.changes b/python-tox.changes index ebb871d..8ed7e34 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +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 + +- Only require argparse on SLE, it's part of Python-2.7 + ------------------------------------------------------------------- Sun Apr 21 08:09:05 UTC 2013 - toms@opensuse.org diff --git a/python-tox.spec b/python-tox.spec index cad0d33..0b0e081 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + 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 @@ -29,12 +30,12 @@ BuildRequires: python-py >= 1.4.9 BuildRequires: python-pytest BuildRequires: python-virtualenv BuildRequires: unzip -Requires: python-argparse Requires: python-py Requires: python-virtualenv BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +Requires: python-argparse %else BuildArch: noarch %endif @@ -68,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