diff --git a/0001-fix-mistune-version-to-adapt-python-m2r.patch b/0001-fix-mistune-version-to-adapt-python-m2r.patch index 7ba70e473d2197d8547f0e5946cec342e2af9b9b..0ae76c189adc083d0676500f74063a293ef4022b 100644 --- a/0001-fix-mistune-version-to-adapt-python-m2r.patch +++ b/0001-fix-mistune-version-to-adapt-python-m2r.patch @@ -1,6 +1,6 @@ -From 70acaea410b1efe64af246a84f2e2bfacb8964ae Mon Sep 17 00:00:00 2001 -From: li-miaomiao_zhr -Date: Fri, 14 Jul 2023 10:16:45 +0800 +From 3339bd347b5e8ce63d12e22bfb596e93fb3f1fab Mon Sep 17 00:00:00 2001 +From: shaoning +Date: Thu, 24 Oct 2024 11:31:00 +0800 Subject: [PATCH] fix mistune version to adapt python-m2r --- @@ -8,7 +8,7 @@ Subject: [PATCH] fix mistune version to adapt python-m2r 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index f5085c3..1e11c5f 100644 +index 73d4b4a..f468735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ @@ -21,5 +21,5 @@ index f5085c3..1e11c5f 100644 "nbformat>=5.7", "packaging", -- -2.39.1 +2.32.0.windows.1 diff --git a/nbconvert-7.6.0.tar.gz b/nbconvert-7.6.0.tar.gz deleted file mode 100644 index c7df355b7f22d858ea047474400ba1b0c550a7cb..0000000000000000000000000000000000000000 Binary files a/nbconvert-7.6.0.tar.gz and /dev/null differ diff --git a/nbconvert-7.7.0.tar.gz b/nbconvert-7.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1cff10a0c24519ab29b2089463a0661944e36d15 Binary files /dev/null and b/nbconvert-7.7.0.tar.gz differ diff --git a/python-nbconvert.spec b/python-nbconvert.spec index b9dd0ef64194a46949027928935d1953273afe97..1b44a7c2b953f89768a0db0e70adbbc6679a8980 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -2,7 +2,7 @@ %global pypi_name nbconvert Name: python-%{pypi_name} -Version: 7.6.0 +Version: 7.7.0 Release: 1 Summary: Converting Jupyter Notebooks @@ -70,5 +70,14 @@ sed -i '/"pytest-cov",/d' pyproject.toml %{_datadir}/jupyter/%{pypi_name}/templates/ %changelog +* Thu Oct 24 2024 shaoning - 7.7.0-1 +- Update package to version 7.7.0 + * Adopt playwright + * Update to Jupyterlab 4 + * html: write image/svg+xml data as base64 and skip clean_html + * Remove HTML escaping JSON-encoded widget state + * Fix lint error + * Support Python 3.8-3.12 + * Thu Jul 13 2023 li-miaomiao_zhr - 7.6.0-1 - Package init