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.0.1.tar.gz b/pytest-7.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..aba6644e52972b24f675742083d7d9e5d02a04c3 Binary files /dev/null and b/pytest-7.0.1.tar.gz differ diff --git a/pytest.spec b/pytest.spec index 7294fa41f4ef1920d080066af6da004d69050e80..dc4802eb24f376307962bb8669fd53c7bdeca8f1 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,10 +1,10 @@ Name: pytest -Version: 6.2.5 +Version: 7.0.1 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/3e/2c/a67ad48759051c7abf82ce182a4e6d766de371b183182d2dde03089e8dfb/pytest-7.0.1.tar.gz %bcond_with tests %bcond_with optional_tests @@ -20,7 +20,7 @@ BuildRequires: python3-packaging BuildRequires: python3-pluggy >= 0.12 BuildRequires: python3-py >= 1.5.0 BuildRequires: python3-wcwidth - +Requires: python3-tomli %if %{with tests} BuildRequires: python3-hypothesis BuildRequires: python3-xmlschema @@ -122,6 +122,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %changelog +* Tue Jul 12 2022 renliang16 - 7.0.1-1 +- Upgrade package pytest to version 7.0.1 + * Mon Dec 13 2021 shixuantong - 6.2.5-1 - update version to 6.2.5