From 2a5900f8f2cbe003173b6f23b016f8b189e61390 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 22 Dec 2021 18:18:19 +0800 Subject: [PATCH] adapt to python3.10 --- python-pytest-expect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pytest-expect.spec b/python-pytest-expect.spec index e975349..c8a5cc5 100644 --- a/python-pytest-expect.spec +++ b/python-pytest-expect.spec @@ -1,6 +1,6 @@ Name: python-pytest-expect Version: 1.1.0 -Release: 4 +Release: 5 Summary: Py.test plugin to store test expectations and mark tests based on them License: MIT URL: https://pypi.org/project/pytest-expect/ @@ -42,9 +42,12 @@ cp -p %{SOURCE1} . %files -n python3-pytest-expect %doc README.rst LICENSE %{python3_sitelib}/pytest_expect -%{python3_sitelib}/pytest_expect-%{version}-py?.?.egg-info +%{python3_sitelib}/pytest_expect-%{version}-py?.??.egg-info %changelog +* Wed Dec 22 2021 caodongxia 1.1.0-5 +- Adapt to python3.10 + * Mon Sep 27 2021 lingsheng 1.1.0-4 - Provide python-pytest-expect