Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-isort for openSUSE:Factory checked in at 2022-08-12 17:46:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-isort (Old) and /work/SRC/openSUSE:Factory/.python-isort.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-isort" Fri Aug 12 17:46:15 2022 rev:35 rq:994358 version:5.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-isort/python-isort.changes 2022-04-02 18:20:11.786506861 +0200 +++ /work/SRC/openSUSE:Factory/.python-isort.new.1521/python-isort.changes 2022-08-12 17:46:16.438058826 +0200 @@ -1,0 +2,5 @@ +Wed Aug 10 14:36:51 UTC 2022 - Dirk M??ller <[email protected]> + +- remove unnecessary pylama buildrequires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-isort.spec ++++++ --- /var/tmp/diff_new_pack.OIhlhr/_old 2022-08-12 17:46:17.162060635 +0200 +++ /var/tmp/diff_new_pack.OIhlhr/_new 2022-08-12 17:46:17.166060645 +0200 @@ -57,7 +57,6 @@ BuildRequires: %{python_module pip-api} BuildRequires: %{python_module pipreqs} 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} @@ -92,6 +91,8 @@ sed -i 's/natsort = "^/natsort = ">=/' example_isort_sorting_plugin/pyproject.toml # unpin black in example plugin sed -i 's/black = "^/black = ">=/' example_isort_formatting_plugin/pyproject.toml +# don't test pylama plugin +sed -i '/import isort.pylama_isort/d' tests/unit/test_importable.py %build %pyproject_wheel @@ -110,6 +111,8 @@ ignoretests="--ignore tests/integration/test_projects_using_isort.py" # don't run benchmarks ignoretests+=" --ignore tests/benchmark" +# no pylama in Ring1 desired +ignoretests+=" --ignore tests/unit/test_pylama_isort.py" # test_setting_combinations.py::test_isort_is_idempotent # is flaky https://github.com/PyCQA/isort/issues/1466 donttest="(test_setting_combinations and test_isort_is_idempotent)"
