From 542d347800e666cc7db07f9a7274e481d19bd232 Mon Sep 17 00:00:00 2001 From: Sinong Chen Date: Thu, 31 Jul 2025 10:55:30 +0800 Subject: [PATCH] fix source url for auto upgrade to new versions --- python-pytest-cov.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 4b0dca7..4556bae 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -19,10 +19,10 @@ options or through coverage’s config file.} Summary: Coverage plugin for pytest Name: python-%{srcname} Version: 4.1.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: https://github.com/pytest-dev/pytest-cov -Source0: %{url}/pytest-cov/archive/refs/tags/v%{version}.tar.gz#/pytest-cov-%{version}.tar.gz +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/pytest-cov-%{version}.tar.gz BuildRequires: python3-devel pyproject-rpm-macros @@ -70,6 +70,9 @@ EOF %{python3_sitelib}/%{srcname}.pth %changelog +* Thu Jul 31 2025 Sinong Chen - 4.1.0-4 +- Fix source url for auto upgrade to new versions + * Thu Sep 26 2024 OpenCloudOS Release Engineering - 4.1.0-3 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream -- Gitee