From 78165136ed931b944ed5614690c40733c2b2477b Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 19 Jul 2023 15:47:56 +0800 Subject: [PATCH] Modify the file to adapt to the new Python version --- pytest.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pytest.spec b/pytest.spec index 8994853..2faaffb 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,6 +1,6 @@ Name: pytest Version: 7.3.2 -Release: 1 +Release: 2 Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -121,8 +121,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_bindir}/py.test-%{python3_version} %{python3_sitelib}/_pytest/ %{python3_sitelib}/pytest/ -%{python3_sitelib}/__pycache__/py.cpython-310.opt-1.pyc -%{python3_sitelib}/__pycache__/py.cpython-310.pyc +%{python3_sitelib}/__pycache__/*.pyc %{python3_sitelib}/py.py %{python3_sitelib}/pytest-*.dist-info/ @@ -130,6 +129,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %changelog +* Wed Jul 19 2023 zhuofeng - 7.3.2-2 +- Modify the file to adapt to the new Python version + * Fri Jun 9 2023 li-miaomiao_zhr - 7.3.2-1 - Upgrade package pytest to version 7.3.2 -- Gitee