update package python-pytest to version 7.3.2

This commit is contained in:
li-miaomiao_zhr 2023-06-09 17:16:56 +08:00
parent 84d4d50d02
commit 1c9bff0f93
3 changed files with 17 additions and 8 deletions

Binary file not shown.

BIN
pytest-7.3.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: pytest Name: pytest
Version: 7.0.1 Version: 7.3.2
Release: 1 Release: 1
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
License: MIT License: MIT
URL: https://pytest.org URL: https://pytest.org
Source0: https://files.pythonhosted.org/packages/3e/2c/a67ad48759051c7abf82ce182a4e6d766de371b183182d2dde03089e8dfb/pytest-7.0.1.tar.gz Source0: https://files.pythonhosted.org/packages/ec/d9/36b65598f3d19d0a14d13dc87ad5fa42869ae53bb7471f619a30eaabc4bf/%{name}-%{version}.tar.gz
%bcond_with tests %bcond_with tests
%bcond_with optional_tests %bcond_with optional_tests
@ -20,6 +20,9 @@ BuildRequires: python3-packaging
BuildRequires: python3-pluggy >= 0.12 BuildRequires: python3-pluggy >= 0.12
BuildRequires: python3-py >= 1.5.0 BuildRequires: python3-py >= 1.5.0
BuildRequires: python3-wcwidth BuildRequires: python3-wcwidth
BuildRequires: python3-docutils
BuildRequires: python3-pip
BuildRequires: python3-wheel
Requires: python3-tomli Requires: python3-tomli
%if %{with tests} %if %{with tests}
BuildRequires: python3-hypothesis BuildRequires: python3-hypothesis
@ -45,6 +48,8 @@ BuildRequires: %{_bindir}/rst2html
BuildRequires: make BuildRequires: make
%endif %endif
Requires: python3.10dist(exceptiongroup)
BuildArch: noarch BuildArch: noarch
%description %description
@ -69,7 +74,7 @@ Help documents for pytest.
%autosetup -p1 %autosetup -p1
%build %build
%py3_build %pyproject_build
%if %{with docs} %if %{with docs}
for f in README CHANGELOG CONTRIBUTING ; do for f in README CHANGELOG CONTRIBUTING ; do
@ -78,7 +83,7 @@ done
%endif %endif
%install %install
%py3_install %pyproject_install
mv %{buildroot}%{_bindir}/pytest %{buildroot}%{_bindir}/pytest-%{python3_version} mv %{buildroot}%{_bindir}/pytest %{buildroot}%{_bindir}/pytest-%{python3_version}
ln -snf pytest-%{python3_version} %{buildroot}%{_bindir}/pytest-3 ln -snf pytest-%{python3_version} %{buildroot}%{_bindir}/pytest-3
mv %{buildroot}%{_bindir}/py.test %{buildroot}%{_bindir}/py.test-%{python3_version} mv %{buildroot}%{_bindir}/py.test %{buildroot}%{_bindir}/py.test-%{python3_version}
@ -114,14 +119,20 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{_bindir}/py.test %{_bindir}/py.test
%{_bindir}/py.test-3 %{_bindir}/py.test-3
%{_bindir}/py.test-%{python3_version} %{_bindir}/py.test-%{python3_version}
%{python3_sitelib}/pytest-*.egg-info/
%{python3_sitelib}/_pytest/ %{python3_sitelib}/_pytest/
%{python3_sitelib}/pytest/ %{python3_sitelib}/pytest/
%{python3_sitelib}/__pycache__/py.cpython-310.opt-1.pyc
%{python3_sitelib}/__pycache__/py.cpython-310.pyc
%{python3_sitelib}/py.py
%{python3_sitelib}/pytest-*.dist-info/
%files help %files help
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
%changelog %changelog
* Fri Jun 9 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 7.3.2-1
- Upgrade package pytest to version 7.3.2
* Tue Jul 12 2022 renliang16 <renliang@uniontech.com> - 7.0.1-1 * Tue Jul 12 2022 renliang16 <renliang@uniontech.com> - 7.0.1-1
- Upgrade package pytest to version 7.0.1 - Upgrade package pytest to version 7.0.1
@ -142,5 +153,3 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
* Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 3.6.4-2 * Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 3.6.4-2
- Package init - Package init