Hello community,

here is the log from the commit of package python-testflo for openSUSE:Factory 
checked in at 2018-07-31 16:01:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testflo (Old)
 and      /work/SRC/openSUSE:Factory/.python-testflo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testflo"

Tue Jul 31 16:01:18 2018 rev:2 rq:626390 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testflo/python-testflo.changes    
2018-06-02 11:59:44.583287743 +0200
+++ /work/SRC/openSUSE:Factory/.python-testflo.new/python-testflo.changes       
2018-07-31 16:01:20.019743505 +0200
@@ -1,0 +2,6 @@
+Sun Jul 29 12:29:40 UTC 2018 - jeng...@inai.de
+
+- Trim history lesson from description. Rewrite description so
+  it is from the perspective of openSUSE, not upstream.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-testflo.spec ++++++
--- /var/tmp/diff_new_pack.bys5Qf/_old  2018-07-31 16:01:20.699744661 +0200
+++ /var/tmp/diff_new_pack.bys5Qf/_new  2018-07-31 16:01:20.699744661 +0200
@@ -13,15 +13,17 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-testflo
 Version:        1.2
 Release:        0
+Summary:        A flow-based testing framework
 License:        Apache-2.0
-Summary:        A simple flow based testing framework
-Url:            https://github.com/OpenMDAO/testflo
 Group:          Development/Languages/Python
+Url:            https://github.com/OpenMDAO/testflo
 Source:         
https://files.pythonhosted.org/packages/source/t/testflo/testflo-%{version}.tar.gz
 Source10:       
https://raw.githubusercontent.com/OpenMDAO/testflo/%{version}/LICENSE.txt
 # PATCH-FIX-OPENSUSE use_setuptools.patch -- some of the optional features we 
want need setuptools
@@ -43,20 +45,11 @@
 %python_subpackages
 
 %description
-A simple flow based testing framework. testflo was written to support
+This module provides a flow-based testing framework. testflo supports
 testing of the OpenMDAO framework. Some OpenMDAO features require
-execution under MPI while some others don’t, so we wanted a testing
-framework that could run all of our tests in the same way and would
-allow us to build all of our tests using unittest.TestCase objects
-that we were already familiar with.
-
-The MPI testing functionality was originally implemented using the
-nose testing framework. It worked, but was always buggy, and the size
-and complexity of the nose framework made it difficult to know
-exactly what was going on.  Enter testflo, an attempt to build a
-simpler testing framework that would have the basic functionality of
-other test frameworks, with the additional ability to run MPI unit
-tests that are very similar to regular unit tests
+execution under MPI, while others don't. testflo runs all of the
+authors' tests in the same way and allows them to build their tests
+using unittest.TestCase objects that they are familiar with.
 
 %prep
 %setup -q -n testflo-%{version}


Reply via email to