commit python-stestr for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2020-04-19 21:49:00

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


Package is "python-stestr"

Sun Apr 19 21:49:00 2020 rev:15 rq:792696 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2020-03-08 22:21:41.771987083 +0100
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.2738/python-stestr.changes
2020-04-19 21:49:01.728027681 +0200
@@ -1,0 +2,34 @@
+Thu Apr  9 10:47:36 UTC 2020 - Tomáš Chvátal 
+
+- Fix subunit buildtime dep statement
+
+---
+Wed Apr  1 09:33:14 UTC 2020 - Dirk Mueller 
+
+- update to 3.0.1:
+  * use python-requires metadata instead of requires-python
+  * Remove universal flag from release job
+
+---
+Mon Mar 30 08:24:55 UTC 2020 - pgaj...@suse.com
+
+- version update to 3.0.0
+  * Update README\_ja.rst
+  * Update README in preparation for release 3.0.0
+  * Update test-requirements to be py3 only
+  * Remove six usage from testr\_to\_stestr
+  * Bump python-subunit minimum to 1.4.0
+  * Remove universal wheel tag from setup.cfg
+  * Remove six from tests and requirements
+  * Fix line length issue from pyupgrade
+  * Treat bytes and strings differently
+  * Remove outdated tox envs
+  * Run pyupgrade on repo
+  * Fix import issues
+  * Remove 2.7 ci jobs
+  * Remove six usage from stestr code
+  * Fix typo bug in list\_tests() error code
+  * Remove sys.version switches for python2.7
+  * Update package metadata for python2 removal
+
+---

Old:

  stestr-2.6.0.tar.gz

New:

  stestr-3.0.1.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.FWSqPa/_old  2020-04-19 21:49:02.536029302 +0200
+++ /var/tmp/diff_new_pack.FWSqPa/_new  2020-04-19 21:49:02.536029302 +0200
@@ -17,6 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# upstream dropped python 2
+%define skip_python2 1
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -%{flavor}
@@ -26,7 +28,7 @@
 %bcond_with test
 %endif
 Name:   python-stestr%{psuffix}
-Version:2.6.0
+Version:3.0.1
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0
@@ -43,7 +45,7 @@
 Requires:   python-fixtures >= 3.0.0
 Requires:   python-future
 Requires:   python-pbr >= 2.0.0
-Requires:   python-python-subunit >= 1.3.0
+Requires:   python-python-subunit >= 1.4.0
 Requires:   python-six >= 1.10.0
 Requires:   python-testtools >= 2.2.0
 Requires:   python-voluptuous >= 0.8.9
@@ -58,9 +60,9 @@
 BuildRequires:  %{python_module ddt >= 1.0.1}
 BuildRequires:  %{python_module fixtures >= 3.0.0}
 BuildRequires:  %{python_module future}
-BuildRequires:  %{python_module mock >= 2.0}
+BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module python-subunit >= 1.3.0}
+BuildRequires:  %{python_module python-subunit >= 1.4.0}
 BuildRequires:  %{python_module six >= 1.10.0}
 BuildRequires:  %{python_module stestr >= %{version}}
 BuildRequires:  %{python_module testtools >= 2.2.0}

++ stestr-2.6.0.tar.gz -> stestr-3.0.1.tar.gz ++
 1827 lines of diff (skipped)




commit python-stestr for openSUSE:Factory

2020-03-08 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2020-03-08 22:21:38

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


Package is "python-stestr"

Sun Mar  8 22:21:38 2020 rev:14 rq:780391 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2019-11-22 10:26:00.561263197 +0100
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.26092/python-stestr.changes   
2020-03-08 22:21:41.771987083 +0100
@@ -1,0 +2,19 @@
+Fri Feb 28 21:47:29 UTC 2020 - Dirk Mueller 
+
+- update to 2.6.0:
+  * Add python 3.8 macOS and windows ci jobs
+  * Update test\_processor.py
+  * Update config\_file.py
+  * Update cli.py
+  * Remove 3.8 azure pipelines jobs
+  * Update stestr/scheduler.py
+  * Update to recent hacking version
+  * Add Python 3.8 support
+  * Add --pdb flag to stestr run
+  * Add unit tests around repo initialize
+  * Handle empty .stestr directory to initialize
+  * Update issue templates
+  * Escape Windows paths
+  * Stop encoding attachments text
+
+---

Old:

  stestr-2.5.1.tar.gz

New:

  stestr-2.6.0.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.rJ22Yo/_old  2020-03-08 22:21:42.635987616 +0100
+++ /var/tmp/diff_new_pack.rJ22Yo/_new  2020-03-08 22:21:42.635987616 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-stestr
+# spec file for package python
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -26,7 +26,7 @@
 %bcond_with test
 %endif
 Name:   python-stestr%{psuffix}
-Version:2.5.1
+Version:2.6.0
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0

