14
0
forked from pool/python-mocket

- only use python311 on suse platforms

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=101
This commit is contained in:
2025-05-28 07:07:04 +00:00
committed by Git OBS Bridge
parent 7bd8466df4
commit 3a582d63e6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 28 07:06:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
- only use python311 on suse platforms
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 27 07:38:10 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com> Tue May 27 07:38:10 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -21,7 +21,7 @@
%define psuffix -test %define psuffix -test
%bcond_without test %bcond_without test
%if 0%{?suse_version} < 1600 %if 0%{?suse_version} && 0%{?suse_version} < 1600
# Modern stack for Leap 15 # Modern stack for Leap 15
%global mypython python311 %global mypython python311
%else %else