Hello community,
here is the log from the commit of package python-junit-xml for
openSUSE:Factory checked in at 2019-09-07 11:52:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-junit-xml (Old)
and /work/SRC/openSUSE:Factory/.python-junit-xml.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-junit-xml"
Sat Sep 7 11:52:07 2019 rev:2 rq:728545 version:1.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-junit-xml/python-junit-xml.changes
2019-09-02 13:25:00.829316223 +0200
+++
/work/SRC/openSUSE:Factory/.python-junit-xml.new.7948/python-junit-xml.changes
2019-09-07 11:52:08.694285056 +0200
@@ -1,0 +2,5 @@
+Thu Aug 29 14:59:15 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-junit-xml.spec ++++++
--- /var/tmp/diff_new_pack.9OqoPL/_old 2019-09-07 11:52:09.438284951 +0200
+++ /var/tmp/diff_new_pack.9OqoPL/_new 2019-09-07 11:52:09.438284951 +0200
@@ -12,20 +12,21 @@
# 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-junit-xml
Version: 1.8
Release: 0
+Summary: Module that creates JUnit XML test result documents
License: MIT
-Summary: Creates JUnit XML test result documents
-Url: https://github.com/kyrus/python-junit-xml
Group: Development/Languages/Python
+Url: https://github.com/kyrus/python-junit-xml
Source:
https://files.pythonhosted.org/packages/source/j/junit-xml/junit-xml-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}