Hello community,
here is the log from the commit of package python-zope.testrunner for
openSUSE:Factory checked in at 2013-11-14 08:43:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.testrunner (Old)
and /work/SRC/openSUSE:Factory/.python-zope.testrunner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.testrunner"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.testrunner/python-zope.testrunner.changes
2013-10-25 11:37:10.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.testrunner.new/python-zope.testrunner.changes
2013-11-14 08:43:55.000000000 +0100
@@ -1,0 +2,23 @@
+Wed Nov 13 13:08:41 UTC 2013 - [email protected]
+
+- Update to version 4.4.1
+ + Updated boostrap.py to version 2.2.
+ + Fix nondeterministic test failures on Python 3.3
+ + Tear down layers after post_mortem debugging is finished.
+ + Fix tests that write to source directory, it might be read-only.
+- Changes from 4.4.0
+ + Fix tests selection when the negative "!" pattern is used several times
+ (LP #1160965)
+ + Moved tests into a 'tests' subpackage.
+ + Made python -m zope.testrunner work again.
+ + Support 'skip' feature of unittest2 (which became the new unittest in
Python 2.7).
+ + Better diagnostics when communication with subprocess fails
+ (https://github.com/zopefoundation/zope.testrunner/issues/5).
+ + Do not break subprocess execution when the test suite changes the working
+ directory (https://github.com/zopefoundation/zope.testrunner/issues/6).
+ + Count test module import errors as errors (LP #1026576).
+- Add python-unittest2 and python-zope.interface commented BuildRequires;
+ these are new requirements for test but there are still broken
+- Add fdupes BuildRequires and use fdupes to remove duplicate files
+
+-------------------------------------------------------------------
Old:
----
zope.testrunner-4.3.3.zip
New:
----
zope.testrunner-4.4.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.testrunner.spec ++++++
--- /var/tmp/diff_new_pack.ovu3wb/_old 2013-11-14 08:43:55.000000000 +0100
+++ /var/tmp/diff_new_pack.ovu3wb/_new 2013-11-14 08:43:55.000000000 +0100
@@ -17,13 +17,14 @@
Name: python-zope.testrunner
-Version: 4.3.3
+Version: 4.4.1
Release: 0
Summary: Zope testrunner script
License: ZPL-2.1
Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/zope.testrunner
-Source:
http://pypi.python.org/packages/source/z/zope.testrunner/zope.testrunner-%{version}.zip
+Source:
https://pypi.python.org/packages/source/z/zope.testrunner/zope.testrunner-%{version}.zip
+BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: unzip
@@ -31,6 +32,8 @@
#BuildRequires: python-python-subunit
#BuildRequires: python-six
#BuildRequires: python-testtools
+#BuildRequires: python-unittest2
+#BuildRequires: python-zope.interface
#BuildRequires: python-zope.testing
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -50,9 +53,11 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# Remove duplicate files
+%fdupes -s %{buildroot}%{python_sitelib}
#NOTE(saschpe): Check failing tests
-#%%check
+#%check
#python setup.py test
%files
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]