diff --git a/pytest-cov-2.5.1.tar.gz b/pytest-cov-2.5.1.tar.gz deleted file mode 100644 index 6b7552d412aaae0671178b2f425998ff4c5e7476..0000000000000000000000000000000000000000 Binary files a/pytest-cov-2.5.1.tar.gz and /dev/null differ diff --git a/pytest-cov-3.0.0.tar.gz b/pytest-cov-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5b3b861f4e7eb4ed4527c6f27c532c28127ee023 Binary files /dev/null and b/pytest-cov-3.0.0.tar.gz differ diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 8d82a06431cf689a1de8e8a706f9680f34369baf..55fe548569e2b99eb67ff9e742690387ab9265eb 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -1,12 +1,12 @@ %bcond_with test Name: python-pytest-cov -Version: 2.5.1 -Release: 8 +Version: 3.0.0 +Release: 1 Summary: Pytest plugin for measuring coverage License: MIT URL: https://pypi.org/project/pytest-cov/ -Source0: https://files.pythonhosted.org/packages/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz +Source0: https://files.pythonhosted.org/packages/61/41/e046526849972555928a6d31c2068410e47a31fb5ab0a77f868596811329/pytest-cov-3.0.0.tar.gz BuildArch: noarch @@ -40,7 +40,7 @@ All features offered by the coverage package should work, either through pytest- or through coverage’s config file. %prep -%autosetup -n pytest-cov-2.5.1 -p1 +%autosetup -n pytest-cov-3.0.0 -p1 %build %py3_build @@ -58,6 +58,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version} %{python3_sitelib}/* %changelog +* Tue Apr 26 2022 caodongxia - 3.0.0-1 +- update to 3.0.0 + * Fri 11 Sep 2020 wangyue - 2.5.1-8 - Remove python2-pytest-cov