Accepting request 1199035 from devel:languages:python:jupyter

- Update to 4.1.1
  * Migrate to updated JupyterLab extension template #230
    (@akisaini)
  * Fix a bug of synctex edit command #231 (@naoh16)
  * Minor JS changes

OBS-URL: https://build.opensuse.org/request/show/1199035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jupyter-jupyterlab-latex?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-09-06 15:18:28 +00:00 committed by Git OBS Bridge
commit ebe66b325b
7 changed files with 11468 additions and 11484 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 5 17:39:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 4.1.1
* Migrate to updated JupyterLab extension template #230
(@akisaini)
* Fix a bug of synctex edit command #231 (@naoh16)
* Minor JS changes
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 9 07:43:30 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com> Thu May 9 07:43:30 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -18,15 +18,13 @@
%define pythons python3 %define pythons python3
Name: jupyter-jupyterlab-latex Name: jupyter-jupyterlab-latex
Version: 4.0.0 Version: 4.1.1
Release: 0 Release: 0
Summary: Jupyter Notebook server extension which acts as an endpoint for LaTeX Summary: Jupyter Notebook server extension which acts as an endpoint for LaTeX
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/jupyterlab/jupyterlab-latex URL: https://github.com/jupyterlab/jupyterlab-latex
# >= 3.1 not on PyPI gh#jupyterlab/jupyterlab-latex#218 Source: https://files.pythonhosted.org/packages/source/j/jupyterlab-latex/jupyterlab_latex-%{version}.tar.gz
#Source: https://files.pythonhosted.org/packages/py3/j/jupyterlab_latex/jupyterlab_latex-%%{version}-py3-none-any.whl
Source0: https://github.com/jupyterlab/jupyterlab-latex/archive/refs/tags/v%{version}.tar.gz#/jupyterlab_latex-%{version}-gh.tar.gz
# package-lock.json file generated with command: # package-lock.json file generated with command:
# npm install --package-lock-only --legacy-peer-deps --ignore-scripts # npm install --package-lock-only --legacy-peer-deps --ignore-scripts
Source2: package-lock.json Source2: package-lock.json
@ -39,15 +37,15 @@ BuildRequires: jupyter-rpm-macros
BuildRequires: local-npm-registry BuildRequires: local-npm-registry
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python3-base >= 3.8 BuildRequires: python3-base >= 3.8
BuildRequires: python3-hatch-jupyter-builder >= 0.5
BuildRequires: python3-hatch-nodejs-version >= 0.3.2
BuildRequires: python3-hatchling >= 1.5.0
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: texlive-latex-bin BuildRequires: texlive-latex-bin
BuildRequires: (python3-jupyter-packaging >= 0.12 with python3-jupyter-packaging < 2) BuildRequires: (python3-jupyter-server >= 2.0.1 with python3-jupyter-server < 3)
BuildRequires: (python3-jupyter-server >= 2 with python3-jupyter-server < 3) BuildRequires: (python3-jupyterlab > 4 with python3-jupyterlab < 5)
BuildRequires: (python3-jupyterlab >= 4 with python3-jupyterlab < 5)
Requires: texlive-latex-bin Requires: texlive-latex-bin
Requires: (python3-jupyter-server >= 2 with python3-jupyter-server < 3) Requires: (python3-jupyter-server >= 2.0.1 with python3-jupyter-server < 3)
Requires: (python3-jupyterlab >= 4 with python3-jupyterlab < 5)
Provides: python3-jupyter_jupyterlab_latex = %{version}-%{release} Provides: python3-jupyter_jupyterlab_latex = %{version}-%{release}
Obsoletes: python3-jupyter_jupyterlab_latex < %{version}-%{release} Obsoletes: python3-jupyter_jupyterlab_latex < %{version}-%{release}
Provides: python3-jupyterlab-latex = %{version}-%{release} Provides: python3-jupyterlab-latex = %{version}-%{release}
@ -57,7 +55,7 @@ BuildArch: noarch
An extension for JupyterLab which allows for live-editing of LaTeX documents. An extension for JupyterLab which allows for live-editing of LaTeX documents.
%prep %prep
%autosetup -p1 -n jupyterlab-latex-%{version} %autosetup -p1 -n jupyterlab_latex-%{version}
local-npm-registry %{_sourcedir} install --also=dev local-npm-registry %{_sourcedir} install --also=dev
sed -i "s/jlpm/npm/" pyproject.toml sed -i "s/jlpm/npm/" pyproject.toml
sed -i "s/jlpm/npm run/g" package.json sed -i "s/jlpm/npm run/g" package.json
@ -82,8 +80,8 @@ jupyter labextension list 2>&1 | grep -ie "@jupyterlab/latex.*OK"
python3 -c 'import jupyterlab_latex' python3 -c 'import jupyterlab_latex'
%files %files
%license %{python3_sitelib}/jupyterlab_latex-*.dist-info/LICENSE %license LICENSE
%{python3_sitelib}/jupyterlab_latex-%{version}*.dist-info %{python3_sitelib}/jupyterlab_latex-%{version}.dist-info
%{python3_sitelib}/jupyterlab_latex/ %{python3_sitelib}/jupyterlab_latex/
%dir %_jupyter_labextensions_dir3/@jupyterlab %dir %_jupyter_labextensions_dir3/@jupyterlab
%_jupyter_labextensions_dir3/@jupyterlab/latex %_jupyter_labextensions_dir3/@jupyterlab/latex

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46da59dc8848bfc6cab4ef8c2d6dcadaa13c3143384017b05097d8d8e70adec4
size 287085

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf9f2360430310cf3131e5c591f9f66900657731ee9908d78f02f8d9a57373dc
size 635707

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2de853d57a0b29f98330be54eef17b745e59ae8055ba455252897ac1a422cbfb oid sha256:6495aff31ff6713d5060c45d8bc7631f3e8caa23d1755ccb9adb2ba0a0f4e6c7
size 43085876 size 48119916

File diff suppressed because it is too large Load Diff

21394
package-lock.json generated

File diff suppressed because it is too large Load Diff