Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2015-11-16 18:51:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pytest-cov"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes    
2015-01-12 09:49:41.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
    2015-11-16 18:51:04.000000000 +0100
@@ -1,0 +2,47 @@
+Fri Oct 23 04:30:13 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * added python3-process-tests as requirement
+  * set PYTHONPATH to include new package for tests
+  * added AUTHORS.rst CHANGELOG.rst, renamed LICENSE.txt->LICENSE
+
+-------------------------------------------------------------------
+Sun Oct  4 19:23:56 UTC 2015 - a...@gmx.de
+
+- update to version 2.2.0:
+  * Added support for changing working directory in tests. Previously
+    changing working directory would disable coverage measurements in
+    suprocesses.
+  * Fixed broken handling for --cov-report=annotate.
+
+-------------------------------------------------------------------
+Sun Sep 27 01:44:34 UTC 2015 - a...@gmx.de
+
+- update to version 2.1.0:
+  * Added support for coverage 4.0b2.
+  * Added the --cov-append command line options. Contributed by
+    Christian Ledermann in PR#80.
+
+-------------------------------------------------------------------
+Sat Aug 15 03:02:37 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updaet location of test file in %check
+
+- update to version 2.0.0:
+  * Added "--cov-fail-under", akin to the new "fail_under" option in 
`coverage-4.0`
+    (automatically activated if there's a "[report] fail_under = ..." in 
".coveragerc").
+  * Changed "--cov-report=term" to automatically upgrade to 
"--cov-report=term-missing"
+    if there's "[run] show_missing = True" in ".coveragerc".
+  * Changed "--cov" so it can be used with no path argument (in wich case the 
source
+    settings from ".coveragerc" will be used instead).
+  * Fixed `.pth` installation to work in all cases (install, easy_install, 
wheels, develop etc).
+  * Fixed `.pth` uninstallation to work for wheel installs.
+  * Support for coverage 4.0.
+  * Data file suffixing changed to use coverage's "data_suffix=True" option 
(instead of the
+    custom suffixing).
+  * Avoid warning about missing coverage data (just like 
"coverage.control.process_startup").
+  * Fixed a race condition when running with xdist (all the workers tried to 
combine the files).
+    It's possible that this issue is not present in `pytest-cov 1.8.X`.
+
+-------------------------------------------------------------------

Old:
----
  pytest-cov-1.8.1.tar.gz

New:
----
  pytest-cov-2.2.0.tar.gz

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

Other differences:
------------------
++++++ python3-pytest-cov.spec ++++++
--- /var/tmp/diff_new_pack.yKAsnL/_old  2015-11-16 18:51:05.000000000 +0100
+++ /var/tmp/diff_new_pack.yKAsnL/_new  2015-11-16 18:51:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pytest-cov
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pytest-cov
-Version:        1.8.1
+Version:        2.2.0
 Release:        0
 Summary:        Pytest plugin for coverage reporting
 License:        MIT
@@ -29,6 +29,7 @@
 BuildRequires:  python3-pytest >= 2.2.3
 BuildRequires:  python3-setuptools
 # Test requirements:
+BuildRequires:  python3-process-tests
 BuildRequires:  python3-py
 BuildRequires:  python3-virtualenv
 Requires:       python3-cov-core >= 1.14
@@ -52,11 +53,12 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python3 test_pytest_cov.py
+export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
+python3 tests/test_pytest_cov.py
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc LICENSE README.rst AUTHORS.rst CHANGELOG.rst
 %{python3_sitelib}/*
 
 %changelog

++++++ pytest-cov-1.8.1.tar.gz -> pytest-cov-2.2.0.tar.gz ++++++
++++ 4844 lines of diff (skipped)


Reply via email to