From 99372b79492d1d5f95c87bc56ec655c0eaa37380f986dc1a65452fd288279af2 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Wed, 13 Nov 2013 13:28:26 +0000 Subject: [PATCH] Accepting request 206748 from home:posophe:branches:devel:languages:python Update OBS-URL: https://build.opensuse.org/request/show/206748 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=7 --- python-zope.testrunner.changes | 23 +++++++++++++++++++++++ python-zope.testrunner.spec | 11 ++++++++--- zope.testrunner-4.3.3.zip | 3 --- zope.testrunner-4.4.1.zip | 3 +++ 4 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 zope.testrunner-4.3.3.zip create mode 100644 zope.testrunner-4.4.1.zip diff --git a/python-zope.testrunner.changes b/python-zope.testrunner.changes index 4d36e1f..ed5d2fc 100644 --- a/python-zope.testrunner.changes +++ b/python-zope.testrunner.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Nov 13 13:08:41 UTC 2013 - p.drouand@gmail.com + +- 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 + ------------------------------------------------------------------- Thu Oct 24 11:18:03 UTC 2013 - speilicke@suse.com diff --git a/python-zope.testrunner.spec b/python-zope.testrunner.spec index 27802e4..421847c 100644 --- a/python-zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -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: unzip #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 @@ python setup.py build %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 diff --git a/zope.testrunner-4.3.3.zip b/zope.testrunner-4.3.3.zip deleted file mode 100644 index 7c1ed2c..0000000 --- a/zope.testrunner-4.3.3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6342e5bed81be6158af7905dd5a950aea899d6d8becdb815c29ec52e6011efad -size 241408 diff --git a/zope.testrunner-4.4.1.zip b/zope.testrunner-4.4.1.zip new file mode 100644 index 0000000..c366525 --- /dev/null +++ b/zope.testrunner-4.4.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1614872a27902c7f8487a9eec63fd94ca3446ea40b8776ce96374399615192 +size 252946