diff --git a/pytest-6.2.2.tar.gz b/pytest-6.2.2.tar.gz deleted file mode 100644 index 06ddaef..0000000 Binary files a/pytest-6.2.2.tar.gz and /dev/null differ diff --git a/pytest-6.2.5.tar.gz b/pytest-6.2.5.tar.gz new file mode 100644 index 0000000..de9655b Binary files /dev/null and b/pytest-6.2.5.tar.gz differ diff --git a/pytest.spec b/pytest.spec index 674bde1..acf4d27 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,10 +1,10 @@ Name: pytest -Version: 6.2.2 -Release: 2 +Version: 6.2.5 +Release: 1 Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org -Source0: https://files.pythonhosted.org/packages/d1/80/b4f47a1f933699cd531a7b336a6f3d82912e3e5e66e4a3bb1d8f0d1d98b0/pytest-6.2.2.tar.gz +Source0: https://files.pythonhosted.org/packages/4b/24/7d1f2d2537de114bdf1e6875115113ca80091520948d370c964b88070af2/pytest-6.2.5.tar.gz %bcond_with tests %bcond_with optional_tests @@ -122,6 +122,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %changelog +* Mon Dec 13 2021 shixuantong - 6.2.5-1 +- update version to 6.2.5 + * Wed Aug 18 2021 huangtianhua - 6.2.2-2 - Add python3-toml as BuildRequires to fix python dist version error