From 74934708c8d62bb7125087579c8305e9f32265f39cc54475a6df397cb16e5918 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 4 Apr 2023 16:15:56 +0000 Subject: [PATCH] - Add jupyter-rpm-macros to BuildRequires - Add note about end of maintenance to rpm post install phase OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/jupyter-imatlab?expand=0&rev=16 --- jupyter-imatlab.changes | 6 ++++++ jupyter-imatlab.spec | 12 ++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/jupyter-imatlab.changes b/jupyter-imatlab.changes index d639b12..efa313f 100644 --- a/jupyter-imatlab.changes +++ b/jupyter-imatlab.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 4 16:09:39 UTC 2023 - Ben Greiner + +- Add jupyter-rpm-macros to BuildRequires +- Add note about end of maintenance to rpm post install phase + ------------------------------------------------------------------- Tue Jan 3 18:11:36 UTC 2023 - Ben Greiner diff --git a/jupyter-imatlab.spec b/jupyter-imatlab.spec index ec4a44e..4bd615e 100644 --- a/jupyter-imatlab.spec +++ b/jupyter-imatlab.spec @@ -41,10 +41,10 @@ BuildRequires: unzip BuildRequires: python3-curses BuildRequires: python3-jupyter-kernel-test %endif -Requires: jupyter-ipykernel >= 4.1 -Requires: jupyter-ipython >= 6 -Requires: jupyter-widgetsnbextension >= 1.0 -Requires: python3-plotly +Requires: python3-ipykernel >= 4.1 +Requires: python3-nbconvert >= 4.2 +Requires: python3-plotly >= 1.13.0 +Requires: python3-widgetsnbextension >= 1.0 Provides: python3-jupyter_imatlab_kernel = %{version} Obsoletes: python3-jupyter_imatlab_kernel < %{version} Provides: python3-imatlab = %{version} @@ -83,6 +83,10 @@ export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix} %pyunittest -v test_imatlab.py %endif +%post +echo "Note: This package is no longer actively maintained." +echo "Consider using the official MATLAB integration for Jupyter instead." + %files %license LICENSE.txt %{python3_sitelib}/imatlab-%{version}.dist-info