Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2014-03-18 13:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes      
2014-01-30 17:44:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2014-03-18 13:38:23.000000000 +0100
@@ -1,0 +2,21 @@
+Wed Mar 12 16:09:57 UTC 2014 - speili...@suse.com
+
+- Update to version 2.5.2:
+  - fix issue409 -- better interoperate with cx_freeze by not
+    trying to import from collections.abc which causes problems 
+    for py27/cx_freeze.  Thanks Wolfgang L. for reporting and tracking it down.
+  - fixed docs and code to use "pytest" instead of "py.test" almost everywhere.
+    Thanks Jurko Gospodnetic for the complete PR.  
+  - fix issue425: mention at end of "py.test -h" that --markers
+    and --fixtures work according to specified test path (or current dir)
+  - fix issue413: exceptions with unicode attributes are now printed
+    correctly also on python2 and with pytest-xdist runs. (the fix
+    requires py-1.4.20)
+  - copy, cleanup and integrate py.io capture
+    from pylib 1.4.20.dev2 (rev 13d9af95547e)
+  - address issue416: clarify docs as to conftest.py loading semantics
+  - fix issue429: comparing byte strings with non-ascii chars in assert
+    expressions now work better.  Thanks Floris Bruynooghe.
+  - make capfd/capsys.capture private, its unused and shouldnt be exposed
+
+-------------------------------------------------------------------

Old:
----
  pytest-2.5.1.tar.gz

New:
----
  pytest-2.5.2.tar.gz

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

Other differences:
------------------
++++++ python-pytest.spec ++++++
--- /var/tmp/diff_new_pack.61Lrto/_old  2014-03-18 13:38:24.000000000 +0100
+++ /var/tmp/diff_new_pack.61Lrto/_new  2014-03-18 13:38:24.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-pytest
-Version:        2.5.1
+Version:        2.5.2
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT
@@ -30,8 +30,8 @@
 # Documentation requirements:
 BuildRequires:  python-Sphinx
 # Test requirements:
-BuildRequires:  python-py >= 1.4.19
-Requires:       python-py >= 1.4.19
+BuildRequires:  python-py >= 1.4.20
+Requires:       python-py >= 1.4.20
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

++++++ pytest-2.5.1.tar.gz -> pytest-2.5.2.tar.gz ++++++
++++ 6854 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