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 2025-12-17 17:38:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-isort (Old) and /work/SRC/openSUSE:Factory/.python-isort.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-isort" Wed Dec 17 17:38:03 2025 rev:49 rq:1323247 version:7.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-isort/python-isort.changes 2025-07-10 22:14:02.900456206 +0200 +++ /work/SRC/openSUSE:Factory/.python-isort.new.1939/python-isort.changes 2025-12-17 17:40:59.291300094 +0100 @@ -1,0 +2,19 @@ +Wed Dec 17 03:58:06 UTC 2025 - Steve Kowalik <[email protected]> + +- Update to 7.0.0: + * Breaking Changes + + Drop support for Python 3.9 (#2430) @DanielNoord + * Features + + Show absolute paths in skipped file messages (#2416) @pranlawate + * Fixes + + Drop use of non-standard pkg_resources API (#2405) @dvarrazzo + + Use working isort version in pre-commit example (#2402) @iainelder + + fix typo in _get_files_from_dir_cached test (#2392) @tiltingpenguin + + Resolve bandit warnings (#2379) @kurtmckee + + Some fixes for Python 3.14 (#2433) @DanielNoord + + Test on 3.14 and fix any bugs (#2425) @DanielNoord + + Update CHANGELOG.md + Fix Formatting and Grammar (#2419) @lukbrew25 + + Fix output of hanging indent for long lines with noqa (#2407) +- Drop patch fix-typo.patch, merged upstream. + +------------------------------------------------------------------- Old: ---- fix-typo.patch isort-6.0.1.tar.gz New: ---- isort-7.0.0.tar.gz ----------(Old B)---------- Old: + Fix output of hanging indent for long lines with noqa (#2407) - Drop patch fix-typo.patch, merged upstream. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-isort.spec ++++++ --- /var/tmp/diff_new_pack.ircZJS/_old 2025-12-17 17:41:00.115334744 +0100 +++ /var/tmp/diff_new_pack.ircZJS/_new 2025-12-17 17:41:00.115334744 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-isort # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,15 +32,13 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-isort%{psuffix} -Version: 6.0.1 +Version: 7.0.0 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT URL: https://pycqa.github.io/isort/ Source: https://files.pythonhosted.org/packages/source/i/isort/isort-%{version}.tar.gz -# PATCH-FIX-UPSTREAM fix-typo.patch gh#PyCQA/isort/2392 -Patch0: fix-typo.patch -BuildRequires: %{python_module base >= 3.9} +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} @@ -48,23 +46,20 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: alts -Recommends: python-colorama >= 0.4.3 -Recommends: python-pip-api -Recommends: python-pip-shims >= 0.5.2 -Recommends: python-pipreqs -Recommends: python-setuptools +Recommends: python-colorama >= 0.4.6 Suggests: git-core BuildArch: noarch %if %{with test} BuildRequires: %{python_module black} -BuildRequires: %{python_module colorama >= 0.4.3} -BuildRequires: %{python_module hypothesmith} +BuildRequires: %{python_module colorama >= 0.4.6} +BuildRequires: %{python_module hypothesmith >= 0.3.3} BuildRequires: %{python_module isort == %{version}} BuildRequires: %{python_module libcst} BuildRequires: %{python_module natsort} BuildRequires: %{python_module pip-api} BuildRequires: %{python_module pipreqs} -BuildRequires: %{python_module pytest > 6.0} +BuildRequires: %{python_module pytest >= 8.4} +BuildRequires: %{python_module pytest-benchmark >= 5.1} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module toml >= 0.10.2} BuildRequires: git-core ++++++ isort-6.0.1.tar.gz -> isort-7.0.0.tar.gz ++++++ ++++ 8963 lines of diff (skipped)
