!3 modify the range of version required
From: @desert-sailor Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
4537869271
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user