From f12a0b44bdff22dfb9520ea85583b1941c4a38b87ddc096fedbf9e8e8c80d5fe Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 22 Apr 2024 14:48:44 +0000 Subject: [PATCH] Accepting request 1169680 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.1.7 - Use pyproject-based install OBS-URL: https://build.opensuse.org/request/show/1169680 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-matplotlib-inline?expand=0&rev=13 --- matplotlib-inline-0.1.6.tar.gz | 3 --- matplotlib_inline-0.1.7.tar.gz | 3 +++ python-matplotlib-inline.changes | 9 +++++++++ python-matplotlib-inline.spec | 12 +++++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 matplotlib-inline-0.1.6.tar.gz create mode 100644 matplotlib_inline-0.1.7.tar.gz diff --git a/matplotlib-inline-0.1.6.tar.gz b/matplotlib-inline-0.1.6.tar.gz deleted file mode 100644 index 9dada41..0000000 --- a/matplotlib-inline-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304 -size 7790 diff --git a/matplotlib_inline-0.1.7.tar.gz b/matplotlib_inline-0.1.7.tar.gz new file mode 100644 index 0000000..aaf24f7 --- /dev/null +++ b/matplotlib_inline-0.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90 +size 8159 diff --git a/python-matplotlib-inline.changes b/python-matplotlib-inline.changes index 3d83405..47224dc 100644 --- a/python-matplotlib-inline.changes +++ b/python-matplotlib-inline.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 21 22:22:11 UTC 2024 - Todd R + +- 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 diff --git a/python-matplotlib-inline.spec b/python-matplotlib-inline.spec index 99327fd..fed658a 100644 --- a/python-matplotlib-inline.spec +++ b/python-matplotlib-inline.spec @@ -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