From 4e9999bce6e90dd28189c9bb2dee7faef84a9def03d0713cb544aea852001836 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:09:25 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testscenarios?expand=0&rev=15 --- python-testscenarios.changes | 5 +++++ python-testscenarios.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-testscenarios.changes b/python-testscenarios.changes index a82779f..8fadae8 100644 --- a/python-testscenarios.changes +++ b/python-testscenarios.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:55:13 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sun Apr 9 15:32:54 UTC 2017 - aloisio@gmx.com diff --git a/python-testscenarios.spec b/python-testscenarios.spec index 3380622..5e973d7 100644 --- a/python-testscenarios.spec +++ b/python-testscenarios.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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/ # @@ -21,11 +21,10 @@ Name: python-testscenarios Version: 0.5.0 Release: 0 Summary: Testscenarios, 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 Url: https://launchpad.net/testscenarios Source: https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr >= 0.11} # Tests cause a dependency loop #BuildRequires: %%{python_module extras} From d98c3a2ecbcda19fde8d3cee34eba7b9b3d9e8a77423841842f9dcc4bb345537 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:24:31 +0000 Subject: [PATCH 2/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testscenarios?expand=0&rev=16 --- python-testscenarios.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-testscenarios.spec b/python-testscenarios.spec index 5e973d7..0eac928 100644 --- a/python-testscenarios.spec +++ b/python-testscenarios.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Testscenarios, a pyunit extension for dependency injection License: Apache-2.0 OR BSD-3-Clause 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 BuildRequires: %{python_module pbr >= 0.11} # Tests cause a dependency loop @@ -34,7 +34,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pbr >= 0.11 Requires: python-testtools -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -62,8 +61,8 @@ different situations). #} %files %{python_files} -%defattr(-,root,root,-) -%doc Apache-2.0 BSD COPYING GOALS HACKING NEWS README +%license COPYING +%doc Apache-2.0 BSD GOALS HACKING NEWS README %{python_sitelib}/testscenarios %{python_sitelib}/testscenarios-%{version}-py%{python_version}.egg-info From 41917f556dee0c536c315a5791ccbc34cd2ef440e279ab7e52b1605b62857be5 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 19 Dec 2018 03:54:15 +0000 Subject: [PATCH 3/3] Accepting request 659773 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/659773 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testscenarios?expand=0&rev=17 --- python-testscenarios.changes | 7 ++++++- python-testscenarios.spec | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-testscenarios.changes b/python-testscenarios.changes index 8fadae8..bc62c26 100644 --- a/python-testscenarios.changes +++ b/python-testscenarios.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 18 23:20:07 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Tue Dec 4 12:55:13 UTC 2018 - Matej Cepl @@ -12,7 +17,7 @@ Sun Apr 9 15:32:54 UTC 2017 - aloisio@gmx.com Sun Apr 2 08:11:06 UTC 2017 - aloisio@gmx.com - Converted to single-spec -- Updated source URL +- Updated source URL ------------------------------------------------------------------- Fri May 15 12:47:31 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-testscenarios.spec b/python-testscenarios.spec index 0eac928..b9a383f 100644 --- a/python-testscenarios.spec +++ b/python-testscenarios.spec @@ -20,7 +20,7 @@ Name: python-testscenarios Version: 0.5.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 Group: Development/Languages/Python URL: https://launchpad.net/testscenarios @@ -38,7 +38,7 @@ BuildArch: noarch %python_subpackages %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 a single test suite) or for classic dependency injection (provide tests with dependencies externally to the test code itself, allowing easy testing in