From ce325fa039903b6fe1c38374c25edd5b25750c8ffbf56bdcd0d28e2a818086d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Aug 2018 11:07:17 +0000 Subject: [PATCH 1/3] - Update the Requires/BuildRequires to reflect requirements.txt OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=7 --- python-stestr.changes | 5 +++++ python-stestr.spec | 21 +++++++++++++++------ 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/python-stestr.changes b/python-stestr.changes index 765b8b9..d84a617 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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..296d09a 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-voluptous >= 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 From 5edf77896f1c9f1bd2d7c49e0f6887ff4b56a136e5b127520d373bdce1760601 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Aug 2018 20:20:40 +0000 Subject: [PATCH 2/3] - fixtypo in last change OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=8 --- python-stestr.changes | 5 +++++ python-stestr.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-stestr.changes b/python-stestr.changes index d84a617..ed3657a 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-stestr.spec b/python-stestr.spec index 296d09a..6371b0a 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -46,8 +46,9 @@ Requires: python-future Requires: python-pbr >= 2.0.0 Requires: python-python-subunit >= 1.3.0 Requires: python-six >= 1.10.0 +Requires: python-subunit2sql >= 1.8.0 Requires: python-testtools >= 2.2.0 -Requires: python-voluptous >= 0.8.9 +Requires: python-voluptuous >= 0.8.9 Requires(post): update-alternatives Requires(postun): update-alternatives Suggests: python-subunit2sql >= 1.8.0 From a80a1917bf67d8eb4ed8c7da130156c38befef0f06261f437be212bf1f76d865 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Aug 2018 20:27:34 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=9 --- python-stestr.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-stestr.spec b/python-stestr.spec index 6371b0a..aa9bbb5 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -46,7 +46,6 @@ Requires: python-future Requires: python-pbr >= 2.0.0 Requires: python-python-subunit >= 1.3.0 Requires: python-six >= 1.10.0 -Requires: python-subunit2sql >= 1.8.0 Requires: python-testtools >= 2.2.0 Requires: python-voluptuous >= 0.8.9 Requires(post): update-alternatives