Hello community,

here is the log from the commit of package python-testtools for 
openSUSE:Factory checked in at 2014-09-17 17:26:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2014-01-29 22:22:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-testtools.new/python-testtools.changes   
2014-09-17 17:27:24.000000000 +0200
@@ -1,0 +2,43 @@
+Tue Sep 16 06:17:46 UTC 2014 - tbecht...@suse.com
+
+- update to version 1.1.0:
+  * Exceptions in a ``fixture.getDetails`` method will no longer mask errors
+    raised from the same fixture's ``setUp`` method.
+    (Robert Collins, #1368440)
+  * Fix a long-standing bug where tearDown and cleanUps would not be called if
+    the test run was interrupted. This should fix leaking external resources
+    from interrupted tests.
+    (Robert Collins, #1364188)
+  * Fix a long-standing bug where calling sys.exit(0) from within a test would
+    cause the test suite to exit with 0, without reporting a failure of that
+    test. We still allow the test suite to be exited (since catching higher
+    order exceptions requires exceptional circumstances) but we now call a
+    last-resort handler on the TestCase, resulting in an error being
+    reported for the test.
+    (Robert Collins, #1364188)
+  * Fix an issue where tests skipped with the ``skip``* family of decorators
+    would still have their ``setUp`` and ``tearDown`` functions called.
+    (Thomi Richards, #https://github.com/testing-cabal/testtools/issues/86)
+  * We have adopted a formal backwards compatibility statement (see 
hacking.rst)
+    (Robert Collins)
+  * _jython_aware_splitext was not defined entirely compatibly.
+    (Robert Collins, #https://github.com/testing-cabal/testtools/issues/100)
+  * Discovery import error detection wasn't implemented for python 2.6 (the
+    'discover' module). (Robert Collins)
+  * Discovery now executes load_tests (if present) in __init__ in all packages.
+    (Robert Collins, http://bugs.python.org/issue16662)
+  * ``stdout`` is now correctly honoured on ``run.TestProgram`` - before the
+    runner objects would be created with no stdout parameter. If construction
+    fails, the previous parameter list is attempted, permitting compatibility
+    with Runner classes that don't accept stdout as a parameter.
+    (Robert Collins)
+  * The ``ExtendedToStreamDecorator`` now handles content objects with one less
+    packet - the last packet of the source content is sent with EOF set rather
+    than an empty packet with EOF set being sent after the last packet of the
+    source content. (Robert Collins)
+  * Error if ``setUp`` or ``tearDown`` are called twice.
+    (Robert Collins, #882884)
+  * Make testtools compatible with the ``unittest.expectedFailure`` decorator 
in
+    Python 3.4. (Thomi Richards)
+
+-------------------------------------------------------------------

Old:
----
  testtools-0.9.35.tar.gz

New:
----
  testtools-1.1.0.tar.gz

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

Other differences:
------------------
++++++ python-testtools.spec ++++++
--- /var/tmp/diff_new_pack.SOm1vk/_old  2014-09-17 17:27:25.000000000 +0200
+++ /var/tmp/diff_new_pack.SOm1vk/_new  2014-09-17 17:27:25.000000000 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests 
 
 Name:           python-testtools
-Version:        0.9.35
+Version:        1.1.0
 Release:        0
 Summary:        Extensions to the Python Standard Library Unit Testing 
Framework
 License:        MIT

++++++ testtools-0.9.35.tar.gz -> testtools-1.1.0.tar.gz ++++++
++++ 2068 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to