Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2018-09-10 12:36:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest"

Mon Sep 10 12:36:11 2018 rev:40 rq:633516 version:3.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest-doc.changes  
2018-08-08 14:45:50.872797072 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest-doc.changes     
2018-09-10 12:36:13.830258286 +0200
@@ -1,0 +2,39 @@
+Tue Sep  4 12:55:25 UTC 2018 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 3.7.4
+- drop 0001-Use-unittest.mock-if-is-only-aviable.patch
+ * Fix possible infinite recursion when writing .pyc files
+ * Cache plugin now obeys the -q flag when --last-failed and
+     --failed-first flags are used.
+ * Fix bad console output when using console_output_style=classic
+ * Fixtures during teardown can again use capsys and capfd to inspect
+     output captured during tests.
+ * Fix bugs where unicode arguments could not be passed to testdir.runpytest
+     on Python 2.
+ * Fix double collection of tests within packages when the filename starts
+     with a capital letter
+ * Fix collection error when specifying test functions directly in the command
+     line using test.py::test syntax together with --doctest-modules
+  * Fix stdout/stderr not getting captured when real-time cli logging is 
active.
+  * Fix bug where --show-capture=no option would still show logs printed during
+     fixture teardown.
+  * Fix issue where teardown of fixtures of consecutive sub-packages were
+     executed once, at the end of the outer package.
+
+-------------------------------------------------------------------
+Wed Aug 22 14:42:56 UTC 2018 - mimi...@gmail.com
+
+- update to 3.7.2
+- add 0001-Use-unittest.mock-if-is-only-aviable.patch
+ * Fix filterwarnings not being registered as a builtin mark.
+ * Fix test collection from packages mixed with normal directories.
+ * Fix infinite recursion during collection if a pytest_ignore_collect
+    hook returns False instead of None.
+ * Fix bug where decorated fixtures would lose functionality
+ * Fix bug where importing modules or other objects with prefix pytest_ prefix
+    would raise a PluginValidationError.
+ * Fix AttributeError during teardown of TestCase subclasses which raise
+    an exception during __init__.
+ * Fix traceback reporting for exceptions with __cause__ cycles.
+
+-------------------------------------------------------------------
python-pytest.changes: same change

Old:
----
  pytest-3.7.1.tar.gz

New:
----
  pytest-3.7.4.tar.gz

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

Other differences:
------------------
++++++ python-pytest-doc.spec ++++++
--- /var/tmp/diff_new_pack.u5QZT5/_old  2018-09-10 12:36:15.094256415 +0200
+++ /var/tmp/diff_new_pack.u5QZT5/_new  2018-09-10 12:36:15.094256415 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-doc
-Version:        3.7.1
+Version:        3.7.4
 Release:        0
 Summary:        Documentation for python-pytest, a testing tool with 
autodiscovery
 License:        MIT

++++++ python-pytest.spec ++++++
--- /var/tmp/diff_new_pack.u5QZT5/_old  2018-09-10 12:36:15.110256391 +0200
+++ /var/tmp/diff_new_pack.u5QZT5/_new  2018-09-10 12:36:15.114256385 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest
-Version:        3.7.1
+Version:        3.7.4
 Release:        0
 Summary:        Python testing tool with autodiscovery and detailed asserts
 License:        MIT
@@ -33,7 +33,6 @@
 Requires:       python-more-itertools >= 4.0.0
 Requires:       python-pluggy >= 0.7
 Requires:       python-py >= 1.5.0
-#/usr/bin/py.test imports pkg_resources
 Requires:       python-setuptools
 Requires:       python-six >= 1.10.0
 Requires(post): update-alternatives

++++++ pytest-3.7.1.tar.gz -> pytest-3.7.4.tar.gz ++++++
++++ 5996 lines of diff (skipped)


Reply via email to