SHA256
1
0
forked from pool/python-isort

Accepting request 942830 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/942830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2021-12-28 11:26:15 +00:00 committed by Git OBS Bridge
commit 230bc418b8
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 27 17:45:17 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Unpin natsort for example project
-------------------------------------------------------------------
Thu Dec 23 17:51:19 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -86,6 +86,9 @@ hypothesis.settings.register_profile(
)
" >> tests/conftest.py
# unpin natsort in example plugin
sed -i 's/natsort = "^/natsort = ">=/' example_isort_sorting_plugin/pyproject.toml
%build
%pyproject_wheel