diff --git a/%{pypi_name}-6.1.1.tar.gz b/pytest-cov-6.1.1.tar.gz similarity index 100% rename from %{pypi_name}-6.1.1.tar.gz rename to pytest-cov-6.1.1.tar.gz diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index f5f50e8017949af64ada347c171e3ea1c96eb06d..6f14475d8d22f7ef21c4d4b6c1615a7cf4ef3117 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -2,11 +2,11 @@ Name: python-pytest-cov Version: 6.1.1 -Release: 1 +Release: 2 Summary: Pytest plugin for measuring coverage License: MIT URL: https://github.com/pytest-dev/pytest-cov -Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}/pytest-cov-%{version}.tar.gz BuildArch: noarch @@ -64,6 +64,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version} %{python3_sitelib}/* %changelog +* Fri May 30 2025 Dongxing Wang - 6.1.1-2 +- Fix source name for build + * Sun Apr 20 2025 Dongxing Wang - 6.1.1-1 - Update package with version 6.1.1 Add note on security and add link to subprocess docs