diff --git a/python-isort.changes b/python-isort.changes index 2fcd641..008ac2b 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 28 17:55:23 UTC 2022 - Ben Greiner + +- Tests require toml explicitly. Not pulled in anymore + automatically since many packages (setuptools_scm, pytest, ...) + switch to tomli. + ------------------------------------------------------------------- Sun Jan 16 19:49:20 UTC 2022 - Ben Greiner diff --git a/python-isort.spec b/python-isort.spec index 599a577..8660847 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -60,12 +60,13 @@ BuildRequires: %{python_module poetry} BuildRequires: %{python_module pylama} BuildRequires: %{python_module pytest > 6.0} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module toml >= 0.10.2} BuildRequires: git %endif %python_subpackages %description -isort your python imports for you so you don’t have to. +isort your python imports for you so you don't have to. isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type. It provides a command line