++ stestr-2.5.1.tar.gz -> stestr-2.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.5.1/.github/ISSUE_TEMPLATE/bug_report.md 
new/stestr-2.6.0/.github/ISSUE_TEMPLATE/bug_report.md
--- old/stestr-2.5.1/.github/ISSUE_TEMPLATE/bug_report.md   1970-01-01 
01:00:00.0 +0100
+++ new/stestr-2.6.0/.github/ISSUE_TEMPLATE/bug_report.md   2019-12-13 
19:59:07.0 +0100
@@ -0,0 +1,30 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: 'bug'
+assignees: ''
+
+---
+
+**Issue description**
+
+Include a description of the issue encountered, and what the expected behavior
+was. Also include any configuration, test suite, or other relevant information
+to reproduce the issue.
+
+Note if you encounter an error message try to re-run the command with --debug 
to print any tracebacks
+
+**Expected behavior and actual behavior**
+
+**Steps to reproduce the problem**
+
+**Specifications like the version of the project, operating system, or 
hardware**
+
+**System information**
+ - OS: [e.g. Windows10, openSUSE 15.1, Ubuntu 18.04]
+ - stestr version (`stestr --version`):
+ - Python release (`python --version`):
+ - pip packages (`pip freeze`):
+
+**Additional information**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/stestr-2.5.1/.github/ISSUE_TEMPLATE/feature_request.md 
new/stestr-2.6.0/.github/ISSUE_TEMPLATE/feature_request.md
--- old/stestr-2.5.1/.github/ISSUE_TEMPLATE/feature_request.md  1970-01-01 
01:00:00.0 +0100
+++ new/stestr-2.6.0/.github/ISSUE_TEMPLATE/feature_request.md  2019-12-13 
19:59:07.0 +0100
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: 'enhancement'
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features 
you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.5.1/.github/issue_template.md 
new/stestr-2.6.0/.github/issue_template.md
--- old/stestr-2.5.1/.github/issue_template.md  2019-09-03 15:17:17.0 
+0200
+++ new/stestr-2.6.0/.github/issue_template.md  1970-01-01 01:00:00.0 
+0100
@@ -1,24 +0,0 @

commit python-stestr for openSUSE:Factory

2019-11-22 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2019-11-22 10:25:59

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


Package is "python-stestr"

Fri Nov 22 10:25:59 2019 rev:13 rq:749499 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2019-11-04 17:12:52.836676122 +0100
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.26869/python-stestr.changes   
2019-11-22 10:26:00.561263197 +0100
@@ -1,0 +2,7 @@
+Sun Nov 17 17:19:01 UTC 2019 - Hans-Peter Jansen 
+
+- Create multibuild for testing in order to cope with a circular
+  dependency with python-cliff
+- Clean up spec file
+
+---

New:

  _multibuild



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.w1ybY8/_old  2019-11-22 10:26:01.741262850 +0100
+++ /var/tmp/diff_new_pack.w1ybY8/_new  2019-11-22 10:26:01.777262838 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stestr
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-stestr
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -%{flavor}
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-stestr%{psuffix}
 Version:2.5.1
 Release:0
 Summary:A test runner runner similar to testrepository
@@ -25,21 +33,8 @@
 Group:  Development/Languages/Python
 URL:https://github.com/mtreinish/stestr
 Source: 
https://files.pythonhosted.org/packages/source/s/stestr/stestr-%{version}.tar.gz
-BuildRequires:  %{python_module PyYAML >= 3.10.0}
-BuildRequires:  %{python_module SQLAlchemy}
-BuildRequires:  %{python_module cliff >= 2.8.0}
-BuildRequires:  %{python_module coverage >= 4.0}
-BuildRequires:  %{python_module ddt >= 1.0.1}
-BuildRequires:  %{python_module fixtures >= 3.0.0}
-BuildRequires:  %{python_module future}
-BuildRequires:  %{python_module mock >= 2.0}
 BuildRequires:  %{python_module pbr >= 2.0.0}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module python-subunit >= 1.3.0}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six >= 1.10.0}
-BuildRequires:  %{python_module testtools >= 2.2.0}
-BuildRequires:  %{python_module voluptuous >= 0.8.9}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-dbm
@@ -52,16 +47,32 @@
 Requires:   python-six >= 1.10.0
 Requires:   python-testtools >= 2.2.0
 Requires:   python-voluptuous >= 0.8.9
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:  noarch
+%if %{with test}
+BuildRequires:  %{python_module PyYAML >= 3.10.0}
+BuildRequires:  %{python_module SQLAlchemy}
+BuildRequires:  %{python_module cliff >= 2.8.0}
+BuildRequires:  %{python_module coverage >= 4.0}
+BuildRequires:  %{python_module ddt >= 1.0.1}
+BuildRequires:  %{python_module fixtures >= 3.0.0}
+BuildRequires:  %{python_module future}
+BuildRequires:  %{python_module mock >= 2.0}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module python-subunit >= 1.3.0}
+BuildRequires:  %{python_module six >= 1.10.0}
+BuildRequires:  %{python_module stestr >= %{version}}
+BuildRequires:  %{python_module testtools >= 2.2.0}
+BuildRequires:  %{python_module voluptuous >= 0.8.9}
+%endif
 %ifpython3
 Requires:   python-dbm
 %endif
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
 %if !0%{?_no_weakdeps}
 Recommends: python-SQLAlchemy
 Recommends: python-subunit2sql >= 1.8.0
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -77,6 +88,13 @@
 # do not test sql
 rm stestr/tests/repository/test_sql.py
 
