diff --git a/python-isort.changes b/python-isort.changes index c400669..b154fd8 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 2 08:59:30 UTC 2025 - John Paul Adrian Glaubitz + +- Raise suse_version to disable pymama tests to <= 1600 + ------------------------------------------------------------------- Mon Apr 7 13:03:24 UTC 2025 - Nico Krapp diff --git a/python-isort.spec b/python-isort.spec index fc79351..73a9995 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -25,7 +25,7 @@ %bcond_with test %endif -%if 0%{?suse_version} < 1550 +%if 0%{?suse_version} <= 1600 %bcond_with pylama %else %bcond_without pylama