diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 6869bf9405dc092930cc3c37862231cf8708d79c..3c70aae87bbc8817e3bc36dbdc75b1ac1ed2e41f 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