+%if %{with test}
+%check
+export LC_ALL="en_US.UTF8"
+%pytest stestr/tests -k 'not test_empty_with_pretty_out'
+%endif
+
+%if ! %{with test}
 %build
 export LC_ALL="en_US.UTF8"
 %python_build
@@ -87,21 +105,6 @@
 %python_clone -a %{buildroot}%{_bindir}/stestr
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%check
-export LC_ALL="en_US.UTF8"
-# test_empty_with_pretty_out - edge case not triggered in OBS
-%{python_expand mkdir build/bin
-for filepath in %{buildroot}/%{_bindir}/stestr*-%{$python_bin_suffix}; do
-  filename=$(basename $filepath)
-  unsuff

commit python-stestr for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2019-11-04 17:12:51

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


Package is "python-stestr"

Mon Nov  4 17:12:51 2019 rev:12 rq:744175 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2019-09-23 12:03:59.809939187 +0200
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.2990/python-stestr.changes
2019-11-04 17:12:52.836676122 +0100
@@ -1,0 +2,6 @@
+Wed Oct 30 13:17:37 UTC 2019 - Dirk Mueller 
+
+- fix build for anything older than Tumbleweed by explicitly setting
+  utf8 locale
+
+---



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.Jws6P8/_old  2019-11-04 17:12:54.228677609 +0100
+++ /var/tmp/diff_new_pack.Jws6P8/_new  2019-11-04 17:12:54.268677652 +0100
@@ -78,14 +78,17 @@
 rm stestr/tests/repository/test_sql.py
 
 %build
+export LC_ALL="en_US.UTF8"
 %python_build
 
 %install
+export LC_ALL="en_US.UTF8"
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/stestr
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export LC_ALL="en_US.UTF8"
 # test_empty_with_pretty_out - edge case not triggered in OBS
 %{python_expand mkdir build/bin
 for filepath in %{buildroot}/%{_bindir}/stestr*-%{$python_bin_suffix}; do




commit python-stestr for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2019-09-23 12:03:57

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


Package is "python-stestr"

Mon Sep 23 12:03:57 2019 rev:11 rq:729756 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2019-07-30 13:04:49.526396465 +0200
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.7948/python-stestr.changes
2019-09-23 12:03:59.809939187 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 09:51:35 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.5.1:
+  * documentation updates
+  * various bugfixes
+
+---

Old:

  stestr-2.4.0.tar.gz

New:

  stestr-2.5.1.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.B9zM7m/_old  2019-09-23 12:04:02.265938782 +0200
+++ /var/tmp/diff_new_pack.B9zM7m/_new  2019-09-23 12:04:02.269938781 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-stestr
-Version:2.4.0
+Version:2.5.1
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0
@@ -86,6 +86,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# test_empty_with_pretty_out - edge case not triggered in OBS
 %{python_expand mkdir build/bin
 for filepath in %{buildroot}/%{_bindir}/stestr*-%{$python_bin_suffix}; do
   filename=$(basename $filepath)
@@ -94,7 +95,7 @@
 done
 export PATH="$(pwd)/build/bin:$PATH"
 export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix} -v stestr/tests
+py.test-%{$python_bin_suffix} -v stestr/tests -k 'not 
test_empty_with_pretty_out'
 rm -r build/bin
 }
 

++ stestr-2.4.0.tar.gz -> stestr-2.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.4.0/.mailmap new/stestr-2.5.1/.mailmap
--- old/stestr-2.4.0/.mailmap   1970-01-01 01:00:00.0 +0100
+++ new/stestr-2.5.1/.mailmap   2019-09-03 15:17:17.0 +0200
@@ -0,0 +1,15 @@
+# Entries in this file are made for two reasons:
+# 1) to merge multiple git commit authors that correspond to a single author
+# 2) to change the canonical name and/or email address of an author.
+#
+# Format is:
+# Canonical Name  commit name 
+# \--+---/ \--+-/
+# replace   find
+# See also: 'git shortlog --help' and 'git check-mailmap --help'.
+Andrea Frittoli  

+Jonathan Lange  
+Masayuki Igawa  
+Masayuki Igawa  
+Matthew Treinish  
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.4.0/AUTHORS new/stestr-2.5.1/AUTHORS
--- old/stestr-2.4.0/AUTHORS2019-07-18 03:25:38.0 +0200
+++ new/stestr-2.5.1/AUTHORS2019-09-03 15:17:27.0 +0200
@@ -1,10 +1,8 @@
 Alfredo Moralejo 
 Chandan Kumar 
 Luigi Toscano 
-Masayuki Igawa 
 Masayuki Igawa 
 Matthew Treinish 
 Sergey Vilgelm 
 Sorin Sbarnea 
 Tony Breeds 
-Zane Bitter 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.4.0/ChangeLog new/stestr-2.5.1/ChangeLog
--- old/stestr-2.4.0/ChangeLog  2019-07-18 03:25:38.0 +0200
+++ new/stestr-2.5.1/ChangeLog  2019-09-03 15:17:27.0 +0200
@@ -1,6 +1,34 @@
 CHANGES
 ===
 
+2.5.1
+-
+
+* Remove stray reference to removed short form of --random
+* Remove abbreviated option for stestr run --random
+* Only use stdlib based unittest runner for py >=3.5
+
+2.5.0
+-
+
+* Handle NoneType timestamps in subunit results
+* Add links to translated version README
+* Add README\_ja.rst
+* Update docs
+* Revert to the trimmed stdout usage
+* Revert to previous stdout and remove usage modification
+* Revert "Add back more of the \_get\_runner() logic"
+* Add back more of the \_get\_runner() logic
+* Remove unused bits from test runner
+* Use StringIO instead of tempfile
+* Remove console script entrypoint for the runner
+* Add license to package metadata
+* Add unit tests for output functions
+* Add mailmap file to deduplicate authors list
+* Add custom test runner and remove testtools runner dependency
+* Fix edge case where there are no test times in output
+* Mention IRC channel in README
+
 2.4.0
 -
 
@@ -86,14 +114,3 @@
 2.1.0
 -
 
-* Uncap pbr
-* Revert "Cap pip version in windows ci"
-* Revert "Uncap pbr"
-* Uncap pbr
-* Clarify docs on group\_regex
-* Remove Python 2.6 code
-* Switch python doc reference from 2 to 3
-* Cleanup manual section on 

commit python-stestr for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2019-07-30 13:04:48

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


Package is "python-stestr"

Tue Jul 30 13:04:48 2019 rev:10 rq:717577 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2019-03-29 20:35:45.594521189 +0100
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.4126/python-stestr.changes
2019-07-30 13:04:49.526396465 +0200
@@ -1,0 +2,8 @@
+Mon Jul 22 12:47:43 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.4.0:
+  * Discover python executable when discover is not used
+  * various bugfixes
+- Remove merged patch pyyaml5.patch
+
+---

Old:

  pyyaml5.patch
  stestr-2.3.1.tar.gz

New:

  stestr-2.4.0.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.LZFgEN/_old  2019-07-30 13:04:50.162396329 +0200
+++ /var/tmp/diff_new_pack.LZFgEN/_new  2019-07-30 13:04:50.166396328 +0200
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-stestr
-Version:2.3.1
+Version:2.4.0
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://github.com/mtreinish/stestr
 Source: 
https://files.pythonhosted.org/packages/source/s/stestr/stestr-%{version}.tar.gz
-Patch0: pyyaml5.patch
 BuildRequires:  %{python_module PyYAML >= 3.10.0}
 BuildRequires:  %{python_module SQLAlchemy}
 BuildRequires:  %{python_module cliff >= 2.8.0}
@@ -75,7 +74,6 @@
 
 %prep
 %setup -q -n stestr-%{version}
-%patch0 -p1
 # do not test sql
 rm stestr/tests/repository/test_sql.py
 

++ stestr-2.3.1.tar.gz -> stestr-2.4.0.tar.gz ++
 2143 lines of diff (skipped)




commit python-stestr for openSUSE:Factory

2019-03-29 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2019-03-29 20:35:44

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


Package is "python-stestr"

Fri Mar 29 20:35:44 2019 rev:9 rq:685817 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2019-01-28 20:45:54.802065005 +0100
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.25356/python-stestr.changes   
2019-03-29 20:35:45.594521189 +0100
@@ -1,0 +2,15 @@
+Sun Mar 17 15:17:55 UTC 2019 - Tomáš Chvátal 
+
+- Add patch to work with PyYAML 5.x series:
+  * pyyaml5.patch
+
+---
+Wed Mar 13 12:40:42 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.3.1:
+  * tests expansion
+  * metadata updates
+  * minor bugfixes
+- Enable and run tests
+
+---

Old:

  stestr-2.2.0.tar.gz

New:

  pyyaml5.patch
  stestr-2.3.1.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.4LBE32/_old  2019-03-29 20:35:46.674521613 +0100
+++ /var/tmp/diff_new_pack.4LBE32/_new  2019-03-29 20:35:46.682521618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stestr
 #
-# 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,20 +18,24 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-stestr
-Version:2.2.0
+Version:2.3.1
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://github.com/mtreinish/stestr
 Source: 
https://files.pythonhosted.org/packages/source/s/stestr/stestr-%{version}.tar.gz
+Patch0: pyyaml5.patch
 BuildRequires:  %{python_module PyYAML >= 3.10.0}
+BuildRequires:  %{python_module SQLAlchemy}
 BuildRequires:  %{python_module cliff >= 2.8.0}
 BuildRequires:  %{python_module coverage >= 4.0}
 BuildRequires:  %{python_module ddt >= 1.0.1}
 BuildRequires:  %{python_module fixtures >= 3.0.0}
 BuildRequires:  %{python_module future}
+BuildRequires:  %{python_module mock >= 2.0}
 BuildRequires:  %{python_module pbr >= 2.0.0}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-subunit >= 1.3.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.10.0}
