!30 upgrade package pytest to version 7.3.2

From: @li-miaomiao_zhr 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2023-06-28 03:16:11 +00:00 committed by Gitee
commit c3f4dd63fd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
Version: 7.0.1
Version: 7.3.2
Release: 1
Summary: Simple powerful testing with Python
License: MIT
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 optional_tests
@ -20,7 +20,10 @@ BuildRequires: python3-packaging
BuildRequires: python3-pluggy >= 0.12
BuildRequires: python3-py >= 1.5.0
BuildRequires: python3-wcwidth
Requires: python3-tomli
BuildRequires: python3-docutils
BuildRequires: python3-pip
BuildRequires: python3-wheel
Requires: python3-tomli
%if %{with tests}
BuildRequires: python3-hypothesis
BuildRequires: python3-xmlschema
@ -45,6 +48,8 @@ BuildRequires: %{_bindir}/rst2html
BuildRequires: make
%endif
Requires: python3.10dist(exceptiongroup)
BuildArch: noarch
%description
@ -69,7 +74,7 @@ Help documents for pytest.
%autosetup -p1
%build
%py3_build
%pyproject_build
%if %{with docs}
for f in README CHANGELOG CONTRIBUTING ; do
@ -78,7 +83,7 @@ done
%endif
%install
%py3_install
%pyproject_install
mv %{buildroot}%{_bindir}/pytest %{buildroot}%{_bindir}/pytest-%{python3_version}
ln -snf pytest-%{python3_version} %{buildroot}%{_bindir}/pytest-3
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-3
%{_bindir}/py.test-%{python3_version}
%{python3_sitelib}/pytest-*.egg-info/
%{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
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
%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
- 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
- Package init