- Skip python39: no longer supported since ipython 8.19

(via ipykernel)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=62
This commit is contained in:
Benjamin Greiner 2024-03-08 13:45:27 +00:00 committed by Git OBS Bridge
parent dec453b962
commit b1adb18cfe
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 8 13:45:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python39: no longer supported since ipython 8.19
(via ipykernel)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 24 20:16:35 UTC 2023 - Ben Greiner <code@bnavigator.de> Fri Nov 24 20:16:35 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-qtconsole # spec file for package python-qtconsole
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,6 +16,7 @@
# #
%define skip_python39 1
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
%bcond_without libalternatives %bcond_without libalternatives
%else %else
@ -65,7 +66,7 @@ BuildRequires: alts
Requires: alts Requires: alts
%else %else
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun):update-alternatives Requires(postun): update-alternatives
%endif %endif
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module Pygments} BuildRequires: %{python_module Pygments}