Accepting request 965464 from home:bnavigator:branches:devel:languages:python
- Tests require toml explicitly. Not pulled in anymore automatically since many packages (setuptools_scm, pytest, ...) switch to tomli. OBS-URL: https://build.opensuse.org/request/show/965464 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=92
This commit is contained in:
parent
11ffa02d06
commit
2a2855e643
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user