From 7633802f34cb5c7325e359584fe248d9811c2aa9ec25303ee2db47552a862834 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 Mar 2024 13:57:23 +0000 Subject: [PATCH 1/3] - remove optional ipbd dependency as it no longer exists for 3.9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=67 --- python-sentry-sdk.changes | 5 +++++ python-sentry-sdk.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index b130f3c..e240d97 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 13 13:56:29 UTC 2024 - Dirk Müller + +- remove optional ipbd dependency as it no longer exists for 3.9 + ------------------------------------------------------------------- Tue Feb 13 11:28:05 UTC 2024 - ecsos diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index bd7d2f2..ef2b3d5 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -56,7 +56,6 @@ BuildRequires: %{python_module PySocks} BuildRequires: %{python_module eventlet} BuildRequires: %{python_module gevent} BuildRequires: %{python_module hypothesis} -BuildRequires: %{python_module ipdb} BuildRequires: %{python_module jsonschema >= 3.2.0} BuildRequires: %{python_module pyramid} BuildRequires: %{python_module pyrsistent >= 0.16.0} From 888cdcc631a31a261d0997f601dba05b6a1ff896f152b01f2c54c9fa88f38be9 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 13 Mar 2024 15:09:27 +0000 Subject: [PATCH 2/3] Accepting request 1157651 from devel:languages:python rollback OBS-URL: https://build.opensuse.org/request/show/1157651 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=68 --- python-sentry-sdk.changes | 5 ----- python-sentry-sdk.spec | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index e240d97..b130f3c 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Wed Mar 13 13:56:29 UTC 2024 - Dirk Müller - -- remove optional ipbd dependency as it no longer exists for 3.9 - ------------------------------------------------------------------- Tue Feb 13 11:28:05 UTC 2024 - ecsos diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index ef2b3d5..bd7d2f2 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -56,6 +56,7 @@ BuildRequires: %{python_module PySocks} BuildRequires: %{python_module eventlet} BuildRequires: %{python_module gevent} BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module ipdb} BuildRequires: %{python_module jsonschema >= 3.2.0} BuildRequires: %{python_module pyramid} BuildRequires: %{python_module pyrsistent >= 0.16.0} From ae2c97260d76cbd271043c8b9e186ee1a06253c64566e254f8a6990ccf627e32 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 Mar 2024 19:02:07 +0000 Subject: [PATCH 3/3] Accepting request 1157750 from home:dirkmueller:Factory - disable build for python39 as ipdb is no longer available OBS-URL: https://build.opensuse.org/request/show/1157750 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=69 --- python-sentry-sdk.changes | 5 +++++ python-sentry-sdk.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-sentry-sdk.changes b/python-sentry-sdk.changes index b130f3c..8ed39d3 100644 --- a/python-sentry-sdk.changes +++ b/python-sentry-sdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 13 18:57:20 UTC 2024 - Dirk Müller + +- disable build for python39 as ipdb is no longer available + ------------------------------------------------------------------- Tue Feb 13 11:28:05 UTC 2024 - ecsos diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index bd7d2f2..86f9175 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -18,6 +18,8 @@ # nothing provides python2-venusian >= 1.0 needed by python2-pyramid %{?sle15_python_module_pythons} +# ipdb no longer available for python 3.9 +%global skip_python39 1 Name: python-sentry-sdk Version: 1.40.4 Release: 0