From 3a582d63e6f4a952fb32b8a1024d4edcad1ab645a67138a89ca1aaf4292a333b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 28 May 2025 07:07:04 +0000 Subject: [PATCH] - only use python311 on suse platforms OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=101 --- python-mocket.changes | 5 +++++ python-mocket.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-mocket.changes b/python-mocket.changes index d8f4aa0..9b484f7 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 28 07:06:51 UTC 2025 - Dirk Müller + +- only use python311 on suse platforms + ------------------------------------------------------------------- Tue May 27 07:38:10 UTC 2025 - Daniel Garcia diff --git a/python-mocket.spec b/python-mocket.spec index b8843c0..f93d1b4 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -21,7 +21,7 @@ %define psuffix -test %bcond_without test -%if 0%{?suse_version} < 1600 +%if 0%{?suse_version} && 0%{?suse_version} < 1600 # Modern stack for Leap 15 %global mypython python311 %else