From 22e079ec46dc8bbcb95530f9e22b91abdd5ff6bfb9a7e7b5f378e01f77bb3701 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 4 Apr 2023 16:18:30 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/jupyter-imatlab?expand=0&rev=17 --- jupyter-imatlab.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jupyter-imatlab.spec b/jupyter-imatlab.spec index 4bd615e..c1d227b 100644 --- a/jupyter-imatlab.spec +++ b/jupyter-imatlab.spec @@ -47,15 +47,14 @@ 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} +Provides: python3-imatlab = %{version}-%{release} BuildArch: noarch %description A Jupyter kernel for MATLAB. This kernel requires Jupyter with Python 3.5+, -and the MATLAB engine for Python (this release -provides a much better completion API), which +and the MATLAB engine for Python, which needs to be installed first. %prep @@ -84,7 +83,7 @@ export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix} %endif %post -echo "Note: This package is no longer actively maintained." +echo "Note: imatlab is no longer actively maintained." echo "Consider using the official MATLAB integration for Jupyter instead." %files