Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-unittest-xml-reporting for
openSUSE:Factory checked in at 2022-10-19 15:23:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-unittest-xml-reporting (Old)
and /work/SRC/openSUSE:Factory/.python-unittest-xml-reporting.new.2275
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-unittest-xml-reporting"
Wed Oct 19 15:23:15 2022 rev:20 rq:1029983 version:3.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-unittest-xml-reporting/python-unittest-xml-reporting.changes
2020-03-18 12:43:42.168890556 +0100
+++
/work/SRC/openSUSE:Factory/.python-unittest-xml-reporting.new.2275/python-unittest-xml-reporting.changes
2022-10-19 15:23:15.436518182 +0200
@@ -1,0 +2,7 @@
+Wed Oct 19 12:10:51 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove not needed python-six dependency
+- Use more specific python_sitelib in files section
+- Update the source URL to the current one
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-unittest-xml-reporting.spec ++++++
--- /var/tmp/diff_new_pack.yilzHu/_old 2022-10-19 15:23:15.836518823 +0200
+++ /var/tmp/diff_new_pack.yilzHu/_new 2022-10-19 15:23:15.844518836 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-unittest-xml-reporting
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,15 +23,13 @@
Release: 0
Summary: PyUnit-based test runner with JUnit like XML reporting
License: LGPL-3.0-or-later
-URL: https://github.com/danielfm/unittest-xml-reporting
+URL: https://github.com/xmlrunner/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
%python_subpackages
@@ -58,6 +56,7 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/xmlrunner
+%{python_sitelib}/unittest_xml_reporting-%{version}*-info
%changelog