diff --git a/pytest.spec b/pytest.spec index 674bde1..7b4c984 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,6 +1,6 @@ Name: pytest Version: 6.2.2 -Release: 2 +Release: 3 Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -16,12 +16,12 @@ BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-attrs BuildRequires: python3-more-itertools -BuildRequires: python3-packaging BuildRequires: python3-pluggy >= 0.12 BuildRequires: python3-py >= 1.5.0 BuildRequires: python3-wcwidth %if %{with tests} +BuildRequires: python3-packaging BuildRequires: python3-hypothesis BuildRequires: python3-xmlschema %if %{with optional_tests} @@ -122,6 +122,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %doc CHANGELOG.html README.html CONTRIBUTING.html _htmldocs/html %changelog +* Thu Jan 06 2022 shixuantong - 6.2.2-3 +- change python3-packaging buildrequires + * Wed Aug 18 2021 huangtianhua - 6.2.2-2 - Add python3-toml as BuildRequires to fix python dist version error