diff --git a/jupyterlab_pygments-0.2.2.tar.gz b/jupyterlab_pygments-0.2.2.tar.gz deleted file mode 100644 index 06f1654..0000000 Binary files a/jupyterlab_pygments-0.2.2.tar.gz and /dev/null differ diff --git a/jupyterlab_pygments-0.3.0.tar.gz b/jupyterlab_pygments-0.3.0.tar.gz new file mode 100644 index 0000000..4bfdef0 Binary files /dev/null and b/jupyterlab_pygments-0.3.0.tar.gz differ diff --git a/python-jupyterlab-pygments.spec b/python-jupyterlab-pygments.spec index 888a105..b8027a4 100644 --- a/python-jupyterlab-pygments.spec +++ b/python-jupyterlab-pygments.spec @@ -2,7 +2,7 @@ %global pypi_name jupyterlab_pygments Name: python-%{pypi_name} -Version: 0.2.2 +Version: 0.3.0 Release: 1 Summary: Pygments theme using JupyterLab CSS variables License: BSD-3-Clause @@ -15,7 +15,9 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-wheel -BuildRequires: python3-jupyter-packaging +BuildRequires: python3-hatchling +BuildRequires: python3-hatch-nodejs-version +BuildRequires: python3-hatch-jupyter-builder BuildRequires: python3-jupyterlab %description @@ -48,6 +50,14 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/* %changelog +* Wed Mar 6 2024 Dongxing Wang - 0.3.0-1 +- Update package with version 0.3.0 + Upgrade extension to work with jupyterlab4 + Delete lock file and rerun jlpm install + Remove dev dependencies and auto generated hatch file + Make build work with python 3.12 + Remove package-lock.json from git tracking + * Wed Feb 21 2024 jiangxinyu - 0.2.2-1 - Update package to version 0.2.2