Hello community,
here is the log from the commit of package python3-unittest-xml-reporting for
openSUSE:Factory checked in at 2015-01-21 22:13:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-06-21 19:09:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-unittest-xml-reporting.new/python3-unittest-xml-reporting.changes
2015-01-22 01:05:47.000000000 +0100
@@ -1,0 +2,114 @@
+Sun Jan 18 01:38:02 UTC 2015 - [email protected]
+
+- specfile:
+ * update copyright year
+ * add six as a requirement
+ * license changes to BSD-3-Clause
+ * no license file or readme file anymore in tar-ball
+
+- update to version 1.10.0 (taken from git log):
+ * add builder from rewrite branch
+ * factor out unittest/unittest2 imports
+ * fix for broken tests on python3
+ * fix issue #74
+ * change example so that using --help does not show broken options (issue
#59)
+ * hide unnecessary options from main() (see issue #59)
+ * fix the tests to be more specific (see issue #59)
+ * Fix test runner output buffering.
+ * open version file with codecs.open (see pull request #61)
+
+- changes from version 1.9.4:
+ * tox cleanup
+ * python 2.6 EOL notice.
+ * bdist_wheel universal support
+ * Handle invalid XML 1.0 characters (see also pull request #38)
+ * Deal with Python2/3 differences - always dump bytes into output
+ * fixes for to_unicode
+ * add non-ascii tests - improve to_unicode function
+
+- changes from version 1.9.3:
+ * MOAR badges.
+ * add license badge :+1:
+ * add requires.io badge for requirements.
+ * add landscape.io badge
+ * add test for elapsed_times
+ * add test for patched stdout/stderr
+ * add test for subdirectory
+ * add test for output=stream
+ * add test for junit xml properties
+ * separate cdata section test
+ * add test for cdata section
+ * test for outsuffix
+ * add tests to cover different verbosity levels
+ * add tests for expected failures / unexpected success
+ * exclude skipped line from coverage - remove __main__ since unnecessary
+ * update references to repo
+ * add commands for tox
+ * let travis use tox for testing
+ * add tox + coverage
+ * add xmlrunner as a keyword
+ * split into modules
+
+- changes from version 1.9.2:
+ * readme changes
+
+- changes from version 1.9.1:
+ * [trivial] whitespace
+ * added future compatibilty with django
+ * require six>=1.4.0
+
+- changes from version 1.9.0:
+ * support junit testsuite properties.
+ * was confused about install_requires vs. tests_require
+ * slightly better test.
+ * remove boilerplate from djangotestrunner.py
+ * fix issue #34 after regression in commit
31a49f456af2c39937a9d363d36237f691c89aa9.
+
+- changes from version 1.8.0:
+ * Re-license under BSD ...
+ * On missing attributes, also search for it on the delegated stream.
+ * for python < 2.7 use unittest2.
+ * some basic check that XMLTestRunner is working
+ * fix issue #23, check filename using six.string_types.
+ * Fix unicode properly
+ * add six (python 2 to 3 compat) to requirements
+ * allow specific encoding for xml report
+ * Follow up from 668ad96a0faa687da2ccd0dcdce4c62cbdc07140 for individual
output.
+ * Store stdout/stderr on a class/output file basis rather than the
+ stdout/stderr from the entire test suite execution.
+ * Add support for the failfast option
+ * Correct support for ]]> in string passed to CDATA (github #48)
+ * This fixes an issue (#45) that causes a UnicodeDecodeError when
+ installing on Debian and Python 3.3. This patch is released under
+ the GNU LGPL v3.
+ * typo and bug-fixing
+ * Add Travis-CI badge (pull request #54)
+ * Add Travis-CI config file
+ * Removed reference to a specific Django version.
+ * Removed references to EasyInstall on README.
+ * Used `pip' instead of `easy_install' on snippet.
+ * Updated requirements to Python 2.7+.
+ * Updated example to a Python3-compatible one.
+
+- changes from version 1.7.0:
+ * Element name and type attribute switched.
+ * Add the test info wrapper object to the list.
+ * Fix `NameError`'s
+ * Fix attribute error.
+ * Make `addFailure` and `addError` unittest2 compatible.
+ * Use `unittest2` if available.
+ * Fix skipped tests expected behaviour.
+ * Include skipped test cases in the generated XML reports
+ * Include skipped expected failures and unexpected successes in console
report.
+ * Properly handle skipped tests.
+
+- changes from version 1.6.0:
+ * Fix #30. Drop references to TestCase instances.
+
+- changes from version 1.5.0:
+ * Add Skip to the results so we can have skipped tests within the same data
structure.
+ * PyLint + PEP-8 + Formatting.
+ * Add the needed version module.
+ * Allow runtime version information.
+
+-------------------------------------------------------------------
Old:
----
unittest-xml-reporting-1.4.3.tar.gz
New:
----
unittest-xml-reporting-1.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-unittest-xml-reporting.spec ++++++
--- /var/tmp/diff_new_pack.BniV0s/_old 2015-01-22 01:05:48.000000000 +0100
+++ /var/tmp/diff_new_pack.BniV0s/_new 2015-01-22 01:05:48.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-unittest-xml-reporting
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -11,22 +11,24 @@
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
+
Name: python3-unittest-xml-reporting
-Version: 1.4.3
+Version: 1.10.0
Release: 0
Url: http://github.com/danielfm/unittest-xml-reporting/tree/master/
Summary: PyUnit-based test runner with JUnit like XML reporting
-License: LGPL-3.0+
+License: BSD-3-Clause
Group: Development/Languages/Python
Source:
http://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-distribute
+BuildRequires: python3-six >= 1.4.0
Requires: python3-xml
BuildArch: noarch
@@ -47,7 +49,6 @@
%files
%defattr(-,root,root,-)
-%doc LICENSE README.markdown
%{python3_sitelib}/*
%changelog
++++++ unittest-xml-reporting-1.4.3.tar.gz ->
unittest-xml-reporting-1.10.0.tar.gz ++++++
++++ 2204 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]