Hello community,
here is the log from the commit of package python3-unittest-xml-reporting for
openSUSE:Factory checked in at 2015-02-16 07:36:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-unittest-xml-reporting (Old)
and /work/SRC/openSUSE:Factory/.python3-unittest-xml-reporting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-unittest-xml-reporting"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-unittest-xml-reporting/python3-unittest-xml-reporting.changes
2015-01-22 01:05:47.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-unittest-xml-reporting.new/python3-unittest-xml-reporting.changes
2015-02-16 07:36:36.000000000 +0100
@@ -1,0 +2,25 @@
+Sat Feb 14 16:53:58 UTC 2015 - [email protected]
+
+- specfile: updated src location for sed command in specfile
+
+- update to version 1.11.0:
+ * typo: XMLContextBuilder -> TestXMLBuilder
+ * flake8
+ * fix django tests, use sets for comparison of test ids
+ * Add a test for invalid xml documents which were created in case of
+ outputting to a single file.
+ * Update tox.ini - Use up-to-date django versions.
+ * Create a valid XML in case of writing the output to a single file.
+ * refactor tox.ini
+ * tests: do not import stuff since it gets discovered!
+ * try to fix tests (non-deterministic?)
+ * some minor pylint fixes
+ * fix tests for django-lts
+ * add django to tox.ini
+ * django testcases
+ * move files around (simplify project structure)
+ * outsuffix='' means no suffix.
+ * Since we already depend on six ....
+ * Although cStringIO is faster it does not handle unicode
+
+-------------------------------------------------------------------
Old:
----
unittest-xml-reporting-1.10.0.tar.gz
New:
----
unittest-xml-reporting-1.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-unittest-xml-reporting.spec ++++++
--- /var/tmp/diff_new_pack.cCQJfh/_old 2015-02-16 07:36:36.000000000 +0100
+++ /var/tmp/diff_new_pack.cCQJfh/_new 2015-02-16 07:36:36.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-unittest-xml-reporting
#
-# Copyright (c) 2015 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: python3-unittest-xml-reporting
-Version: 1.10.0
+Version: 1.11.0
Release: 0
Url: http://github.com/danielfm/unittest-xml-reporting/tree/master/
Summary: PyUnit-based test runner with JUnit like XML reporting
@@ -39,7 +39,7 @@
%prep
%setup -q -n unittest-xml-reporting-%{version}
-sed -i "1d" src/xmlrunner/tests/testsuite.py
+sed -i "1d" tests/testsuite.py
%build
python3 setup.py build
++++++ unittest-xml-reporting-1.10.0.tar.gz ->
unittest-xml-reporting-1.11.0.tar.gz ++++++
++++ 2917 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]