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:
BIN
matplotlib-inline-0.1.6.tar.gz
(Stored with Git LFS)
BIN
matplotlib-inline-0.1.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
matplotlib_inline-0.1.7.tar.gz
Normal file
3
matplotlib_inline-0.1.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90
|
||||
size 8159
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user