!11 adapt to python3.10

Merge pull request !11 from caodongxia/master
This commit is contained in:
openeuler-ci-bot 2021-12-23 10:16:52 +00:00 committed by Gitee
commit 34db04f14e

View File

@ -1,6 +1,6 @@
Name: python-pytest-expect Name: python-pytest-expect
Version: 1.1.0 Version: 1.1.0
Release: 4 Release: 5
Summary: Py.test plugin to store test expectations and mark tests based on them Summary: Py.test plugin to store test expectations and mark tests based on them
License: MIT License: MIT
URL: https://pypi.org/project/pytest-expect/ URL: https://pypi.org/project/pytest-expect/
@ -42,9 +42,12 @@ cp -p %{SOURCE1} .
%files -n python3-pytest-expect %files -n python3-pytest-expect
%doc README.rst LICENSE %doc README.rst LICENSE
%{python3_sitelib}/pytest_expect %{python3_sitelib}/pytest_expect
%{python3_sitelib}/pytest_expect-%{version}-py?.?.egg-info %{python3_sitelib}/pytest_expect-%{version}-py?.??.egg-info
%changelog %changelog
* Wed Dec 22 2021 caodongxia <caodongxia@huawei.com> 1.1.0-5
- Adapt to python3.10
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> 1.1.0-4 * Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> 1.1.0-4
- Provide python-pytest-expect - Provide python-pytest-expect