2022-10-19 09:46:22 +08:00
|
|
|
Name: python-pytest-runner
|
|
|
|
|
Version: 6.0.0
|
|
|
|
|
Release: 1
|
|
|
|
|
Summary: Provide setup.py test support for pytest runner
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://github.com/pytest-dev/pytest-runner/
|
|
|
|
|
Source0: https://files.pythonhosted.org/packages/2b/b2/5a07a37f314d3c0457c5431fd5b130e04355fa143f042356f77dd1570d36/pytest-runner-6.0.0.tar.gz
|
|
|
|
|
Patch0: 0001-add-setup.py.patch
|
|
|
|
|
BuildArch: noarch
|
2020-03-13 15:28:29 +08:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Setup scripts can use pytest-runner to add setup.py test support
|
|
|
|
|
for pytest runner.
|
|
|
|
|
|
|
|
|
|
%package -n python3-pytest-runner
|
2022-10-19 09:46:22 +08:00
|
|
|
Summary: Provide setup.py test support for pytest runner
|
|
|
|
|
Provides: python-pytest-runner
|
|
|
|
|
Requires: python3-pytest
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
2020-03-13 15:28:29 +08:00
|
|
|
|
|
|
|
|
%description -n python3-pytest-runner
|
|
|
|
|
Setup scripts can use pytest-runner to add setup.py test support
|
|
|
|
|
for pytest runner.
|
|
|
|
|
|
|
|
|
|
%prep
|
2022-10-19 09:46:22 +08:00
|
|
|
%autosetup -n pytest-runner-%{version}
|
|
|
|
|
%patch0
|
2020-03-13 15:28:29 +08:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
%files -n python3-pytest-runner
|
|
|
|
|
%doc README.rst LICENSE
|
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-10-19 09:46:22 +08:00
|
|
|
* Wed Oct 19 2022 wangjunqi <wangjunqi@kylinos.cn> - 6.0.0-1
|
|
|
|
|
- Update package to version 6.0.0
|
|
|
|
|
|
2022-06-29 17:11:22 +08:00
|
|
|
* Wed Jun 29 2022 caodongxia <caodongxia@h-partners.com> - 5.3.2-1
|
|
|
|
|
- Update to 5.3.2
|
|
|
|
|
|
2022-06-09 10:17:41 +08:00
|
|
|
* Fri Sep 11 2020 wangyue<wangyue92@huawei.com> - 4.0-6
|
2020-09-11 20:18:39 +08:00
|
|
|
- Remove python2-pytest-runner
|
|
|
|
|
|
2020-03-13 15:28:29 +08:00
|
|
|
* Thu Mar 12 2020 likexin <likexin4@huawei.com> - 4.0-5
|
|
|
|
|
- package init
|