diff --git a/0001-modify-the-range-of-version-required.patch b/0001-modify-the-range-of-version-required.patch index 007e14d..422d23b 100644 --- a/0001-modify-the-range-of-version-required.patch +++ b/0001-modify-the-range-of-version-required.patch @@ -1,6 +1,6 @@ -From 9460740e909508a9dbd671be48355f4c39df92d5 Mon Sep 17 00:00:00 2001 -From: desert-sailor -Date: Wed, 9 Aug 2023 12:32:48 +0800 +From 81b1161d1738b1808dabfd442cf6d1f1ca811d4c Mon Sep 17 00:00:00 2001 +From: desert-sailor +Date: Wed, 6 Mar 2024 13:48:06 +0800 Subject: [PATCH] modify the range of version required --- @@ -8,18 +8,18 @@ Subject: [PATCH] modify the range of version required 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index 57cfb14..314a70e 100644 +index 24e543a..daa2bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml -@@ -25,7 +25,7 @@ classifiers = [ +@@ -21,7 +21,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ "importlib_metadata>=4.8.3;python_version<\"3.10\"", - "jupyter_core>=4.12,!=5.0.*", -+ "jupyter_core>=5.1", ++ "jupyter_core>=5.3.0", "python-dateutil>=2.8.2", "pyzmq>=23.0", "tornado>=6.2", -- -2.33.0 +2.43.0 diff --git a/jupyter-client.spec b/jupyter-client.spec index 2c06bdc..26f1a04 100644 --- a/jupyter-client.spec +++ b/jupyter-client.spec @@ -2,8 +2,8 @@ %global pypi_name jupyter-client Name: python-%{pypi_name} -Version: 8.3.0 -Release: 2 +Version: 8.6.0 +Release: 1 Summary: Jupyter protocol implementation and client libraries. License: BSD-3-Clause URL: https://github.com/jupyter/jupyter_client @@ -51,10 +51,16 @@ for use with Jupyter frontends. %{_bindir}/jupyter-kernel %{_bindir}/jupyter-kernelspec %{_bindir}/jupyter-run -%{python3_sitelib}/jupyter_client-8.3.0.dist-info/ +%{python3_sitelib}/jupyter_client-*.dist-info/ %{python3_sitelib}/jupyter_client/ %changelog +* Wed Mar 6 2024 Dongxing Wang - 8.6.0-1 +- Update package with version 8.6.0 + Update typing for traitlets 5.13 + Enable strict typing + Test on python 3.12 + * Wed Aug 9 2023 Dongxing Wang - 8.3.0-2 - Modify the range of version requiered diff --git a/jupyter_client-8.3.0.tar.gz b/jupyter_client-8.3.0.tar.gz deleted file mode 100644 index 8199aab..0000000 Binary files a/jupyter_client-8.3.0.tar.gz and /dev/null differ diff --git a/jupyter_client-8.6.0.tar.gz b/jupyter_client-8.6.0.tar.gz new file mode 100644 index 0000000..c430f7a Binary files /dev/null and b/jupyter_client-8.6.0.tar.gz differ