Update to version 4.0.0 (#2130722)

epel9^2
chedi toueiti 2 years ago
parent 08689d4904
commit e9c83360fb

1
.gitignore vendored

@ -16,3 +16,4 @@
/pytest-cov-2.11.1.tar.gz
/pytest-cov-2.12.1.tar.gz
/pytest-cov-3.0.0.tar.gz
/pytest-cov-4.0.0.tar.gz

@ -23,7 +23,7 @@ pytest-covs command line options or through coverages config file.
%bcond_without tests
Name: python-%{srcname}
Version: 3.0.0
Version: 4.0.0
%forgemeta
Release: %autorelease
Summary: Coverage plugin for pytest
@ -31,11 +31,6 @@ License: MIT
URL: %{forgeurl}
Source: %{forgesource}
BuildArch: noarch
# This fix adjusts the coverage test strings to work with 6.2,
# but they also work with older coverage versions as well.
Patch: pytest-cov-3.0.0-coverage-6.2.patch
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
@ -43,7 +38,6 @@ BuildRequires: pyproject-rpm-macros
%package -n python3-%{srcname}
Summary: %{summary}
%description -n python3-%{srcname} %{common_description}
%prep

@ -1 +1 @@
SHA512 (pytest-cov-3.0.0.tar.gz) = 47700d477633bf810b4e3609cfb05314800b995b7b06245681b0905cf2a44f7cd1c4dc137d3dfed6fdca210c3d516fc31e3de23f0d8d5514ef1c437706a9466c
SHA512 (pytest-cov-4.0.0.tar.gz) = bbc2ce3c6e6541dad3122a2af3cf33456fcfdeebd9ad31fe216b77f1ac2f7abf1ed1ed583f186bea88b8a9cf754500e929263eb8d635fd55e4f3615ed107b49c

Loading…
Cancel
Save