diff --git a/jupyterlab-4.3.5.tar.gz b/jupyterlab-4.4.1.tar.gz similarity index 69% rename from jupyterlab-4.3.5.tar.gz rename to jupyterlab-4.4.1.tar.gz index f137fb2d3519aa4c73d2dc1409b766863494e7f0..e9e33370abdb3a2751b124f0f7c9360388d9bfc4 100644 Binary files a/jupyterlab-4.3.5.tar.gz and b/jupyterlab-4.4.1.tar.gz differ diff --git a/python-jupyterlab.spec b/python-jupyterlab.spec index a5c7e6934883a89cdbbfe1b5cc1548e40a14c402..414d420ebfe78fe3593de66616ea77e514a036c3 100644 --- a/python-jupyterlab.spec +++ b/python-jupyterlab.spec @@ -1,12 +1,12 @@ %global pypi_name jupyterlab Name: python-%{pypi_name} -Version: 4.3.5 -Release: 2 +Version: 4.4.1 +Release: 1 Summary: JupyterLab computational environment License: MIT URL: https://github.com/jupyterlab/jupyterlab -Source0: https://files.pythonhosted.org/packages/19/17/6f3d73c3e54b71bbaf03edcc4a54b0aa6328e0a134755f297ea87d425711/jupyterlab-4.3.5.tar.gz +Source0: https://files.pythonhosted.org/packages/f6/55/3ef7e6bfe988d7df3d453cc27912846d50590c90790848594f7228c89569/jupyterlab-4.4.1.tar.gz BuildArch: noarch @@ -55,6 +55,20 @@ JupyterLab is the next-generation user interface for Project Jupyter offering al %changelog +* Thu Apr 24 2025 Dongxing Wang - 4.4.1-1 +- Update package with version 4.4.1 + Fix undo/redo in cells created in none windowing mode + Fix token extraction for incomplete paths + Fix handling of the single click navigation + Follow changes to stream outputs + Fix incorrect modifications in collaborative save events + Fix document search matching text within unsupported SVG tags + Fix handling of the CSV viewer theme + Fix browser tab name updates when started in single-document mode + Add Settings Import Feature from a JSON File + Support kernel subshells + Remove spurious regex to slightly improve performance of streaming large outputs + * Fri Mar 07 2025 jiangxinyu - 4.3.5-2 - Fix macro usage in the Summary field.