Hello community,

here is the log from the commit of package python3-pytest for openSUSE:Factory 
checked in at 2016-11-17 12:22:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-doc.changes        
2016-09-20 13:24:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pytest.new/python3-pytest-doc.changes   
2016-11-17 12:22:03.000000000 +0100
@@ -1,0 +2,53 @@
+Tue Nov 15 03:17:21 UTC 2016 - [email protected]
+
+- update to version 3.0.4:
+  * Import errors when collecting test modules now display the full
+    traceback (#1976). Thanks @cwitty for the report and @nicoddemus
+    for the PR.
+  * Fix confusing command-line help message for custom options with
+    two or more metavar properties (#2004). Thanks @okulynyak and
+    @davehunt for the report and @nicoddemus for the PR.
+  * When loading plugins, import errors which contain non-ascii
+    messages are now properly handled in Python 2 (#1998). Thanks
+    @nicoddemus for the PR.
+  * Fixed cyclic reference when pytest.raises is used in
+    context-manager form (#1965). Also as a result of this fix,
+    sys.exc_info() is left empty in both context-manager and function
+    call usages. Previously, sys.exc_info would contain the exception
+    caught by the context manager, even when the expected exception
+    occurred. Thanks @MSeifert04 for the report and the PR.
+  * Fixed false-positives warnings from assertion rewrite hook for
+    modules that were rewritten but were later marked explicitly by
+    pytest.register_assert_rewrite or implicitly as a plugin
+    (#2005). Thanks @RonnyPfannschmidt for the report and @nicoddemus
+    for the PR.
+  * Report teardown output on test failure (#442). Thanks @matclab or
+    the PR.
+  * Fix teardown error message in generated xUnit XML. Thanks
+    @gdyuldin or the PR.
+  * Properly handle exceptions in multiprocessing tasks
+    (#1984). Thanks @adborden for the report and @nicoddemus for the
+    PR.
+  * Clean up unittest TestCase objects after tests are complete
+    (#1649). Thanks @d_b_w for the report and PR.
+
+-------------------------------------------------------------------
+Fri Sep 30 15:05:03 UTC 2016 - [email protected]
+
+- update to version 3.0.3:
+  * The ids argument to parametrize again accepts unicode strings in
+    Python 2 (#1905). Thanks @philpep for the report and @nicoddemus
+    for the PR.
+  * Assertions are now being rewritten for plugins in development mode
+    (pip install -e) (#1934). Thanks @nicoddemus for the PR.
+  * Fix pkg_resources import error in Jython projects (#1853). Thanks
+    @raquel-ucl for the PR.
+  * Got rid of AttributeError: 'Module' object has no attribute '_obj'
+    exception in Python 3 (#1944). Thanks @axil for the PR.
+  * Explain a bad scope value passed to @fixture declarations or a
+    MetaFunc.parametrize() call. Thanks @tgoodlet for the PR.
+  * This version includes pluggy-0.4.0, which correctly handles
+    VersionConflict errors in plugins (#704). Thanks @nicoddemus for
+    the PR.
+
+-------------------------------------------------------------------
python3-pytest.changes: same change

Old:
----
  pytest-3.0.2.tar.gz

New:
----
  pytest-3.0.4.tar.gz

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

Other differences:
------------------
++++++ python3-pytest-doc.spec ++++++
--- /var/tmp/diff_new_pack.drVG6d/_old  2016-11-17 12:22:04.000000000 +0100
+++ /var/tmp/diff_new_pack.drVG6d/_new  2016-11-17 12:22:04.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pytest-doc
-Version:        3.0.2
+Version:        3.0.4
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT
@@ -33,9 +33,9 @@
 # mock is built-in for python 3.4
 BuildRequires:  python3-mock
 %endif
+BuildRequires:  python3-PyYAML
 BuildRequires:  python3-hypothesis
 BuildRequires:  python3-nose
-BuildRequires:  python3-PyYAML
 BuildRequires:  python3-pytest
 BuildArch:      noarch
 

++++++ python3-pytest.spec ++++++
--- /var/tmp/diff_new_pack.drVG6d/_old  2016-11-17 12:22:04.000000000 +0100
+++ /var/tmp/diff_new_pack.drVG6d/_new  2016-11-17 12:22:04.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pytest
-Version:        3.0.2
+Version:        3.0.4
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT

++++++ pytest-3.0.2.tar.gz -> pytest-3.0.4.tar.gz ++++++
++++ 2981 lines of diff (skipped)


Reply via email to