Hello community,

here is the log from the commit of package python3-pytest for openSUSE:Factory 
checked in at 2014-01-07 16:47:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pytest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pytest"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pytest/python3-pytest.changes    
2013-08-01 16:02:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pytest.new/python3-pytest.changes       
2014-01-07 16:47:47.000000000 +0100
@@ -1,0 +2,53 @@
+Fri Jan  3 08:43:16 UTC 2014 - [email protected]
+
+- Update to 2.5.1: 
+  + merge new documentation styling PR from Tobias Bieniek.
+  + fix issue403: allow parametrize of multiple same-name functions within
+    a collection node.
+  + Allow parameterized fixtures to specify the ID of the parameters by
+    adding an ids argument to pytest.fixture() and pytest.yield_fixture().
+  + fix issue404 by always using the binary xml escape in the junitxml
+    plugin.
+  + fix issue407: fix addoption docstring to point to argparse instead of
+    optparse.
+  * 2.5.0:
+  + dropped python2.5 from automated release testing of pytest itself
+    which means it's probably going to break soon
+  + simplified and fixed implementation for calling finalizers when
+    parametrized fixtures or function arguments are involved.  finalization
+    is now performed lazily at setup time instead of in the "teardown phase".
+  + PR90: add --color=yes|no|auto option to force terminal coloring
+    mode ("auto" is default).
+  + fix issue319 - correctly show unicode in assertion errors. Also means
+    we depend on py>=1.4.19 now.
+  + fix issue396 - correctly sort and finalize class-scoped parametrized
+    tests independently from number of methods on the class.
+  + refix issue323 in a better way -- parametrization should now never
+    cause Runtime Recursion errors because the underlying algorithm
+    for re-ordering tests per-scope/per-fixture is not recursive
+    anymore
+  + fix issue290 - there is preliminary support now for parametrizing
+    with repeated same values (sometimes useful to to test if calling
+    a second time works as with the first time).
+  + close issue240 - document precisely how pytest module importing
+    works, discuss the two common test directory layouts, and how it
+    interacts with PEP420-namespace packages.
+  + fix issue246 fix finalizer order to be LIFO on independent fixtures
+    depending on a parametrized higher-than-function scoped fixture.
+    (was quite some effort so please bear with the complexity of
+    this sentence :)
+  + fix issue244 by implementing special index for parameters to only use
+    indices for paramentrized test ids
+  + fix issue287 by running all finalizers but saving the exception
+    from the first failing finalizer and re-raising it so teardown will
+    still have failed.  We reraise the first failing exception because
+    it might be the cause for other finalizers to fail.
+  + fix ordering when mock.patch or other standard decorator-wrappings
+    are used with test methods.  This fixues issue346 and should
+    help with random "xdist" collection failures.  Thanks to
+    Ronny Pfannschmidt and Donald Stufft for helping to isolate it.
+  + and many more, see CHANGELOG for details
+- require python3-py at least 1.4.19
+- mark /etc/alternatives/py.test as ghost file
+
+-------------------------------------------------------------------

Old:
----
  pytest-2.3.5.tar.gz

New:
----
  pytest-2.5.1.tar.gz

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

Other differences:
------------------
++++++ python3-pytest.spec ++++++
--- /var/tmp/diff_new_pack.JNI8ti/_old  2014-01-07 16:47:47.000000000 +0100
+++ /var/tmp/diff_new_pack.JNI8ti/_new  2014-01-07 16:47:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pytest
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pytest
-Version:        2.3.5
+Version:        2.5.1
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT
@@ -33,8 +33,8 @@
 # Documentation requirements:
 BuildRequires:  python3-Sphinx
 # Test requirements:
-BuildRequires:  python3-py
-Requires:       python3-py
+BuildRequires:  python3-py >= 1.4.19
+Requires:       python3-py >= 1.4.19
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
@@ -49,7 +49,7 @@
 * modular fixtures for managing small or parametrized long-lived test 
resources.
 * multi-paradigm support: you can use py.test to run test suites based on 
   unittest (or trial), nose,
-* single-source compatibility to Python2.4 all the way up to Python3.3, 
+* single-source compatibility to Python2.5 all the way up to Python3.3, 
   PyPy-1.9 and Jython-2.5.1, and
 * many external plugins.
 
@@ -89,8 +89,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.rst build/sphinx/html
+%doc LICENSE README.rst doc/build/html
 %ghost %{_bindir}/py.test
+%ghost %{_sysconfdir}/alternatives/py.test
 %{_bindir}/py.test-%{py3_ver}
 %{python3_sitelib}/*
 

++++++ pytest-2.3.5.tar.gz -> pytest-2.5.1.tar.gz ++++++
++++ 17411 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to