Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-matplotlib-inline for
openSUSE:Factory checked in at 2024-04-23 18:55:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib-inline (Old)
and /work/SRC/openSUSE:Factory/.python-matplotlib-inline.new.27645 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib-inline"
Tue Apr 23 18:55:11 2024 rev:6 rq:1169690 version:0.1.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-matplotlib-inline/python-matplotlib-inline.changes
2024-03-06 23:03:08.638294607 +0100
+++
/work/SRC/openSUSE:Factory/.python-matplotlib-inline.new.27645/python-matplotlib-inline.changes
2024-04-23 18:55:27.585137292 +0200
@@ -1,0 +2,9 @@
+Sun Apr 21 22:22:11 UTC 2024 - Todd R <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
matplotlib-inline-0.1.6.tar.gz
New:
----
matplotlib_inline-0.1.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-matplotlib-inline.spec ++++++
--- /var/tmp/diff_new_pack.ke9WLp/_old 2024-04-23 18:55:28.289162648 +0200
+++ /var/tmp/diff_new_pack.ke9WLp/_new 2024-04-23 18:55:28.289162648 +0200
@@ -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 @@
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