From 6a683d57f3bce5847947ae1de0b9f88b12cb0ccf203f2f910c2417b337a6d6b6 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 19 Feb 2023 20:29:25 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip4?expand=0&rev=5 --- python-sip4.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-sip4.spec b/python-sip4.spec index 89fe06c..e2c5e83 100644 --- a/python-sip4.spec +++ b/python-sip4.spec @@ -1,7 +1,7 @@ # # spec file for package python-sip4 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,8 @@ # where X is the python flavor # python-sip4-doc and python-sip4-common are flavorless %define oldpython python -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python311 1 + Name: python-%{pname} Version: 4.19.25 Release: 0 From 16e9cd2db9579ea3a3dbda3c1e220950728c9f0f040be46da486ffb51b3baeac Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 19 Feb 2023 20:29:58 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip4?expand=0&rev=6 --- python-sip4.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-sip4.changes b/python-sip4.changes index bc6683c..62b336b 100644 --- a/python-sip4.changes +++ b/python-sip4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 19 20:29:32 UTC 2023 - Ben Greiner + +- Don't build for python311: not supported + ------------------------------------------------------------------- Tue Aug 9 19:06:32 UTC 2022 - Ben Greiner