Accepting request 965465 from devel:languages:python

- Tests require toml explicitly. Not pulled in anymore
  automatically since many packages (setuptools_scm, pytest, ...)
  switch to tomli. (forwarded request 965464 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/965465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2022-04-02 16:20:05 +00:00 committed by Git OBS Bridge
commit 7e4644a35b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 28 17:55:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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 dont 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