17
0

- update to 0.2.1:

* python 3.13 support
  * move to flit
  * test on python 3.14
  * docstring fixes
- multibuild for rudimentary test in order to avoid depcycle with

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-matplotlib-inline?expand=0&rev=15
This commit is contained in:
2025-12-01 22:59:35 +00:00
committed by Git OBS Bridge
parent 658f43ca9f
commit 54c8a11249
4 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-matplotlib-inline
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,14 +28,14 @@
%endif
%{?sle15_python_module_pythons}
Name: python-matplotlib-inline%{psuffix}
Version: 0.1.7
Version: 0.2.1
Release: 0
Summary: Inline Matplotlib backend for Jupyter
License: BSD-3-Clause
URL: https://github.com/ipython/matplotlib-inline
Source: https://files.pythonhosted.org/packages/source/m/matplotlib-inline/matplotlib_inline-%{version}.tar.gz
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module traitlets}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes