From 70ef1d1dc4297547f2c9bf8c3ec381d89969b8f2a94530a66d849b6d9d686007 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 2 Feb 2023 10:42:57 +0000 Subject: [PATCH] - skip building for python 3.11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=13 --- python-debugpy.changes | 5 +++++ python-debugpy.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-debugpy.changes b/python-debugpy.changes index 27cf943..f70b3fc 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 10:42:48 UTC 2023 - Dirk Müller + +- skip building for python 3.11 + ------------------------------------------------------------------- Mon Jan 23 20:39:40 UTC 2023 - Dirk Müller diff --git a/python-debugpy.spec b/python-debugpy.spec index 9fbc335..6558610 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -29,6 +29,8 @@ # Skip Py2 in Leap and Py36 in TW in order to save resources. %define skip_python2 1 %define skip_python36 1 +# fails - https://github.com/microsoft/debugpy/issues/1107 +%define skip_python311 1 %define modname debugpy Name: python-%{modname}%{psuffix} Version: 1.6.6