Hello community, here is the log from the commit of package python3-testtools for openSUSE:Factory checked in at 2013-06-25 07:28:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-testtools (Old) and /work/SRC/openSUSE:Factory/.python3-testtools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-testtools" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-testtools/python3-testtools.changes 2013-06-21 19:09:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-testtools.new/python3-testtools.changes 2013-06-25 07:28:02.000000000 +0200 @@ -1,0 +2,16 @@ +Fri Jun 21 12:55:49 UTC 2013 - [email protected] + +- Use upstream URL +- Run testsuite +- Update to version 0.9.32: + + Stacktrace filtering no longer hides unittest frames that are surrounded by + user frames. We will reenable this when we figure out a better algorithm for + retaining meaning. (Robert Collins, #1188420) + + The compatibility code for skipped tests with unittest2 was broken. + (Robert Collins, #1190951) + + Various documentation improvements (Clint Byrum, Xiao Hanyu). +- Changes from version 0.9.31: + + ExpectedException now accepts a msg parameter for describing an error, + much the same as assertEquals etc. (Robert Collins) + +------------------------------------------------------------------- Old: ---- testtools-0.9.30.tar.gz New: ---- testtools-0.9.32.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-testtools.spec ++++++ --- /var/tmp/diff_new_pack.Q9zSJV/_old 2013-06-25 07:28:03.000000000 +0200 +++ /var/tmp/diff_new_pack.Q9zSJV/_new 2013-06-25 07:28:03.000000000 +0200 @@ -17,17 +17,21 @@ Name: python3-testtools -Version: 0.9.30 +Version: 0.9.32 Release: 0 Summary: Extensions to the Python Standard Library Unit Testing Framework License: MIT Group: Development/Languages/Python Url: https://launchpad.net/testtools Source: https://pypi.python.org/packages/source/t/testtools/testtools-%{version}.tar.gz -BuildRequires: python-Sphinx -BuildRequires: python3 BuildRequires: python3-devel -BuildRequires: python3-distribute +# Documentation requirements: +BuildRequires: python3-Sphinx +# Test requirements: +BuildRequires: python3-extras +BuildRequires: python3-python-mimeparse +Requires: python3-extras +Requires: python3-python-mimeparse BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -42,18 +46,18 @@ %build python3 setup.py build -cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation +python3 setup.py build_sphinx %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} -# There is a mistake in setup.cfg; test command has no catch option; disable it for instance -#%check -#python3 setup.py test +%check +python3 setup.py test %files %defattr(-,root,root,-) -%doc LICENSE NEWS README.rst doc/_build/html -%{python3_sitelib}/testtools* +%doc LICENSE NEWS README.rst build/sphinx/html +%{python3_sitelib}/testtools +%{python3_sitelib}/testtools-%{version}-py%{py3_ver}.egg-info %changelog ++++++ testtools-0.9.30.tar.gz -> testtools-0.9.32.tar.gz ++++++ ++++ 2139 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
