forked from pool/python-ptpython
Accepting request 1157870 from devel:languages:python
- Don't try to build on Python 3.9, we don't have IPython there anymore. - remove optional ipython dependency - does no longer exist on python39 OBS-URL: https://build.opensuse.org/request/show/1157870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptpython?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 07:37:22 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
||||||
|
|
||||||
|
- remove optional ipython dependency - does no longer exist
|
||||||
|
on python39
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 9 21:58:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Fri Feb 9 21:58:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
|
%define skip_python39 1
|
||||||
Name: python-ptpython
|
Name: python-ptpython
|
||||||
Version: 3.0.26
|
Version: 3.0.26
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -39,7 +40,6 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module Pygments}
|
BuildRequires: %{python_module Pygments}
|
||||||
BuildRequires: %{python_module appdirs}
|
BuildRequires: %{python_module appdirs}
|
||||||
BuildRequires: %{python_module docopt}
|
BuildRequires: %{python_module docopt}
|
||||||
BuildRequires: %{python_module ipython}
|
|
||||||
BuildRequires: %{python_module jedi >= 0.9.0}
|
BuildRequires: %{python_module jedi >= 0.9.0}
|
||||||
BuildRequires: %{python_module prompt_toolkit >= 3.0.0}
|
BuildRequires: %{python_module prompt_toolkit >= 3.0.0}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
|||||||
Reference in New Issue
Block a user