@@ -39,6 +43,7 @@
 BuildRequires:  %{python_module voluptuous >= 0.8.9}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python3-dbm
 Requires:   python-PyYAML >= 3.10.0
 Requires:   python-cliff >= 2.8.0
 Requires:   python-fixtures >= 3.0.0
@@ -49,12 +54,13 @@
 Requires:   python-testtools >= 2.2.0
 Requires:   python-voluptuous >= 0.8.9
 %ifpython3
-Requires:   python3-dbm
+Requires:   python-dbm
 %endif
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 %if !0%{?_no_weakdeps}
-Suggests:   python-subunit2sql >= 1.8.0
+Recommends: python-SQLAlchemy
+Recommends: python-subunit2sql >= 1.8.0
 %endif
 BuildArch:  noarch
 %python_subpackages
@@ -69,6 +75,9 @@
 
 %prep
 %setup -q -n stestr-%{version}
+%patch0 -p1
+# do not test sql
+rm stestr/tests/repository/test_sql.py
 
 %build
 %python_build
@@ -78,6 +87,19 @@
 %python_clone -a %{buildroot}%{_bindir}/stestr
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%{python_expand mkdir build/bin
+for filepath in %{buildroot}/%{_bindir}/stestr*-%{$python_bin_suffix}; do
+  filename=$(basename $filepath)
+  unsuffixed=${filename/-%{$python_bin_suffix}/}
+  cp $filepath build/bin/$unsuffixed
+done
+export PATH="$(pwd)/build/bin:$PATH"
+export PYTHONPATH=%{buildroot}%{$python_sitelib}
+py.test-%{$python_bin_suffix} -v stestr/tests
+rm -r build/bin
+}
+
 %post
 %python_install_alternative stestr
 

