From f72bebbf4847b3e47f52a2b24d66ad9306f4a15270618062f038127b01232d67 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 2 May 2025 09:34:05 +0000 Subject: [PATCH] Accepting request 1273972 from home:glaubitz:branches:devel:languages:python - Raise suse_version to disable pymama tests to <= 1600 OBS-URL: https://build.opensuse.org/request/show/1273972 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=123 --- python-isort.changes | 5 +++++ python-isort.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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