!6 Update package to version 0.21.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-04-11 08:41:46 +00:00 committed by Gitee
commit eb068cf059
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 12 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pytest-asyncio Name: python-pytest-asyncio
Version: 0.20.3 Version: 0.21.0
Release: 1 Release: 1
Summary: Pytest support for asyncio. Summary: Pytest support for asyncio.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/pytest-dev/pytest-asyncio URL: https://github.com/pytest-dev/pytest-asyncio
Source0: https://files.pythonhosted.org/packages/6e/06/38b0ca5d53582bb49697626975b5540435ea064762d852b5c66646c729e9/pytest-asyncio-0.20.3.tar.gz Source0: https://files.pythonhosted.org/packages/85/c7/9db0c6215f12f26b590c24acc96d048e03989315f198454540dff95109cd/pytest-asyncio-0.21.0.tar.gz
Patch0: 0001-add-setup-file.patch Patch0: 0001-add-setup-file.patch
BuildArch: noarch BuildArch: noarch
@ -22,7 +22,7 @@ Pytest support for asyncio
%package -n python3-pytest-asyncio %package -n python3-pytest-asyncio
Summary: Pytest support for asyncio Summary: Pytest support for asyncio
Provides: python-pytest-asyncio Provides: python-pytest-asyncio = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pytest BuildRequires: python3-pytest
@ -36,8 +36,7 @@ Provides: python3-pytest-asyncio-doc
Pytest support for asyncio Pytest support for asyncio
%prep %prep
%autosetup -n pytest-asyncio-%{version} %autosetup -p1 -n pytest-asyncio-%{version}
%patch0
%build %build
%py3_build %py3_build
@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Dec 16 2022 chendexi <chendexi@kylinos.cn> - 0.20.3-1
- Upgrade package to version 0.20.3 - 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: .