From 9fc33058073c7fd97c08fee118d7f491cea80fdc Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Wed, 17 Apr 2024 10:55:52 +0800 Subject: [PATCH] Add buildrequires to fix check test failure --- python-isort.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-isort.spec b/python-isort.spec index 737acfb..73bfef7 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 -- Gitee