commit python-testflo for openSUSE:Factory

2020-07-26 Thread root
Hello community,

here is the log from the commit of package python-testflo for openSUSE:Factory 
checked in at 2020-07-26 16:19:14

Comparing /work/SRC/openSUSE:Factory/python-testflo (Old)
 and  /work/SRC/openSUSE:Factory/.python-testflo.new.3592 (New)


Package is "python-testflo"

Sun Jul 26 16:19:14 2020 rev:6 rq:822659 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-testflo/python-testflo.changes
2020-03-11 18:56:15.783699474 +0100
+++ /work/SRC/openSUSE:Factory/.python-testflo.new.3592/python-testflo.changes  
2020-07-26 16:19:53.256838791 +0200
@@ -1,0 +2,8 @@
+Fri Jul 24 12:21:37 UTC 2020 - Marketa Calabkova 
+
+- Update to 1.4.2
+  * support Python 3.6, 3.7 and 3.8
+  * added option to exclude test function
+  * dropped RELEASE_NOTES.txt -- there is no upstream changelog by now
+
+---

Old:

  testflo-1.4.1.tar.gz

New:

  testflo-1.4.2.tar.gz



Other differences:
--
++ python-testflo.spec ++
--- /var/tmp/diff_new_pack.CtofPb/_old  2020-07-26 16:19:54.468839924 +0200
+++ /var/tmp/diff_new_pack.CtofPb/_new  2020-07-26 16:19:54.468839924 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-testflo
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:A flow-based testing framework
 License:Apache-2.0
@@ -74,7 +74,7 @@
 
 %files %{python_files}
 %license LICENSE.txt
