Compare commits

..

No commits in common. "fcdbb3b5f36f6eb1aeb5f783e811bc1c8c0cb828" and "e4b57b90ab1cfec65ce1b63b1d0ba01617299819" have entirely different histories.

3 changed files with 18 additions and 30 deletions

BIN
pytest-runner-4.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-pytest-runner Name: python-pytest-runner
Version: 6.0.0 Version: 4.0
Release: 3 Release: 6
Summary: Provide setup.py test support for pytest runner Summary: Provide setup.py test support for pytest runner
License: MIT License: MIT
URL: https://github.com/pytest-dev/pytest-runner/ URL: https://pypi.python.org/pypi/pytest-runner
Source0: https://files.pythonhosted.org/packages/2b/b2/5a07a37f314d3c0457c5431fd5b130e04355fa143f042356f77dd1570d36/pytest-runner-6.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/pytest-runner/pytest-runner-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -13,12 +13,9 @@ for pytest runner.
%package -n python3-pytest-runner %package -n python3-pytest-runner
Summary: Provide setup.py test support for pytest runner Summary: Provide setup.py test support for pytest runner
Provides: python-pytest-runner %{?python_provide:%python_provide python3-pytest-runner}
Requires: python3-pytest Requires: python3-pytest
BuildRequires: python3-devel BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-pytest
BuildRequires: python3-setuptools
BuildRequires: python3-pip python3-wheel
BuildRequires: python3-hatchling python3-hatch-vcs
%description -n python3-pytest-runner %description -n python3-pytest-runner
Setup scripts can use pytest-runner to add setup.py test support Setup scripts can use pytest-runner to add setup.py test support
@ -28,29 +25,20 @@ for pytest runner.
%autosetup -n pytest-runner-%{version} -p1 %autosetup -n pytest-runner-%{version} -p1
%build %build
%pyproject_build %py3_build
%install %install
%pyproject_install %py3_install
%check
%{__python3} setup.py test
%files -n python3-pytest-runner %files -n python3-pytest-runner
%doc README.rst LICENSE %doc README.rst LICENSE
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Wed Aug 23 2023 liyanan <thistleslyn@163.com> - 6.0.0-3 * Fri 11 Sep 2020 wangyue<wangyue92@huawei.com> - 4.0-6
- Adapting to the pyproject.toml compilation mode
* Mon Feb 27 2023 wangkai <wangkai385@h-partners.com> - 6.0.0-2
- Modify the patching method
* Wed Oct 19 2022 wangjunqi <wangjunqi@kylinos.cn> - 6.0.0-1
- Update package to version 6.0.0
* Wed Jun 29 2022 caodongxia <caodongxia@h-partners.com> - 5.3.2-1
- Update to 5.3.2
* Fri Sep 11 2020 wangyue<wangyue92@huawei.com> - 4.0-6
- Remove python2-pytest-runner - Remove python2-pytest-runner
* Thu Mar 12 2020 likexin <likexin4@huawei.com> - 4.0-5 * Thu Mar 12 2020 likexin <likexin4@huawei.com> - 4.0-5