From ad6b2e833a49210d79ee7f6863600743263c8dd283aec7d9794b899e2c0b46a2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 Mar 2024 10:19:25 +0000 Subject: [PATCH 1/2] - remove optional ipython dependency - does no longer exist on python39 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=27 --- python-ptpython.changes | 6 ++++++ python-ptpython.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-ptpython.changes b/python-ptpython.changes index be9acd3..dc7623f 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 13 10:19:02 UTC 2024 - Dirk Müller + +- remove optional ipython dependency - does no longer exist + on python39 + ------------------------------------------------------------------- Fri Feb 9 21:58:18 UTC 2024 - Dirk Müller diff --git a/python-ptpython.spec b/python-ptpython.spec index a919b6f..7571613 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -39,7 +39,6 @@ BuildArch: noarch BuildRequires: %{python_module Pygments} BuildRequires: %{python_module appdirs} BuildRequires: %{python_module docopt} -BuildRequires: %{python_module ipython} BuildRequires: %{python_module jedi >= 0.9.0} BuildRequires: %{python_module prompt_toolkit >= 3.0.0} # /SECTION From ae36dced5c0dd8058641f174970c1da1081d7cafa75d0d2dfb2b82af8787699b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Mar 2024 07:37:30 +0000 Subject: [PATCH 2/2] - Don't try to build on Python 3.9, we don't have IPython there anymore. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=28 --- python-ptpython.changes | 5 +++++ python-ptpython.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-ptpython.changes b/python-ptpython.changes index dc7623f..b94e7af 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 07:37:22 UTC 2024 - Matej Cepl + +- Don't try to build on Python 3.9, we don't have IPython there anymore. + ------------------------------------------------------------------- Wed Mar 13 10:19:02 UTC 2024 - Dirk Müller diff --git a/python-ptpython.spec b/python-ptpython.spec index 7571613..a7101f5 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -17,6 +17,7 @@ %{?sle15_python_module_pythons} +%define skip_python39 1 Name: python-ptpython Version: 3.0.26 Release: 0