++ pyyaml5.patch ++
>From f0c8c1112677367345e9b672ed6716b7b9e4d919 Mon Sep 17 00:00:00 2001
From: Masayuki Igawa 
Date: Sat, 16 Mar 2019 10:47:47 +0800
Subject: [PATCH] Use yaml.safe_load instead of yaml.load

yaml.load(input) is deprecated from PyYAML 5.1[0]. Therefore, some
warnings are showed up in a stestr unit test case which causes a failure
in test_load_from_stdin_quiet() because it expects empty string.

This commit makes it to use yaml.safe_load instead of yaml.load. Because
it doesn't show the deprecatio

commit python-stestr for openSUSE:Factory

2019-01-28 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2019-01-28 20:45:53

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


Package is "python-stestr"

Mon Jan 28 20:45:53 2019 rev:8 rq:664991 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2018-12-14 20:47:42.817482500 +0100
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.28833/python-stestr.changes   
2019-01-28 20:45:54.802065005 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 22:49:20 UTC 2019 - Jonathan Brownell 
+
+- Fallback in case "Suggests:" keyword is not supported
+
+---



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.IUj2ri/_old  2019-01-28 20:45:55.258064525 +0100
+++ /var/tmp/diff_new_pack.IUj2ri/_new  2019-01-28 20:45:55.262064521 +0100
@@ -53,7 +53,9 @@
 %endif
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+%if !0%{?_no_weakdeps}
 Suggests:   python-subunit2sql >= 1.8.0
+%endif
 BuildArch:  noarch
 %python_subpackages
 




commit python-stestr for openSUSE:Factory

2018-12-14 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2018-12-14 20:47:41

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


Package is "python-stestr"

Fri Dec 14 20:47:41 2018 rev:7 rq:656068 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2018-11-14 14:41:04.942846553 +0100
+++ /work/SRC/openSUSE:Factory/.python-stestr.new.28833/python-stestr.changes   
2018-12-14 20:47:42.817482500 +0100
@@ -1,0 +2,16 @@
+Fri Dec  7 13:41:42 UTC 2018 - Thomas Bechtold 
+
+- update to 2.2.0:
+  * Change title of project in readme
+  * Add a better description to README Overview section
+  * Fix discovery import error formatting on py3
+  * Cleanup unused parameters in \_run\_tests
+  * Enable doc8
+  * Add all stream to repo even if some tests fail
+  * Extract loading case code to \_load\_case() function
+  * Make test running serially when just loading
+  * Fix time measurement for load command too
+  * Use reported times instead of wall time in subunit-trace
+  * Add support for test class and method by path on no-discover
+
+---

Old:

  stestr-2.1.1.tar.gz

New:

  stestr-2.2.0.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.hRc8p1/_old  2018-12-14 20:47:43.893481019 +0100
+++ /var/tmp/diff_new_pack.hRc8p1/_new  2018-12-14 20:47:43.893481019 +0100
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-stestr
-Version:2.1.1
+Version:2.2.0
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0

++ stestr-2.1.1.tar.gz -> stestr-2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.1.1/ChangeLog new/stestr-2.2.0/ChangeLog
--- old/stestr-2.1.1/ChangeLog  2018-08-09 14:50:00.0 +0200
+++ new/stestr-2.2.0/ChangeLog  2018-11-30 02:32:07.0 +0100
@@ -1,12 +1,28 @@
 CHANGES
 ===
 
