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 2021-12-22 20:17:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-isort (Old) and /work/SRC/openSUSE:Factory/.python-isort.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-isort" Wed Dec 22 20:17:40 2021 rev:30 rq:941539 version:5.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-isort/python-isort.changes 2021-11-23 22:12:28.558499793 +0100 +++ /work/SRC/openSUSE:Factory/.python-isort.new.2520/python-isort.changes 2021-12-22 20:17:44.435837882 +0100 @@ -1,0 +2,10 @@ +Sun Dec 19 20:17:31 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Skip deprecated requirementslib for all flavors + +------------------------------------------------------------------- +Sun Dec 19 17:58:05 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Skip the requirementslib tests on python310 too + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-isort.spec ++++++ --- /var/tmp/diff_new_pack.0XmRRf/_old 2021-12-22 20:17:44.975838135 +0100 +++ /var/tmp/diff_new_pack.0XmRRf/_new 2021-12-22 20:17:44.979838137 +0100 @@ -44,7 +44,6 @@ Recommends: python-colorama >= 0.4.3 Recommends: python-pip-api Recommends: python-pipreqs -Recommends: python-requirementslib Suggests: git BuildArch: noarch %if %{with test} @@ -60,8 +59,6 @@ BuildRequires: %{python_module pylama} BuildRequires: %{python_module pytest > 6.0} BuildRequires: %{python_module pytest-mock} -# requirementslib not ready for python 3.9 yet -- gh#sarugaku/requirementslib#288 -BuildRequires: %{python_module requirementslib >= 1.5 if %python-base < 3.9} BuildRequires: git BuildRequires: %{python_module numpy if (%python-base without python36-base)} %endif @@ -110,9 +107,10 @@ # 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)" -# requirementslib is not available yet for python39 +# requirementslib is not available yet for python 3.9 or greater, +# it's a deprecated finder for isort so we drop it # https://github.com/sarugaku/requirementslib/issues/288 -python39_donttest=" or (test_deprecated_finders and test_pipfile_finder)" +donttest+=" or (test_deprecated_finders and test_pipfile_finder)" ORIGPATH=$PATH %{python_expand # install isort and required example projects into custom root