!10 update pytest package for openstack wallaby

From: @liksh
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-08-17 12:08:07 +00:00 committed by Gitee
commit 2ca310bdee
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
pytest-6.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: pytest Name: pytest
Version: 5.4.3 Version: 6.2.2
Release: 1 Release: 1
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
License: MIT License: MIT
URL: https://pytest.org URL: https://pytest.org
Source0: https://files.pythonhosted.org/packages/source/p/pytest/pytest-5.4.3.tar.gz Source0: https://files.pythonhosted.org/packages/d1/80/b4f47a1f933699cd531a7b336a6f3d82912e3e5e66e4a3bb1d8f0d1d98b0/pytest-6.2.2.tar.gz
%bcond_with tests %bcond_with tests
%bcond_with optional_tests %bcond_with optional_tests
@ -121,6 +121,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
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 6.2.2-1
- update to 6.2.2
* Fri Jan 9 2021 wutao <wutao61@huawei.com> - 5.4.3-1 * Fri Jan 9 2021 wutao <wutao61@huawei.com> - 5.4.3-1
- Update to 5.4.3 - Update to 5.4.3
@ -130,3 +133,4 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
* Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 3.6.4-2 * Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 3.6.4-2
- Package init - Package init