Upgrade package to version 0.20.3

This commit is contained in:
chendexi 2022-12-16 15:36:42 +08:00
parent 247ee43ff7
commit eef6530c86
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
Name: python-pytest-asyncio
Version: 0.19.0
Version: 0.20.3
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/43/1c/4293ce5ddfd1db78fbf192bd3c47183c9ecc2816b8de382ed1b2491c7cea/pytest-asyncio-0.19.0.tar.gz
Source0: https://files.pythonhosted.org/packages/6e/06/38b0ca5d53582bb49697626975b5540435ea064762d852b5c66646c729e9/pytest-asyncio-0.20.3.tar.gz
Patch0: 0001-add-setup-file.patch
BuildArch: noarch
@ -36,7 +36,7 @@ Provides: python3-pytest-asyncio-doc
Pytest support for asyncio
%prep
%autosetup -n pytest-asyncio-0.19.0
%autosetup -n pytest-asyncio-%{version}
%patch0
%build
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Dec 16 2022 chendexi <chendexi@kylinos.cn> - 0.20.3-1
- Upgrade package to version 0.20.3
* Tue Aug 02 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.19.0-1
- update to 0.19.0