diff --git a/pytest-cov-6.2.1.tar.gz b/pytest-cov-6.2.1.tar.gz deleted file mode 100644 index 3c5c4ba3b8f567ae796409a68c32a6e23cd0dce2..0000000000000000000000000000000000000000 Binary files a/pytest-cov-6.2.1.tar.gz and /dev/null differ diff --git a/pytest-cov-7.0.0.tar.gz b/pytest-cov-7.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7395cc45f965571f907d3388ab3c3dacdc4b2132 Binary files /dev/null and b/pytest-cov-7.0.0.tar.gz differ diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 5bbff343ff5a6236a3258877c02134611031ec83..72556525e1c70fbc6b2611c7aea5e2bed60846de 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -1,7 +1,7 @@ %bcond_with test Name: python-pytest-cov -Version: 6.2.1 +Version: 7.0.0 Release: 1 Summary: Pytest plugin for measuring coverage License: MIT @@ -15,6 +15,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling +BuildRequires: python3-hatch-fancy-pypi-readme %description This plugin produces coverage reports. Compared to just using coverage run this plugin does some extras: @@ -64,6 +65,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version} %{python3_sitelib}/* %changelog +* Wed Sep 24 2025 Yu Peng - 7.0.0-1 +- Upgrade to 7.0.0 + * Dropped support for subprocesses measurement. + * Switched packaging to have metadata completely in pyproject.toml and use hatchling for building. + * Removed some not really necessary testing deps like six. + * Fri Jul 4 2025 Dongxing Wang - 6.2.1-1 - Update package to version 6.2.1 Prevent unimported warnings @ pytest-xdist workers ref