diff --git a/python-isort.spec b/python-isort.spec index 737acfb3d94307ffd2d8f05b6d5b612d8d5ff2a7..0b111c3a1d010bcd5d813b722ff97ee9f0c5f94f 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 @@ -48,7 +48,9 @@ ln -s isort-%{python3_version} %{buildroot}%{_bindir}/isort-3 ln -s isort-3 %{buildroot}%{_bindir}/isort %check -pytest tests +# Disable test because test is not available +# https://github.com/PyCQA/isort/issues/2129 +#pytest tests %files -n python3-isort %doc *.md LICENSE @@ -60,6 +62,9 @@ pytest tests %{python3_sitelib}/isort-*.egg-info/ %changelog +* Thu Apr 25 2024 wangkai <13474090681@163.com> - 5.12.0-2 +- Disable test + * Tue Sep 19 2023 xu_ping <707078654@qq.com> - 5.12.0-1 - Package upgrade to 5.12.0