Hello community, here is the log from the commit of package python-pytest-cov for openSUSE:Factory checked in at 2018-11-08 09:39:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-cov (Old) and /work/SRC/openSUSE:Factory/.python-pytest-cov.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-cov" Thu Nov 8 09:39:40 2018 rev:9 rq:644866 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-cov/python-pytest-cov.changes 2017-10-07 17:47:13.152393909 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-cov.new/python-pytest-cov.changes 2018-11-08 09:39:42.553714310 +0100 @@ -1,0 +2,16 @@ +Fri Oct 26 13:25:08 UTC 2018 - Ondřej Súkup <[email protected]> + +- update to 2.6.0 +- cleanup deps + * Dropped support for Python < 3.4, Pytest < 3.5 and Coverage < 4.4 + * Fixed some documentation formatting. + * Added an example with addopts in documentation. + * Fixed TypeError: 'NoneType' object is not iterable in certain xdist configurations. + * Added a no_cover marker and fixture. + * Fixed broken no_cover check when running doctests. + * Fixed various issues with path normalization in reports + (when combining coverage data from parallel mode). + * Report generation failures don't raise exceptions anymore. + A warning will be logged instead. + +------------------------------------------------------------------- Old: ---- pytest-cov-2.5.1.tar.gz New: ---- pytest-cov-2.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-cov.spec ++++++ --- /var/tmp/diff_new_pack.I4YVyn/_old 2018-11-08 09:39:42.977713821 +0100 +++ /var/tmp/diff_new_pack.I4YVyn/_new 2018-11-08 09:39:42.981713817 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-cov # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,32 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-cov -Version: 2.5.1 +Version: 2.6.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.io/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz -BuildRequires: %{python_module cov-core >= 1.14.0} -BuildRequires: %{python_module coverage >= 3.7.1} -BuildRequires: %{python_module devel} -BuildRequires: %{python_module process-tests} -BuildRequires: %{python_module py >= 1.4.22} -BuildRequires: %{python_module pytest >= 2.6.0} +URL: https://github.com/schlamar/pytest-cov +Source: https://files.pythonhosted.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module virtualenv} +BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-cov-core >= 1.14.0 -Requires: python-coverage >= 3.7.1 -Requires: python-pytest >= 2.6.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: python-coverage >= 4.4 +Requires: python-pytest >= 2.9.0 BuildArch: noarch %python_subpackages @@ -57,14 +49,11 @@ %install %python_install - -# could not fix this -#%%check -#%%python_expand PYTHONPATH=%%{buildroot}%%{$python_sitelib}:$PWD/tests %%python_exec %%{_bindir}/py.test +%python_expand %fdupes %{buildroot}%{$python_sitelib}/ %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS.rst CHANGELOG.rst LICENSE README.rst +%license LICENSE +%doc AUTHORS.rst CHANGELOG.rst README.rst %{python_sitelib}/pytest-cov.pth %{python_sitelib}/pytest_cov %{python_sitelib}/pytest_cov-%{version}-py%{python_version}.egg-info ++++++ pytest-cov-2.5.1.tar.gz -> pytest-cov-2.6.0.tar.gz ++++++ ++++ 2909 lines of diff (skipped)
