Update package to version 0.21.0

This commit is contained in:
jxy_git 2023-04-11 16:29:18 +08:00
parent 3fd1d85927
commit f59cf1a669
4 changed files with 12 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 <jiangxinyu@kylinos.cn> - 0.21.0-1
- Update package to version 0.21.0
* Fri Dec 16 2022 chendexi <chendexi@kylinos.cn> - 0.20.3-1
- Upgrade package to version 0.20.3

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: pytest-dev/pytest-asyncio
tag_prefix: ^v
separator: .