!31 Modify the file to adapt to the new Python version

From: @zhuofeng6 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2023-07-20 01:35:06 +00:00 committed by Gitee
commit ff8511fd7e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: pytest Name: pytest
Version: 7.3.2 Version: 7.3.2
Release: 1 Release: 2
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
License: MIT License: MIT
URL: https://pytest.org URL: https://pytest.org
@ -121,8 +121,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{_bindir}/py.test-%{python3_version} %{_bindir}/py.test-%{python3_version}
%{python3_sitelib}/_pytest/ %{python3_sitelib}/_pytest/
%{python3_sitelib}/pytest/ %{python3_sitelib}/pytest/
%{python3_sitelib}/__pycache__/py.cpython-310.opt-1.pyc %{python3_sitelib}/__pycache__/*.pyc
%{python3_sitelib}/__pycache__/py.cpython-310.pyc
%{python3_sitelib}/py.py %{python3_sitelib}/py.py
%{python3_sitelib}/pytest-*.dist-info/ %{python3_sitelib}/pytest-*.dist-info/
@ -130,6 +129,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html
%changelog %changelog
* Wed Jul 19 2023 zhuofeng <zhuofeng2@huawei.com> - 7.3.2-2
- Modify the file to adapt to the new Python version
* Fri Jun 9 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 7.3.2-1 * Fri Jun 9 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 7.3.2-1
- Upgrade package pytest to version 7.3.2 - Upgrade package pytest to version 7.3.2