!3 modify the range of version required

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-08-09 07:37:42 +00:00 committed by Gitee
commit 4537869271
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 12 additions and 9 deletions

View File

@ -1,14 +1,14 @@
From 2520736e60dab6f445dbd02c7eae29e286653ac7 Mon Sep 17 00:00:00 2001
From: li-miaomiao_zhr <mmlidc@isoftstone.com>
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 <dxwangk@isoftstone.com>
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

View File

@ -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 <dxwangk@isoftstone.com> - 8.3.0-2
- Modify the range of version requiered
* Thu Jul 13 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 8.3.0-1
- Package init