!8 Update package to version 0.21.1

From: @kirin_2_0 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2023-07-31 06:26:18 +00:00 committed by Gitee
commit f8d1b410bc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 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.21.0 Version: 0.21.1
Release: 2 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/85/c7/9db0c6215f12f26b590c24acc96d048e03989315f198454540dff95109cd/pytest-asyncio-0.21.0.tar.gz Source0: https://files.pythonhosted.org/packages/5a/85/d39ef5f69d5597a206f213ce387bcdfa47922423875829f7a98a87d33281/pytest-asyncio-0.21.1.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-pytest Requires: python3-pytest
@ -54,6 +54,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Jul 25 2023 niuyaru <niuyaru@kylinos.cn> - 0.21.1-1
- Upgrade package to version 0.21.1
* Thu Apr 27 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.21.0-2 * Thu Apr 27 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.21.0-2
- Use pyproject to compile package - Use pyproject to compile package