From 9f29b4f0ce1b3abad89e45e1bc4e09c880a1c117 Mon Sep 17 00:00:00 2001 From: Sinong Chen Date: Thu, 31 Jul 2025 15:29:39 +0800 Subject: [PATCH] fix source url for auto upgrade to new versions --- python-pytest-asyncio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 6869bf9..3c70aae 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -3,10 +3,10 @@ Summary: Pytest support for asyncio Name: python-pytest-asyncio Version: 0.21.0 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 URL: https://github.com/pytest-dev/pytest-asyncio -Source: %{pypi_source pytest-asyncio} +Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/pytest-asyncio-%{version}.tar.gz BuildRequires: python3-devel @@ -55,6 +55,9 @@ sed -e '/coverage==/d' -e '/mypy ==/d' -i setup.cfg %changelog +* Thu Jul 31 2025 Sinong Chen - 0.21.0-4 +- Fix source url for auto upgrade to new versions + * Thu Sep 26 2024 OpenCloudOS Release Engineering - 0.21.0-3 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream -- Gitee