Hello community,

here is the log from the commit of package python3-pytest for openSUSE:Factory 
checked in at 2014-10-06 22:05:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2014-07-31 21:50:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pytest.new/python3-pytest.changes       
2014-10-06 22:05:16.000000000 +0200
@@ -1,0 +2,30 @@
+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:
------------------
++++++ python3-pytest.spec ++++++
--- /var/tmp/diff_new_pack.KvGNTP/_old  2014-10-06 22:05:17.000000000 +0200
+++ /var/tmp/diff_new_pack.KvGNTP/_new  2014-10-06 22:05:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-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