diff --git a/python-tox.changes b/python-tox.changes index f3cc08f..ebb871d 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 21 08:09:05 UTC 2013 - toms@opensuse.org + +- Update to version 1.4.3: + See http://testrun.org/tox/latest//changelog.html for more details + +- SPEC file: Added bcond with test to prepare testing. Doesn't work + yet, but can be improved + ------------------------------------------------------------------- Thu Jul 26 13:52:27 UTC 2012 - saschpe@suse.de diff --git a/python-tox.spec b/python-tox.spec index 5303467..cad0d33 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,7 +1,7 @@ # # spec file for package python-tox # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,15 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: python-tox -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Virtualenv-based automation of test activities License: GPL-2.0+ Group: Development/Languages/Python Url: http://codespeak.net/tox -Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.zip +Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz BuildRequires: python-Sphinx BuildRequires: python-devel BuildRequires: python-py >= 1.4.9 @@ -64,13 +63,13 @@ cd doc && make html && rm -r _build/html/.buildinfo # Generate HTML documentatio %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -#%%check -#python setup.py test +# %%check +# python setup.py test %files %defattr(-,root,root,-) %doc LICENSE README.txt doc/_build/html -%{_bindir}/tox +%{_bindir}/* %{python_sitelib}/* %changelog diff --git a/tox-1.4.2.zip b/tox-1.4.2.zip deleted file mode 100644 index 88a6549..0000000 --- a/tox-1.4.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8a5b3ad5ff0907c13203c5b36085f8dafbdd367e0c9211aa24797990a6f3d2f -size 77565 diff --git a/tox-1.4.3.tar.gz b/tox-1.4.3.tar.gz new file mode 100644 index 0000000..6aad813 --- /dev/null +++ b/tox-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b998d809d954fd9c30476a56bbbbf20a1a5adaa3e4cc5eb052c7051a682b2021 +size 71661