Hello community,

here is the log from the commit of package python-testtools for 
openSUSE:Factory checked in at 2013-06-25 06:59:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testtools (Old)
 and      /work/SRC/openSUSE:Factory/.python-testtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testtools/python-testtools.changes        
2013-05-07 07:34:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-testtools.new/python-testtools.changes   
2013-06-25 06:59:40.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Jun 21 08:21:16 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:
----
  python3-testtools.changes
  python3-testtools.spec
  testtools-0.9.30.tar.gz

New:
----
  testtools-0.9.32.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-testtools.spec ++++++
--- /var/tmp/diff_new_pack.6RHuzG/_old  2013-06-25 06:59:41.000000000 +0200
+++ /var/tmp/diff_new_pack.6RHuzG/_new  2013-06-25 06:59:41.000000000 +0200
@@ -17,16 +17,20 @@
 
 
 Name:           python-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:  python-devel
+# Documentation requirements:
+BuildRequires:  python-Sphinx
+# Test requirements:
+BuildRequires:  python-extras
 BuildRequires:  python-python-mimeparse
+Requires:       python-extras
 Requires:       python-python-mimeparse
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -46,18 +50,18 @@
 
 %build
 python setup.py build
-cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation
+python setup.py build_sphinx
 
 %install
 python 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
-#python setup.py test
+%check
+python setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE NEWS README.rst doc/_build/html
-%{python_sitelib}/testtools*
+%doc LICENSE NEWS README.rst build/sphinx/html
+%{python_sitelib}/testtools
+%{python_sitelib}/testtools-%{version}-py%{py_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]

Reply via email to