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