SHA256
1
0
forked from pool/python-isort

Accepting request 942829 from home:bnavigator:branches:devel:languages:python

- Unpin natsort for example project

OBS-URL: https://build.opensuse.org/request/show/942829
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=90
This commit is contained in:
Benjamin Greiner 2021-12-27 17:58:34 +00:00 committed by Git OBS Bridge
parent 700adb2394
commit 7d10f9f672
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