Accepting request 206749 from devel:languages:python

Update (forwarded request 206748 from posophe)

OBS-URL: https://build.opensuse.org/request/show/206749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testrunner?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2013-11-14 07:43:53 +00:00 committed by Git OBS Bridge
commit 1f1173325e
4 changed files with 34 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6342e5bed81be6158af7905dd5a950aea899d6d8becdb815c29ec52e6011efad
size 241408

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef1614872a27902c7f8487a9eec63fd94ca3446ea40b8776ce96374399615192
size 252946