17
0

Accepting request 1155314 from devel:languages:python:jupyter

- Skip testing with python 3.9: python39-ipython is no longer
  available.

OBS-URL: https://build.opensuse.org/request/show/1155314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib-inline?expand=0&rev=5
This commit is contained in:
2024-03-06 22:03:04 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 5 15:18:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Skip testing with python 3.9: python39-ipython is no longer
available.
-------------------------------------------------------------------
Sat Jul 1 10:34:02 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-matplotlib-inline
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,6 +20,8 @@
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
# no ipython anymore
%define skip_python39 1
%else
%define psuffix %{nil}
%bcond_with test