diff --git a/pytest-6.2.5.tar.gz b/pytest-6.2.5.tar.gz deleted file mode 100644 index de9655bf0577428955b00eb5b15bb7053db48ba5..0000000000000000000000000000000000000000 Binary files a/pytest-6.2.5.tar.gz and /dev/null differ diff --git a/pytest-7.2.0.tar.gz b/pytest-7.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..35ab3465017e6f8adb0940e15789ddbcbcb92e87 Binary files /dev/null and b/pytest-7.2.0.tar.gz differ diff --git a/pytest.spec b/pytest.spec index 7294fa41f4ef1920d080066af6da004d69050e80..a8ad939bc2ea6fe325201b501a3c6fbaf0f95c6c 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,10 +1,10 @@ Name: pytest -Version: 6.2.5 +Version: 7.2.0 Release: 1 Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org -Source0: https://files.pythonhosted.org/packages/4b/24/7d1f2d2537de114bdf1e6875115113ca80091520948d370c964b88070af2/pytest-6.2.5.tar.gz +Source0: https://files.pythonhosted.org/packages/0b/21/055f39bf8861580b43f845f9e8270c7786fe629b2f8562ff09007132e2e7/pytest-7.2.0.tar.gz %bcond_with tests %bcond_with optional_tests @@ -117,11 +117,16 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/pytest-*.egg-info/ %{python3_sitelib}/_pytest/ %{python3_sitelib}/pytest/ +%{python3_sitelib}/py.py +%{python3_sitelib}/__pycache__/*.pyc %files help %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %changelog +* Thu Apr 11 2024 OpenStack_SIG - 7.2.0-1 +- Upgrade package to version 7.2.0 + * Mon Dec 13 2021 shixuantong - 6.2.5-1 - update version to 6.2.5