+2.2.0
+-
+
+* Change title of project in readme
+* Add a better description to README Overview section
+* Fix discovery import error formatting on py3
+* Cleanup unused parameters in \_run\_tests
+* Enable doc8
+* Add all stream to repo even if some tests fail
+* Extract loading case code to \_load\_case() function
+* Make test running serially when just loading
+* Fix time measurement for load command too
+* Use reported times instead of wall time in subunit-trace
+* Add support for test class and method by path on no-discover
+
 2.1.1
 -
 
 * Add support for python 3.7
 * Fix handling of unexpected success results
 * Allow stestr to be called as a module (#185)
+* Make warning and error messages use stderr
 * Add error handling for invalid input regexes
 * Cleanup the manpage section on dealing with failed tests
 * Cleanup argument help text on load command
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.1.1/PKG-INFO new/stestr-2.2.0/PKG-INFO
--- old/stestr-2.1.1/PKG-INFO   2018-08-09 14:50:02.0 +0200
+++ new/stestr-2.2.0/PKG-INFO   2018-11-30 02:32:07.0 +0100
@@ -1,14 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: stestr
-Version: 2.1.1
+Version: 2.2.0
 Summary: A parallel Python test runner built around subunit
 Home-page: http://stestr.readthedocs.io/en/latest/
 Author: Matthew Treinish
 Author-email: mtrein...@kortar.org
 License: UNKNOWN
-Description-Content-Type: UNKNOWN
-Description: Slim/Super Test Repository
-==
+Description: stestr
+==
 
 .. image:: 
https://img.shields.io/travis/mtreinish/stestr/master.svg?style=flat-square
 :target: https://travis-ci.org/mtreinish/stestr
@@ -31,12 +30,22 @@
 Overview
 
 
-stestr is a fork of the `testrepository`_ that concentrates on being a
-dedicated test runner for python projects. The generic abstraction
-layers which enabled testr to work with any subunit emitting runner 
are gone.
-stestr hard codes python-subunit-isms into how it works. The code base 
is also
-designed to try and be explicit, and to provide a python api that is 
documented
-and has e

commit python-stestr for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2018-11-14 14:40:47

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


Package is "python-stestr"

Wed Nov 14 14:40:47 2018 rev:6 rq:646749 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2018-08-24 17:13:58.426775806 +0200
+++ /work/SRC/openSUSE:Factory/.python-stestr.new/python-stestr.changes 
2018-11-14 14:41:04.942846553 +0100
@@ -1,0 +2,12 @@
+Tue Nov  6 19:49:46 UTC 2018 - Todd R 
+
+- Update to version 2.1.1
+  * Add support for python 3.7
+  * Fix handling of unexpected success results
+  * Allow stestr to be called as a module (#185)
+  * Add error handling for invalid input regexes
+  * Cleanup the manpage section on dealing with failed tests
+  * Cleanup argument help text on load command
+  * Fix description for the stestr run command
+
+---

Old:

  stestr-2.1.0.tar.gz

New:

  stestr-2.1.1.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.x7c2uU/_old  2018-11-14 14:41:06.034845261 +0100
+++ /var/tmp/diff_new_pack.x7c2uU/_new  2018-11-14 14:41:06.038845256 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-stestr
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0

++ stestr-2.1.0.tar.gz -> stestr-2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.1.0/.appveyor.yml 
new/stestr-2.1.1/.appveyor.yml
--- old/stestr-2.1.0/.appveyor.yml  2018-06-02 00:54:34.0 +0200
+++ new/stestr-2.1.1/.appveyor.yml  2018-08-09 14:40:52.0 +0200
@@ -10,6 +10,10 @@
   PYTHON_VERSION: "2.7.10"
   PYTHON_ARCH: "64"
   TOX_ENV: "py27"
+- PYTHON: "C:\\Python37-x64"
+  PYTHON_VERSION: "3.7.0"
+  PYTHON_ARCH: "64"
+  TOX_ENV: "py37"
 - PYTHON: "C:\\Python36-x64"
   PYTHON_VERSION: "3.6.1"
   PYTHON_ARCH: "64"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.1.0/.travis.yml new/stestr-2.1.1/.travis.yml
--- old/stestr-2.1.0/.travis.yml2017-12-08 22:00:26.0 +0100
+++ new/stestr-2.1.1/.travis.yml2018-08-09 14:40:52.0 +0200
@@ -6,6 +6,11 @@
   env: TOXENV=py35
 - python: "3.6"
   env: TOXENV=py36
+- os: linux
+  dist: xenial
+  python: 3.7
+  env: TOXENV=py37
+  sudo: true
 - python: "3.6"
   env: TOXENV=cover
 - python: "3.6"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.1.0/AUTHORS new/stestr-2.1.1/AUTHORS
--- old/stestr-2.1.0/AUTHORS2018-06-05 21:16:21.0 +0200
+++ new/stestr-2.1.1/AUTHORS2018-08-09 14:50:01.0 +0200
@@ -23,6 +23,7 @@
 Monty Taylor 
 Robert Collins 
 Sean McGinnis 
+Sorin Sbarnea 
 Steve Heyman 
 Thomas Bechtold 
 Zane Bitter 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stestr-2.1.0/ChangeLog new/stestr-2.1.1/ChangeLog
--- old/stestr-2.1.0/ChangeLog  2018-06-05 21:16:21.0 +0200
+++ new/stestr-2.1.1/ChangeLog  2018-08-09 14:50:00.0 +0200
@@ -1,6 +1,17 @@
 CHANGES
 ===
 
+2.1.1
+-
+
+* Add support for python 3.7
+* Fix handling of unexpected success results
+* Allow stestr to be called as a module (#185)
+* Add error handling for invalid input regexes
+* Cleanup the manpage section on dealing with failed tests
+* Cleanup argument help text on load command
+* Fix description for the stestr run command
+
 2.1.0
 -
 
@@ -284,10 +295,6 @@
 * Pivot repo to stestr
 * Release 0.0.20
 * Tests will be reliably tagged with worker-%d
-
-0.0.19
---
-
 * Release 0.0.19
 * Fix 0 timestamps for enumerated but not run tests
 * Update docs for the move to github
@@ -301,22 +308,10 @@
 * Improve error rendering of listing issues
 * \* When list-tests encounters an error, a much clearer response will   now 
be shown. (Robert Collins, #1271133)
 * \* \`\`run\`\` was outputting bad MIME types - test/plain, not text/plain.   
(Robert Collins)
-
-0.0.18
---
-
 * Release 0.0.18
 * \* \`\`run\`\` now accepts \`\`--isolated\`\` as a parameter, which will 
cause each   selected test to be run independently. This can be useful to both 
workaround   isolation bugs and detect tests that can not be run independently. 
  (Robert Collins)
 * \* \`\`capture\_ids\`\` in te

commit python-stestr for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2018-08-24 17:13:28

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


Package is "python-stestr"

Fri Aug 24 17:13:28 2018 rev:5 rq:631279 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2018-08-08 14:54:52.777686729 +0200
+++ /work/SRC/openSUSE:Factory/.python-stestr.new/python-stestr.changes 
2018-08-24 17:13:58.426775806 +0200
@@ -1,0 +2,6 @@
+Fri Aug 24 09:29:20 UTC 2018 - comur...@suse.com
+
+- Add python3-dbm dependency
+  * Required for python3: 
https://github.com/mtreinish/stestr/blob/2.1.1/stestr/subunit_trace.py#L34-L39
+
+---



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.GWxr7I/_old  2018-08-24 17:13:58.918776392 +0200
+++ /var/tmp/diff_new_pack.GWxr7I/_new  2018-08-24 17:13:58.922776397 +0200
@@ -48,6 +48,9 @@
 Requires:   python-six >= 1.10.0
 Requires:   python-testtools >= 2.2.0
 Requires:   python-voluptuous >= 0.8.9
+%ifpython3
+Requires:   python3-dbm
+%endif
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Suggests:   python-subunit2sql >= 1.8.0




commit python-stestr for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2018-08-08 14:54:12

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


Package is "python-stestr"

Wed Aug  8 14:54:12 2018 rev:4 rq:627960 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2018-08-06 11:54:57.661315563 +0200
+++ /work/SRC/openSUSE:Factory/.python-stestr.new/python-stestr.changes 
2018-08-08 14:54:52.777686729 +0200
@@ -1,0 +2,10 @@
+Tue Aug  7 20:19:38 UTC 2018 - dmuel...@suse.com
+
+- fixtypo in last change
+
+---
+Mon Aug  6 11:06:07 UTC 2018 - tchva...@suse.com
+
+- Update the Requires/BuildRequires to reflect requirements.txt
+
+---



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.ul5hKd/_old  2018-08-08 14:54:53.245687502 +0200
+++ /var/tmp/diff_new_pack.ul5hKd/_new  2018-08-08 14:54:53.249687509 +0200
@@ -23,25 +23,35 @@
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/mtreinish/stestr
+URL:https://github.com/mtreinish/stestr
 Source: 
https://files.pythonhosted.org/packages/source/s/stestr/stestr-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module PyYAML >= 3.10.0}
+BuildRequires:  %{python_module cliff >= 2.8.0}
+BuildRequires:  %{python_module coverage >= 4.0}
+BuildRequires:  %{python_module ddt >= 1.0.1}
+BuildRequires:  %{python_module fixtures >= 3.0.0}
+BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module pbr >= 2.0.0}
+BuildRequires:  %{python_module python-subunit >= 1.3.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six >= 1.10.0}
+BuildRequires:  %{python_module testtools >= 2.2.0}
+BuildRequires:  %{python_module voluptuous >= 0.8.9}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-PyYAML >= 3.10.0
+Requires:   python-cliff >= 2.8.0
 Requires:   python-fixtures >= 3.0.0
 Requires:   python-future
 Requires:   python-pbr >= 2.0.0
-Requires:   python-python-subunit >= 0.18.0
+Requires:   python-python-subunit >= 1.3.0
 Requires:   python-six >= 1.10.0
 Requires:   python-testtools >= 2.2.0
-Suggests:   python-subunit2sql >= 1.8.0
+Requires:   python-voluptuous >= 0.8.9
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Suggests:   python-subunit2sql >= 1.8.0
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -70,7 +80,6 @@
 %python_uninstall_alternative stestr
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE
 %doc ChangeLog README.rst
 %python_alternative %{_bindir}/stestr




commit python-stestr for openSUSE:Factory

2018-08-06 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2018-08-06 11:54:56

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


Package is "python-stestr"

Mon Aug  6 11:54:56 2018 rev:3 rq:627611 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2018-02-26 23:25:50.800835012 +0100
+++ /work/SRC/openSUSE:Factory/.python-stestr.new/python-stestr.changes 
2018-08-06 11:54:57.661315563 +0200
@@ -1,0 +2,52 @@
+Mon Aug  6 09:04:49 UTC 2018 - dmuel...@suse.com
+
+- update to 2.1.0:
+  * Uncap pbr
+  * Revert "Cap pip version in windows ci"
+  * Revert "Uncap pbr"
+  * Uncap pbr
+  * Clarify docs on group\_regex
+  * Remove Python 2.6 code
+  * Switch python doc reference from 2 to 3
+  * Cleanup manual section on configuration
+  * Fix abbreviate option in run subcommand
+  * Ignore errors on cleanup in test\_return\_codes
+  * Cap pip version in windows ci
+  * Add docs and helper script for building man page
+  * Add documentation for --suppress-attachments option
+  * Add option to suppress attachment printing on successful tests
+  * Add unit tests for return code from functions
+  * Remove windows skips for old subunit versions
+  * Cap PBR<4.0.0
+  * Fixed manual page description
+  * Fix manpage generation
+  * Add issue description in template
+  * Add an issue template to project
+  * Add usage to manual docs page
+  * Fix the manual docs link in README
+  * Add alt texts for badges in README
+  * Use flat-square design badges on README
+  * Fix typos about whitelist/blacklist option in manual
+  * Fix a small mistake in manual about test selection
+  * Update the package summary in setup.cfg metadata
+  * Add functional tests for user config file
+  * Fix no attribute 'repo\_type' error when running w/ --slowest option
+  * Add support for a user config file
+  * Fix warning message about missing worker tags in subunit-trace
+  * Add badge for Appveyor status
+  * Remove unnecessary shebang and execution bit from subunit\_trace
+  * Fix typos in docs
+  * Fix pep8 violations
+  * Add --slowest option to test runs
+  * Handle zero and negative times in stestr slowest
+  * list: Deal with [] instead of 'None' for filters
+  * Fix docs nits
+  * Update doc for using cliff for CLI layer
+  * Use cliff for CLI layer
+  * Implement quiet option for run and load commands
+  * Deprecate the partial flag
+  * Allow both group\_regex and group-regex as an optional argument
+  * Remove pyc files before running stestr in tox
+  * Update travis job config
+
+---

Old:

  stestr-1.1.0.tar.gz

New:

  stestr-2.1.0.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.9izbY1/_old  2018-08-06 11:54:58.433316904 +0200
+++ /var/tmp/diff_new_pack.9izbY1/_new  2018-08-06 11:54:58.437316910 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-stestr
-Version:1.1.0
+Version:2.1.0
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0
@@ -71,7 +71,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE README.rst
+%license LICENSE
+%doc ChangeLog README.rst
 %python_alternative %{_bindir}/stestr
 %{python_sitelib}/*
 

++ stestr-1.1.0.tar.gz -> stestr-2.1.0.tar.gz ++
 3620 lines of diff (skipped)




commit python-stestr for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2018-02-26 23:25:48

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


Package is "python-stestr"

Mon Feb 26 23:25:48 2018 rev:2 rq:580044 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2017-09-14 21:19:27.786706121 +0200
+++ /work/SRC/openSUSE:Factory/.python-stestr.new/python-stestr.changes 
2018-02-26 23:25:50.800835012 +0100
@@ -1,0 +2,29 @@
+Mon Feb 26 06:42:11 UTC 2018 - tbecht...@suse.com
+
+* Pass output to output.make\_result() in stestr load
+* Remove 32bit windows testing CI config
+* Add functional test for analyze-isolation flag
+* Fetch the data from last run earlier
+* Fix the stestr run --analyze-isolation flag
+* Remove contributor docs for using reno
+* Fix stestr load from stdin
+* Add test\_return\_codes check for valid subunit output
+* Respect all selection mechanisms for discovery check
+* Fix .testr.conf parsing: test path follows discover
+* Fix if logic on output types in stestr load
+* Add a --abbreviate flag to stestr run and load
+* Add missing run command to stestr manual
+* Print just error message when no stestr repo
+* Fix whitelist arg usage in stestr run
+* Drop reno
+* Add missing home-page
+* Fix: pass the top\_dir parameter to the 'list' command
+* Fix: pass the test\_path parameter to the 'list' command
+* Update MANUAL.rst
+* Update the trove classifiers
+* Use context managers for file open()
+* Ensure we always close files in file repository
+* Create a Code of Conduct for the project
+* Fix coveralls collection
+
+---

Old:

  stestr-1.0.0.tar.gz

New:

  stestr-1.1.0.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.pBbRyQ/_old  2018-02-26 23:25:52.536772580 +0100
+++ /var/tmp/diff_new_pack.pBbRyQ/_new  2018-02-26 23:25:52.548772148 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stestr
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-stestr
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0

++ stestr-1.0.0.tar.gz -> stestr-1.1.0.tar.gz ++
 2115 lines of diff (skipped)