Update package with version 0.3.0

This commit is contained in:
desert-sailor 2024-03-06 11:44:34 +08:00
parent 8a815d4719
commit 48d8ac1b2c
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