Accepting request 1169690 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/1169690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib-inline?expand=0&rev=6
This commit is contained in:
2024-04-23 16:55:11 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 8 deletions

BIN
matplotlib-inline-0.1.6.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90
size 8159

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Apr 21 22:22:11 UTC 2024 - Todd R <toddrme2178@gmail.com>
- Update to version 0.1.7
* Use short matplotlib backend name
* Add matplotlib.backend entry point
* Use pyproject.toml instead of setup.cfg
- Use pyproject-based install
-------------------------------------------------------------------
Tue Mar 5 15:18:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -28,14 +28,16 @@
%endif
%{?sle15_python_module_pythons}
Name: python-matplotlib-inline%{psuffix}
Version: 0.1.6
Version: 0.1.7
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
Source: https://files.pythonhosted.org/packages/source/m/matplotlib-inline/matplotlib_inline-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module traitlets}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-traitlets
@@ -50,14 +52,14 @@ BuildRequires: %{python_module matplotlib}
Matplotlib Inline Back-end for IPython and Jupyter
%prep
%setup -q -n matplotlib-inline-%{version}
%setup -q -n matplotlib_inline-%{version}
%build
%python_build
%pyproject_wheel
%install
%if ! %{with test}
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif