Update package to version 0.21.0
This commit is contained in:
parent
3fd1d85927
commit
f59cf1a669
Binary file not shown.
BIN
pytest-asyncio-0.21.0.tar.gz
Normal file
BIN
pytest-asyncio-0.21.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
4
python-pytest-asyncio.yaml
Normal file
4
python-pytest-asyncio.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: pytest-dev/pytest-asyncio
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user