forked from pool/python-testscenarios
Accepting request 659824 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/659824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testscenarios?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 18 23:20:07 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 4 12:55:13 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Remove superfluous devel dependency for noarch package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 9 15:32:54 UTC 2017 - aloisio@gmx.com
|
Sun Apr 9 15:32:54 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-testscenarios
|
# spec file for package python-testscenarios
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -20,12 +20,11 @@
|
|||||||
Name: python-testscenarios
|
Name: python-testscenarios
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Testscenarios, a pyunit extension for dependency injection
|
Summary: A pyunit extension for dependency injection
|
||||||
License: Apache-2.0 or BSD-3-Clause
|
License: Apache-2.0 OR BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://launchpad.net/testscenarios
|
URL: https://launchpad.net/testscenarios
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module pbr >= 0.11}
|
BuildRequires: %{python_module pbr >= 0.11}
|
||||||
# Tests cause a dependency loop
|
# Tests cause a dependency loop
|
||||||
#BuildRequires: %%{python_module extras}
|
#BuildRequires: %%{python_module extras}
|
||||||
@@ -35,12 +34,11 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pbr >= 0.11
|
Requires: python-pbr >= 0.11
|
||||||
Requires: python-testtools
|
Requires: python-testtools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
testscenarios provides clean dependency injection for python unittest style
|
testscenarios provides clean dependency injection for Python unittest style
|
||||||
tests. This can be used for interface testing (testing many implementations via
|
tests. This can be used for interface testing (testing many implementations via
|
||||||
a single test suite) or for classic dependency injection (provide tests with
|
a single test suite) or for classic dependency injection (provide tests with
|
||||||
dependencies externally to the test code itself, allowing easy testing in
|
dependencies externally to the test code itself, allowing easy testing in
|
||||||
@@ -63,8 +61,8 @@ different situations).
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc Apache-2.0 BSD COPYING GOALS HACKING NEWS README
|
%doc Apache-2.0 BSD GOALS HACKING NEWS README
|
||||||
%{python_sitelib}/testscenarios
|
%{python_sitelib}/testscenarios
|
||||||
%{python_sitelib}/testscenarios-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/testscenarios-%{version}-py%{python_version}.egg-info
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user