Hello community,

here is the log from the commit of package python-unittest-xml-reporting for 
openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-unittest-xml-reporting (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-unittest-xml-reporting.new.26092 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-unittest-xml-reporting"

Mon Mar  2 13:24:29 2020 rev:11 rq:777252 version:2.5.2

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-unittest-xml-reporting/python-unittest-xml-reporting.changes
    2020-01-15 15:54:00.619617402 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-unittest-xml-reporting.new.26092/python-unittest-xml-reporting.changes
 2020-03-02 13:24:29.670534020 +0100
@@ -1,0 +2,31 @@
+Fri Feb  7 16:10:46 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 2.5.2
+  * add testing for python3.8
+  * Fix crash when exceptions contain unicode in buffered output
+
+-------------------------------------------------------------------
+Wed Oct  2 09:11:10 UTC 2019 - Matej Cepl <[email protected]>
+
+- Skip test_xmlrunner_non_ascii failing with Python 3.8
+  gh#xmlrunner/unittest-xml-reporting#205
+
+-------------------------------------------------------------------
+Fri Apr 12 09:06:13 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 2.5.1
+  * no changelog available
+
+-------------------------------------------------------------------
+Tue Mar  5 09:52:29 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.2.1:
+  * no changelog available
+- Enable tests
+
+-------------------------------------------------------------------
+Tue Dec  4 12:55:38 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

Old:
----
  unittest-xml-reporting-2.1.0.tar.gz

New:
----
  2.5.2.tar.gz

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

Other differences:
------------------
++++++ python-unittest-xml-reporting.spec ++++++
--- /var/tmp/diff_new_pack.Xv7uUX/_old  2020-03-02 13:24:29.942534561 +0100
+++ /var/tmp/diff_new_pack.Xv7uUX/_new  2020-03-02 13:24:29.942534561 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-unittest-xml-reporting
 #
-# Copyright (c) 2017 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
@@ -12,26 +12,30 @@
 # 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-%{**}}
-%bcond_with     test
 Name:           python-unittest-xml-reporting
-Version:        2.1.0
+Version:        2.5.2
 Release:        0
 Summary:        PyUnit-based test runner with JUnit like XML reporting
-License:        LGPL-3.0+
-Group:          Development/Languages/Python
-Url:            http://github.com/danielfm/unittest-xml-reporting/tree/master/
-Source:         
https://files.pythonhosted.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+License:        LGPL-3.0-or-later
+URL:            https://github.com/danielfm/unittest-xml-reporting
+Source:         
https://github.com/xmlrunner/unittest-xml-reporting/archive/%{version}.tar.gz
+BuildRequires:  %{python_module lxml}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.4.0}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-six >= 1.4.0
+Provides:       python-xmlrunner = %{version}
 BuildArch:      noarch
+%ifpython2
+BuildRequires:  python2-mock
+%endif
 %python_subpackages
 
 %description
@@ -47,14 +51,15 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+# gh#xmlrunner/unittest-xml-reporting#205
+%pytest -k 'not test_xmlrunner_non_ascii'
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%doc README.md
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog

++++++ unittest-xml-reporting-2.1.0.tar.gz -> 2.5.2.tar.gz ++++++
++++ 3737 lines of diff (skipped)


Reply via email to