Hello community,

here is the log from the commit of package python-testscenarios for 
openSUSE:Factory checked in at 2018-12-27 00:29:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testscenarios (Old)
 and      /work/SRC/openSUSE:Factory/.python-testscenarios.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testscenarios"

Thu Dec 27 00:29:20 2018 rev:7 rq:659824 version:0.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-testscenarios/python-testscenarios.changes    
    2017-05-06 18:27:08.368494500 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-testscenarios.new.28833/python-testscenarios.changes
     2018-12-27 00:29:21.859664412 +0100
@@ -1,0 +2,10 @@
+Tue Dec 18 23:20:07 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:55:13 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-testscenarios.spec ++++++
--- /var/tmp/diff_new_pack.mkufUC/_old  2018-12-27 00:29:22.271664075 +0100
+++ /var/tmp/diff_new_pack.mkufUC/_new  2018-12-27 00:29:22.275664072 +0100
@@ -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/
 #
 
 
@@ -20,12 +20,11 @@
 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
+Summary:        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 devel}
 BuildRequires:  %{python_module pbr >= 0.11}
 # Tests cause a dependency loop
 #BuildRequires:  %%{python_module extras}
@@ -35,12 +34,11 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-pbr >= 0.11
 Requires:       python-testtools
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 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
@@ -63,8 +61,8 @@
 #}
 
 %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
 


Reply via email to