diff --git a/pytest-asyncio-0.20.3.tar.gz b/pytest-asyncio-0.20.3.tar.gz deleted file mode 100644 index 0d70a2a..0000000 Binary files a/pytest-asyncio-0.20.3.tar.gz and /dev/null differ diff --git a/pytest-asyncio-0.21.0.tar.gz b/pytest-asyncio-0.21.0.tar.gz new file mode 100644 index 0000000..4e7f203 Binary files /dev/null and b/pytest-asyncio-0.21.0.tar.gz differ diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 1e8c9cb..5899762 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-asyncio -Version: 0.20.3 +Version: 0.21.0 Release: 1 Summary: Pytest support for asyncio. License: Apache-2.0 URL: https://github.com/pytest-dev/pytest-asyncio -Source0: https://files.pythonhosted.org/packages/6e/06/38b0ca5d53582bb49697626975b5540435ea064762d852b5c66646c729e9/pytest-asyncio-0.20.3.tar.gz -Patch0: 0001-add-setup-file.patch +Source0: https://files.pythonhosted.org/packages/85/c7/9db0c6215f12f26b590c24acc96d048e03989315f198454540dff95109cd/pytest-asyncio-0.21.0.tar.gz +Patch0: 0001-add-setup-file.patch BuildArch: noarch Requires: python3-pytest @@ -22,7 +22,7 @@ Pytest support for asyncio %package -n python3-pytest-asyncio Summary: Pytest support for asyncio -Provides: python-pytest-asyncio +Provides: python-pytest-asyncio = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest @@ -36,8 +36,7 @@ Provides: python3-pytest-asyncio-doc Pytest support for asyncio %prep -%autosetup -n pytest-asyncio-%{version} -%patch0 +%autosetup -p1 -n pytest-asyncio-%{version} %build %py3_build @@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 11 2023 jiangxinyu - 0.21.0-1 +- Update package to version 0.21.0 + * Fri Dec 16 2022 chendexi - 0.20.3-1 - Upgrade package to version 0.20.3 diff --git a/python-pytest-asyncio.yaml b/python-pytest-asyncio.yaml new file mode 100644 index 0000000..bbbe86b --- /dev/null +++ b/python-pytest-asyncio.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: pytest-dev/pytest-asyncio +tag_prefix: ^v +separator: .