Hello community,
here is the log from the commit of package python-unittest-xml-reporting for
openSUSE:Factory checked in at 2015-05-19 23:42:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-unittest-xml-reporting (Old)
and /work/SRC/openSUSE:Factory/.python-unittest-xml-reporting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-unittest-xml-reporting"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-unittest-xml-reporting/python-unittest-xml-reporting.changes
2013-11-17 20:20:29.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-unittest-xml-reporting.new/python-unittest-xml-reporting.changes
2015-05-19 23:42:51.000000000 +0200
@@ -1,0 +2,11 @@
+Thu May 14 12:06:39 UTC 2015 - [email protected]
+
+- update to version 1.12.0:
+ * no changelog available
+- remove python-xml from requirement
+- add new dependency python-six
+- add new dependency python-unittest2 for SLE11
+- remove sed call on testsuite.py: not needed anymore
+- remove LICENSE and README.markdown: not provided anymore
+
+-------------------------------------------------------------------
Old:
----
unittest-xml-reporting-1.7.0.tar.gz
New:
----
unittest-xml-reporting-1.12.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-unittest-xml-reporting.spec ++++++
--- /var/tmp/diff_new_pack.6iS0FY/_old 2015-05-19 23:42:52.000000000 +0200
+++ /var/tmp/diff_new_pack.6iS0FY/_new 2015-05-19 23:42:52.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-unittest-xml-reporting
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
Name: python-unittest-xml-reporting
-Version: 1.7.0
+Version: 1.12.0
Release: 0
Url: http://github.com/danielfm/unittest-xml-reporting/tree/master/
Summary: PyUnit-based test runner with JUnit like XML reporting
@@ -27,8 +27,11 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
-Requires: python-xml
+BuildRequires: python-six >= 1.4.0
+Requires: python-six >= 1.4.0
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+BuildRequires: python-unittest2
+Requires: python-unittest2
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
@@ -41,7 +44,6 @@
%prep
%setup -q -n unittest-xml-reporting-%{version}
-sed -i "1d" src/xmlrunner/tests/testsuite.py
%build
python setup.py build
@@ -49,9 +51,11 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%check
+python setup.py -q test
+
%files
%defattr(-,root,root,-)
-%doc LICENSE README.markdown
%{python_sitelib}/*
%changelog
++++++ unittest-xml-reporting-1.7.0.tar.gz ->
unittest-xml-reporting-1.12.0.tar.gz ++++++
++++ 2637 lines of diff (skipped)