forked from pool/python-stestr
Accepting request 627960 from devel:languages:python
- fixtypo in last change - Update the Requires/BuildRequires to reflect requirements.txt OBS-URL: https://build.opensuse.org/request/show/627960 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stestr?expand=0&rev=4
This commit is contained in:
@@ -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
|
Mon Aug 6 09:04:49 UTC 2018 - dmueller@suse.com
|
||||||
|
|
||||||
|
@@ -23,25 +23,35 @@ Release: 0
|
|||||||
Summary: A test runner runner similar to testrepository
|
Summary: A test runner runner similar to testrepository
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
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 pbr >= 2.0.0}
|
||||||
|
BuildRequires: %{python_module python-subunit >= 1.3.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
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: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyYAML >= 3.10.0
|
Requires: python-PyYAML >= 3.10.0
|
||||||
|
Requires: python-cliff >= 2.8.0
|
||||||
Requires: python-fixtures >= 3.0.0
|
Requires: python-fixtures >= 3.0.0
|
||||||
Requires: python-future
|
Requires: python-future
|
||||||
Requires: python-pbr >= 2.0.0
|
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-six >= 1.10.0
|
||||||
Requires: python-testtools >= 2.2.0
|
Requires: python-testtools >= 2.2.0
|
||||||
Suggests: python-subunit2sql >= 1.8.0
|
Requires: python-voluptuous >= 0.8.9
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
Suggests: python-subunit2sql >= 1.8.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -70,7 +80,6 @@ and has examples.
|
|||||||
%python_uninstall_alternative stestr
|
%python_uninstall_alternative stestr
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc ChangeLog README.rst
|
%doc ChangeLog README.rst
|
||||||
%python_alternative %{_bindir}/stestr
|
%python_alternative %{_bindir}/stestr
|
||||||
|
Reference in New Issue
Block a user