!4 Update package with version 0.3.0

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-06 06:08:14 +00:00 committed by Gitee
commit 75b1f02681
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 <dongxing.wang_a@thundersoft.com> - 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 <jiangxinyu@kylinos.cn> - 0.2.2-1
- Update package to version 0.2.2