Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-cov for
openSUSE:Factory checked in at 2025-07-02 12:07:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-cov (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-cov.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-cov"
Wed Jul 2 12:07:14 2025 rev:33 rq:1289703 version:6.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-cov/python-pytest-cov.changes
2024-05-16 17:13:16.939805730 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-cov.new.7067/python-pytest-cov.changes
2025-07-02 12:07:21.413342405 +0200
@@ -1,0 +2,21 @@
+Wed Jul 2 02:18:36 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 6.2.1:
+ * Added a version requirement for pytest's pluggy dependency.
+ * Removed deprecated license classifier (packaging).
+ * The plugin now adds 3 rules in the filter warnings configuration to
+ prevent common coverage warnings being raised as obscure errors.
+ * Fixed breakage that occurs when ``--cov-context`` and the ``no_cover``
+ marker are used together.
+ * Change terminal output to use full width lines for the coverage header.
+ * Removed unnecessary CovFailUnderWarning.
+ * Fixed the term report not using the precision specified via
+ ``--cov-precision``.
+ * Changed fail under checks to use the precision set in the coverage
+ configuration.
+ * Added a ``--cov-precision`` cli option that can override the value set
+ in your coverage configuration.
+ * Dropped support for now EOL Python 3.8.
+- Drop patch support-coverage-75.patch, included upstream.
+
+-------------------------------------------------------------------
Old:
----
pytest-cov-5.0.0.tar.gz
support-coverage-75.patch
New:
----
pytest_cov-6.2.1.tar.gz
----------(Old B)----------
Old: * Dropped support for now EOL Python 3.8.
- Drop patch support-coverage-75.patch, included upstream.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-cov.spec ++++++
--- /var/tmp/diff_new_pack.sotAuL/_old 2025-07-02 12:07:22.145372991 +0200
+++ /var/tmp/diff_new_pack.sotAuL/_new 2025-07-02 12:07:22.149373159 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-cov
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,29 +26,29 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pytest-cov%{psuffix}
-Version: 5.0.0
+Version: 6.2.1
Release: 0
Summary: Pytest plugin for coverage reporting
License: MIT
URL: https://github.com/pytest-dev/pytest-cov
-Source:
https://files.pythonhosted.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gh#pytest-dev/pytest-cov#643
-Patch0: support-coverage-75.patch
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-cov/pytest_cov-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
%if %{with test}
-BuildRequires: %{python_module coverage >= 5.2.1}
+BuildRequires: %{python_module coverage >= 7.5}
BuildRequires: %{python_module fields}
BuildRequires: %{python_module process-tests}
-BuildRequires: %{python_module pytest >= 4.6.0}
+BuildRequires: %{python_module pytest >= 6.2.5}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module virtualenv}
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-coverage >= 5.2.1
-Requires: python-pytest >= 4.6.0
+Requires: python-coverage >= 7.5
+Requires: python-pluggy >= 1.2
+Requires: python-pytest >= 6.2.5
BuildArch: noarch
%python_subpackages
@@ -61,7 +61,7 @@
through pytest-cov or through coverage's config file.
%prep
-%autosetup -p1 -n pytest-cov-%{version}
+%autosetup -p1 -n pytest_cov-%{version}
%build
%pyproject_wheel