diff --git a/python-stestr.changes b/python-stestr.changes index 765b8b9..ed3657a 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 7 20:19:38 UTC 2018 - dmueller@suse.com + +- fixtypo in last change + +------------------------------------------------------------------- +Mon Aug 6 11:06:07 UTC 2018 - tchvatal@suse.com + +- Update the Requires/BuildRequires to reflect requirements.txt + ------------------------------------------------------------------- Mon Aug 6 09:04:49 UTC 2018 - dmueller@suse.com diff --git a/python-stestr.spec b/python-stestr.spec index 1352736..aa9bbb5 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -23,25 +23,35 @@ Release: 0 Summary: A test runner runner similar to testrepository License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/mtreinish/stestr +URL: https://github.com/mtreinish/stestr Source: https://files.pythonhosted.org/packages/source/s/stestr/stestr-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module PyYAML >= 3.10.0} +BuildRequires: %{python_module cliff >= 2.8.0} +BuildRequires: %{python_module coverage >= 4.0} +BuildRequires: %{python_module ddt >= 1.0.1} +BuildRequires: %{python_module fixtures >= 3.0.0} +BuildRequires: %{python_module future} BuildRequires: %{python_module pbr >= 2.0.0} +BuildRequires: %{python_module python-subunit >= 1.3.0} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six >= 1.10.0} +BuildRequires: %{python_module testtools >= 2.2.0} +BuildRequires: %{python_module voluptuous >= 0.8.9} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML >= 3.10.0 +Requires: python-cliff >= 2.8.0 Requires: python-fixtures >= 3.0.0 Requires: python-future Requires: python-pbr >= 2.0.0 -Requires: python-python-subunit >= 0.18.0 +Requires: python-python-subunit >= 1.3.0 Requires: python-six >= 1.10.0 Requires: python-testtools >= 2.2.0 -Suggests: python-subunit2sql >= 1.8.0 +Requires: python-voluptuous >= 0.8.9 Requires(post): update-alternatives Requires(postun): update-alternatives +Suggests: python-subunit2sql >= 1.8.0 BuildArch: noarch - %python_subpackages %description @@ -70,7 +80,6 @@ and has examples. %python_uninstall_alternative stestr %files %{python_files} -%defattr(-,root,root,-) %license LICENSE %doc ChangeLog README.rst %python_alternative %{_bindir}/stestr