Hello community, here is the log from the commit of package python-stestr for openSUSE:Factory checked in at 2018-08-08 14:54:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-stestr (Old) and /work/SRC/openSUSE:Factory/.python-stestr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stestr" Wed Aug 8 14:54:12 2018 rev:4 rq:627960 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes 2018-08-06 11:54:57.661315563 +0200 +++ /work/SRC/openSUSE:Factory/.python-stestr.new/python-stestr.changes 2018-08-08 14:54:52.777686729 +0200 @@ -1,0 +2,10 @@ +Tue Aug 7 20:19:38 UTC 2018 - [email protected] + +- fixtypo in last change + +------------------------------------------------------------------- +Mon Aug 6 11:06:07 UTC 2018 - [email protected] + +- Update the Requires/BuildRequires to reflect requirements.txt + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-stestr.spec ++++++ --- /var/tmp/diff_new_pack.ul5hKd/_old 2018-08-08 14:54:53.245687502 +0200 +++ /var/tmp/diff_new_pack.ul5hKd/_new 2018-08-08 14:54:53.249687509 +0200 @@ -23,25 +23,35 @@ 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 @@ %python_uninstall_alternative stestr %files %{python_files} -%defattr(-,root,root,-) %license LICENSE %doc ChangeLog README.rst %python_alternative %{_bindir}/stestr
