diff --git a/python-isort.spec b/python-isort.spec index 737acfb3d94307ffd2d8f05b6d5b612d8d5ff2a7..73bfef7fd5a89183554b4fbaaf8fa81e696857a4 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-isort Version: 5.12.0 -Release: 1 +Release: 2 Summary: A Python utility / library to sort Python imports. License: MIT URL: https://github.com/timothycrosley/isort @@ -24,6 +24,8 @@ BuildRequires: python3-pytest BuildRequires: python3-mock BuildRequires: python3-pylama BuildRequires: python-pep517 +BuildRequires: python3-hypothesis python3-black python3-colorama +BuildRequires: python3-libcst python3-hypothesmith python3-lark-parser %description -n python3-isort Isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type. @@ -60,6 +62,9 @@ pytest tests %{python3_sitelib}/isort-*.egg-info/ %changelog +* Wed Apr 17 2024 yanjianqing - 5.12.0-2 +- Add buildrequires to fix check test failure + * Tue Sep 19 2023 xu_ping <707078654@qq.com> - 5.12.0-1 - Package upgrade to 5.12.0