Hello community,

here is the log from the commit of package python-pytest-cov for 
openSUSE:Factory checked in at 2015-10-30 13:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-cov (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-cov.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-cov"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-cov/python-pytest-cov.changes      
2015-05-16 19:01:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest-cov.new/python-pytest-cov.changes 
2015-10-30 13:43:13.000000000 +0100
@@ -1,0 +2,35 @@
+Thu Oct 22 13:53:36 UTC 2015 - [email protected]
+
+- 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.
+- 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.
+- 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:
------------------
++++++ python-pytest-cov.spec ++++++
--- /var/tmp/diff_new_pack.h6Tw3K/_old  2015-10-30 13:43:13.000000000 +0100
+++ /var/tmp/diff_new_pack.h6Tw3K/_new  2015-10-30 13:43:13.000000000 +0100
@@ -17,20 +17,23 @@
 
 
 Name:           python-pytest-cov
-Version:        1.8.1
+Version:        2.2.0
 Release:        0
 Summary:        Pytest plugin for coverage reporting
 License:        MIT
 Group:          Development/Languages/Python
 Url:            https://github.com/schlamar/pytest-cov
 Source:         
https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
+BuildRequires:  python-coverage >= 3.7.1
 BuildRequires:  python-cov-core >= 1.14.0
 BuildRequires:  python-devel
 BuildRequires:  python-pytest >= 2.6.0
 BuildRequires:  python-setuptools
 # Test requirements:
+BuildRequires:  python-process-tests
 BuildRequires:  python-py >= 1.4.22
 BuildRequires:  python-virtualenv
+Requires:       python-coverage >= 3.7.1
 Requires:       python-cov-core >= 1.14.0
 Requires:       python-pytest >= 2.6.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -57,11 +60,13 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python test_pytest_cov.py
+pushd tests
+PYTHONPATH=%{buildroot}%{python_sitelib} python test_pytest_cov.py
+popd
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc AUTHORS.rst CHANGELOG.rst LICENSE README.rst
 %{python_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