17
0

Accepting request 998361 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/998361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-matplotlib-inline?expand=0&rev=4
This commit is contained in:
2022-08-20 15:25:27 +00:00
committed by Git OBS Bridge
parent ecc4a81d9b
commit f193fd54db
4 changed files with 26 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-matplotlib-inline%{psuffix}
Version: 0.1.3
Version: 0.1.6
Release: 0
Summary: Inline Matplotlib backend for Jupyter
License: BSD-3-Clause
@@ -36,14 +36,14 @@ 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 setuptools}
BuildRequires: %{python_module traitlets}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-traitlets
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module matplotlib}
%endif
BuildRequires: fdupes
Requires: python-traitlets
BuildArch: noarch
%python_subpackages
%description