Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2014-10-09 12:52:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-31 10:04:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2014-10-09 12:52:11.000000000 +0200
@@ -1,0 +2,31 @@
+Sun Oct  5 15:15:06 UTC 2014 - [email protected]
+
+- Update to 2.6.3
+  - No longer show line numbers in the –verbose output, the output 
+    is now purely the nodeid. The line number is still shown in 
+    failure reports. Thanks Floris Bruynooghe.
+  - fix issue437 where assertion rewriting could cause pytest-xdist
+    slaves to collect different tests. 
+    Thanks Bruno Oliveira.
+  - fix issue555: add “errors” attribute to capture-streams to 
+    satisfy some distutils and possibly other code accessing sys.stdout.errors.
+  - fix issue547 capsys/capfd also work when output capturing (“-s”) 
+    is disabled.
+  - address issue170: allow pytest.mark.xfail(...) to specify expected 
+    exceptions via an optional “raises=EXC” argument where EXC can be 
+    a single exception or a tuple of exception classes. 
+    Thanks David Mohr for the complete PR.
+  - fix integration of pytest with unittest.mock.patch decorator when 
+    it uses the “new” argument. 
+    Thanks Nicolas Delaby for test and PR.
+  - fix issue with detecting conftest files if the arguments contain 
+    ”::” node id specifications (copy pasted from “-v” output)
+  - fix issue544 by only removing “@NUM” at the end of ”::” separated 
+    parts and if the part has an ”.py” extension  don’t use py.std 
+    import helper, rather import things directly. 
+    Thanks Bruno Oliveira.
+
+See for other releases: http://pytest.org/latest/changelog.html
+
+
+-------------------------------------------------------------------

Old:
----
  pytest-2.6.0.tar.gz

New:
----
  pytest-2.6.3.tar.gz

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

Other differences:
------------------
++++++ python-pytest.spec ++++++
--- /var/tmp/diff_new_pack.EoJCd2/_old  2014-10-09 12:52:12.000000000 +0200
+++ /var/tmp/diff_new_pack.EoJCd2/_new  2014-10-09 12:52:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-pytest
-Version:        2.6.0
+Version:        2.6.3
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT

++++++ pytest-2.6.0.tar.gz -> pytest-2.6.3.tar.gz ++++++
++++ 5773 lines of diff (skipped)

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

Reply via email to