-%doc README.md RELEASE_NOTES.txt
+%doc README.md
 %python_alternative %{_bindir}/testflo
 %{python_sitelib}/*
 

++ testflo-1.4.1.tar.gz -> testflo-1.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testflo-1.4.1/PKG-INFO new/testflo-1.4.2/PKG-INFO
--- old/testflo-1.4.1/PKG-INFO  2020-02-28 19:44:32.330716800 +0100
+++ new/testflo-1.4.2/PKG-INFO  2020-06-10 18:17:38.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: testflo
-Version: 1.4.1
+Version: 1.4.2
 Summary: A simple flow-based testing framework
 Home-page: UNKNOWN
 Author: UNKNOWN
@@ -75,4 +75,7 @@
 Classifier: Operating System :: POSIX :: Linux
 Classifier: Operating System :: Microsoft :: Windows
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: Implementation :: CPython
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testflo-1.4.1/RELEASE_NOTES.txt 
new/testflo-1.4.2/RELEASE_NOTES.txt
--- old/testflo-1.4.1/RELEASE_NOTES.txt 2020-02-13 17:42:08.0 +0100
+++ new/testflo-1.4.2/RELEASE_NOTES.txt 1970-01-01 01:00:00.0 +0100
@@ -1,50 +0,0 @@
-testflo version 1.3.6 Release Notes
-Feb 13, 2020
-
-* add option to show skipped tests (even if not verbose)
-
-testflo version 1.3.5 Release Notes
-Jan 6, 2020
-
-* use setuptools
-* filter out expected fails from failtests.in
-* added msg when there are out-of-sync collective MPI calls
-* require coverage <5.0
-
-testflo version 1.3.4 Release Notes
-Dec 6, 2018
-
-* bug fix
-
-testflo version 1.3.3 Release Notes
-Dec 3, 2018
-
-* bug fix
-
-testflo version 1.3.2 Release Notes
-Nov 17, 2018
-
-Features:
-* added support for ISOLATED attribute
-
-testflo version 1.3.1 Release Notes
-Aug 17, 2018
-
-Updates:
-* output from --pre_announce now looks better, with the result ('.', 'S', or 
'F') showing on the same line as the
-"about to run ..." instead of on the following line
-* comments are now allowed inside of a test list file
-* added a --full_path option so that full testspec paths will be displayed. 
Having the full path make it easier to
-copy and paste the testspec to run testflo on just that single test.
-* updated the long_description in setup.py for pypi.
-
-testflo version 1.1 Release Notes
-September 27, 2016
-
-Features:
-* supports setUpModule/tearDownModule
-* supports setUpClass/tearDownClass
-* supports expected failures
-* supports unittest.skip class decorator
-* added --compact option to print only single character test results without
-  showing error or skip messages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testflo-1.4.1/setup.py new/testflo-1.4.2/setup.py
--- old/testflo-1.4.1/setup.py  2020-02-28 14:43:11.0 +0100
+++ new/testflo-1.4.2/setup.py  2020-06-10 17:14:57.0 +0200
@@ -79,6 +79,9 @@
   'Operating System :: POSIX :: Linux',
   'Operating System :: Microsoft :: Windows',
   'Programming Language :: Python :: 3.5',
+  'Programming 

commit python-testflo for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package python-testflo for openSUSE:Factory 
checked in at 2020-03-11 18:54:39

Comparing /work/SRC/openSUSE:Factory/python-testflo (Old)
 and  /work/SRC/openSUSE:Factory/.python-testflo.new.3160 (New)


Package is "python-testflo"

Wed Mar 11 18:54:39 2020 rev:5 rq:783804 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-testflo/python-testflo.changes
2019-01-11 14:04:33.827855914 +0100
+++ /work/SRC/openSUSE:Factory/.python-testflo.new.3160/python-testflo.changes  
2020-03-11 18:56:15.783699474 +0100
@@ -1,0 +2,8 @@
+Wed Mar 11 12:15:00 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.4.1
+  * bugfix
+- deleted patches
+  - use_setuptools.patch (upstreamed)
+
+---

Old:

  testflo-1.3.4.tar.gz
  use_setuptools.patch

New:

  testflo-1.4.1.tar.gz



Other differences:
--
++ python-testflo.spec ++
--- /var/tmp/diff_new_pack.Qz9OND/_old  2020-03-11 18:56:16.307699709 +0100
+++ /var/tmp/diff_new_pack.Qz9OND/_new  2020-03-11 18:56:16.311699710 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testflo
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,32 +18,30 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-testflo
-Version:1.3.4
+Version:1.4.1
 Release:0
 Summary:A flow-based testing framework
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/OpenMDAO/testflo
+URL:https://github.com/OpenMDAO/testflo
 Source: 
https://files.pythonhosted.org/packages/source/t/testflo/testflo-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE use_setuptools.patch -- some of the optional features we 
want need setuptools
-Patch0: use_setuptools.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module coverage}
-BuildRequires:  %{python_module mpi4py}
-BuildRequires:  %{python_module psutil}
-# /SECTION
+Requires:   python-setuptools
 Requires:   python-six
+Requires(post): update-alternatives
+Requires(preun): update-alternatives
 Recommends: python-coverage
 Recommends: python-mpi4py
 Recommends: python-psutil
 BuildArch:  noarch
-Requires(post):   update-alternatives
-Requires(preun):  update-alternatives
-
+# SECTION test requirements
+BuildRequires:  %{python_module coverage}
+BuildRequires:  %{python_module mpi4py}
+BuildRequires:  %{python_module psutil}
+# /SECTION
 %python_subpackages
 
 %description
@@ -55,7 +53,6 @@
 
 %prep
 %setup -q -n testflo-%{version}
-%patch0 -p1
 
 %build
 %python_build

++ testflo-1.3.4.tar.gz -> testflo-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testflo-1.3.4/MANIFEST.in 
new/testflo-1.4.1/MANIFEST.in
--- old/testflo-1.3.4/MANIFEST.in   1970-01-01 01:00:00.0 +0100
+++ new/testflo-1.4.1/MANIFEST.in   2020-01-16 17:15:46.0 +0100
@@ -0,0 +1,4 @@
+include README.md
+include LICENSE.txt
+include RELEASE_NOTES.txt
+include DESIGN.txt
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testflo-1.3.4/PKG-INFO new/testflo-1.4.1/PKG-INFO
--- old/testflo-1.3.4/PKG-INFO  2018-12-06 16:34:08.0 +0100
+++ new/testflo-1.4.1/PKG-INFO  2020-02-28 19:44:32.330716800 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: testflo
-Version: 1.3.4
+Version: 1.4.1
 Summary: A simple flow-based testing framework
 Home-page: UNKNOWN
 Author: UNKNOWN
@@ -68,3 +68,11 @@
 running in a subprocess (MPI and 
isolated).
   
 Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Natural Language :: English
+Classifier: Operating System :: MacOS :: MacOS X
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: Implementation :: CPython
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testflo-1.3.4/README.md new/testflo-1.4.1/README.md
--- old/testflo-1.3.4/README.md 2018-11-16 

commit python-testflo for openSUSE:Factory

2019-01-11 Thread root
Hello community,

here is the log from the commit of package python-testflo for openSUSE:Factory 
checked in at 2019-01-11 14:03:57

Comparing /work/SRC/openSUSE:Factory/python-testflo (Old)
 and  /work/SRC/openSUSE:Factory/.python-testflo.new.28833 (New)


Package is "python-testflo"

Fri Jan 11 14:03:57 2019 rev:4 rq:662894 version:1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/python-testflo/python-testflo.changes
2018-12-24 11:45:06.609254375 +0100
+++ /work/SRC/openSUSE:Factory/.python-testflo.new.28833/python-testflo.changes 
2019-01-11 14:04:33.827855914 +0100
@@ -1,0 +2,18 @@
+Fri Jan  4 18:21:36 UTC 2019 - Todd R 
+
+- Update to testflo version 1.3.4
+  * bug fix
+- Update to testflo version 1.3.3
+  * bug fix
+- Update to testflo version 1.3.2
+  * added support for ISOLATED attribute
+- Update to testflo version 1.3.1
+Aug 17, 2018
+  * output from --pre_announce now looks better, with the result ('.', 'S', or 
'F') showing on the same line as the
+"about to run ..." instead of on the following line
+  * comments are now allowed inside of a test list file
+  * added a --full_path option so that full testspec paths will be displayed. 
Having the full path make it easier to
+copy and paste the testspec to run testflo on just that single test.
+  * updated the long_description in setup.py for pypi.
+
+---

Old:

  LICENSE.txt
  testflo-1.2.tar.gz

New:

  testflo-1.3.4.tar.gz



Other differences:
--
++ python-testflo.spec ++
--- /var/tmp/diff_new_pack.Cj5vHD/_old  2019-01-11 14:04:34.439855298 +0100
+++ /var/tmp/diff_new_pack.Cj5vHD/_new  2019-01-11 14:04:34.439855298 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testflo
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-testflo
-Version:1.2
+Version:1.3.4
 Release:0
 Summary:A flow-based testing framework
 License:Apache-2.0
 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
 Patch0: use_setuptools.patch
 BuildRequires:  %{python_module setuptools}
@@ -33,10 +32,14 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
+BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module mpi4py}
+BuildRequires:  %{python_module psutil}
 # /SECTION
 Requires:   python-six
+Recommends: python-coverage
 Recommends: python-mpi4py
+Recommends: python-psutil
 BuildArch:  noarch
 Requires(post):   update-alternatives
 Requires(preun):  update-alternatives
@@ -52,7 +55,6 @@
 
 %prep
 %setup -q -n testflo-%{version}
-cp %{SOURCE10} .
 %patch0 -p1
 
 %build
@@ -63,8 +65,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/testflo
 
-%check
-%python_expand $python -m unittest testflo.test
+# Tests not included in sdists
+# %%check
+# %%python_expand $python -B -m unittest testflo.test
 
 %post
 %python_install_alternative testflo
@@ -74,6 +77,7 @@
 
 %files %{python_files}
 %license LICENSE.txt
+%doc README.md RELEASE_NOTES.txt
 %python_alternative %{_bindir}/testflo
 %{python_sitelib}/*
 

++ testflo-1.2.tar.gz -> testflo-1.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testflo-1.2/DESIGN.txt new/testflo-1.3.4/DESIGN.txt
--- old/testflo-1.2/DESIGN.txt  1970-01-01 01:00:00.0 +0100
+++ new/testflo-1.3.4/DESIGN.txt2017-05-30 16:08:07.0 +0200
@@ -0,0 +1,43 @@
+testflo is a python testing framework that uses a pipeline of
+iterators to process test specifications, run the tests, and process the
+results.
+
+The testflo API consists of a single callable that takes
+an input iterator of Test objects as an argument and returns an
+output iterator of Test objects.  The source of the pipeline is a plain
+python iterator since it doesn't need an input iterator. By simply adding
+members to the testflo pipeline, it's easy to add new features.
+
+The pipeline starts with an iterator of strings that I'll call

commit python-testflo for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-testflo for openSUSE:Factory 
checked in at 2018-12-24 11:45:06

Comparing /work/SRC/openSUSE:Factory/python-testflo (Old)
 and  /work/SRC/openSUSE:Factory/.python-testflo.new.28833 (New)


Package is "python-testflo"

Mon Dec 24 11:45:06 2018 rev:3 rq:659712 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-testflo/python-testflo.changes
2018-07-31 16:01:20.019743505 +0200
+++ /work/SRC/openSUSE:Factory/.python-testflo.new.28833/python-testflo.changes 
2018-12-24 11:45:06.609254375 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:55:10 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-testflo.spec ++
--- /var/tmp/diff_new_pack.2PPBme/_old  2018-12-24 11:45:07.141253903 +0100
+++ /var/tmp/diff_new_pack.2PPBme/_new  2018-12-24 11:45:07.145253900 +0100
@@ -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/
 #
 
 
@@ -28,7 +28,6 @@
 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
 Patch0: use_setuptools.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes




commit python-testflo for openSUSE:Factory

2018-07-31 Thread root
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}