From d1872a644992adb966e08c1dfc537fc413ba104f Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Wed, 9 Aug 2023 12:36:50 +0800 Subject: [PATCH] modify the range of version required --- ...0001-modify-the-range-of-version-required.patch | 14 +++++++------- jupyter-client.spec | 7 +++++-- 2 files changed, 12 insertions(+), 9 deletions(-) rename 0001-fix-Illegal-char.patch => 0001-modify-the-range-of-version-required.patch (61%) diff --git a/0001-fix-Illegal-char.patch b/0001-modify-the-range-of-version-required.patch similarity index 61% rename from 0001-fix-Illegal-char.patch rename to 0001-modify-the-range-of-version-required.patch index 3c9195f..007e14d 100644 --- a/0001-fix-Illegal-char.patch +++ b/0001-modify-the-range-of-version-required.patch @@ -1,14 +1,14 @@ -From 2520736e60dab6f445dbd02c7eae29e286653ac7 Mon Sep 17 00:00:00 2001 -From: li-miaomiao_zhr -Date: Thu, 13 Jul 2023 19:39:49 +0800 -Subject: [PATCH] fix Illegal char * +From 9460740e909508a9dbd671be48355f4c39df92d5 Mon Sep 17 00:00:00 2001 +From: desert-sailor +Date: Wed, 9 Aug 2023 12:32:48 +0800 +Subject: [PATCH] modify the range of version required --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml -index 57cfb14..2e5794a 100644 +index 57cfb14..314a70e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ @@ -16,10 +16,10 @@ index 57cfb14..2e5794a 100644 dependencies = [ "importlib_metadata>=4.8.3;python_version<\"3.10\"", - "jupyter_core>=4.12,!=5.0.*", -+ "jupyter_core>=4.12,!=5.0", ++ "jupyter_core>=5.1", "python-dateutil>=2.8.2", "pyzmq>=23.0", "tornado>=6.2", -- -2.39.1 +2.33.0 diff --git a/jupyter-client.spec b/jupyter-client.spec index 873771e..2c06bdc 100644 --- a/jupyter-client.spec +++ b/jupyter-client.spec @@ -3,13 +3,13 @@ Name: python-%{pypi_name} Version: 8.3.0 -Release: 1 +Release: 2 Summary: Jupyter protocol implementation and client libraries. License: BSD-3-Clause URL: https://github.com/jupyter/jupyter_client Source0: %{url}/archive/%{version}/jupyter_client-%{version}.tar.gz BuildArch: noarch -Patch0: 0001-fix-Illegal-char.patch +Patch0: 0001-modify-the-range-of-version-required.patch # Base Requires BuildRequires: python3-setuptools @@ -55,5 +55,8 @@ for use with Jupyter frontends. %{python3_sitelib}/jupyter_client/ %changelog +* Wed Aug 9 2023 Dongxing Wang - 8.3.0-2 +- Modify the range of version requiered + * Thu Jul 13 2023 li-miaomiao_zhr - 8.3.0-1 - Package init