From 7d10f9f672d1afe4e94573381c478992ae4328767925c4520ab60af7d568020c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 27 Dec 2021 17:58:34 +0000 Subject: [PATCH] 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 --- python-isort.changes | 5 +++++ python-isort.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-isort.changes b/python-isort.changes index ac47792..69368ce 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 27 17:45:17 UTC 2021 - Ben Greiner + +- Unpin natsort for example project + ------------------------------------------------------------------- Thu Dec 23 17:51:19 UTC 2021 - Ben Greiner diff --git a/python-isort.spec b/python-isort.spec index 2904cd1..0165ec7 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -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