modify the range of version required
This commit is contained in:
parent
3e0d1bb94c
commit
d1872a6449
@ -1,14 +1,14 @@
|
|||||||
From 2520736e60dab6f445dbd02c7eae29e286653ac7 Mon Sep 17 00:00:00 2001
|
From 9460740e909508a9dbd671be48355f4c39df92d5 Mon Sep 17 00:00:00 2001
|
||||||
From: li-miaomiao_zhr <mmlidc@isoftstone.com>
|
From: desert-sailor <dxwangk@isoftstone.com>
|
||||||
Date: Thu, 13 Jul 2023 19:39:49 +0800
|
Date: Wed, 9 Aug 2023 12:32:48 +0800
|
||||||
Subject: [PATCH] fix Illegal char *
|
Subject: [PATCH] modify the range of version required
|
||||||
|
|
||||||
---
|
---
|
||||||
pyproject.toml | 2 +-
|
pyproject.toml | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/pyproject.toml b/pyproject.toml
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
index 57cfb14..2e5794a 100644
|
index 57cfb14..314a70e 100644
|
||||||
--- a/pyproject.toml
|
--- a/pyproject.toml
|
||||||
+++ b/pyproject.toml
|
+++ b/pyproject.toml
|
||||||
@@ -25,7 +25,7 @@ classifiers = [
|
@@ -25,7 +25,7 @@ classifiers = [
|
||||||
@ -16,10 +16,10 @@ index 57cfb14..2e5794a 100644
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
|
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
|
||||||
- "jupyter_core>=4.12,!=5.0.*",
|
- "jupyter_core>=4.12,!=5.0.*",
|
||||||
+ "jupyter_core>=4.12,!=5.0",
|
+ "jupyter_core>=5.1",
|
||||||
"python-dateutil>=2.8.2",
|
"python-dateutil>=2.8.2",
|
||||||
"pyzmq>=23.0",
|
"pyzmq>=23.0",
|
||||||
"tornado>=6.2",
|
"tornado>=6.2",
|
||||||
--
|
--
|
||||||
2.39.1
|
2.33.0
|
||||||
|
|
||||||
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 8.3.0
|
Version: 8.3.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Jupyter protocol implementation and client libraries.
|
Summary: Jupyter protocol implementation and client libraries.
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/jupyter/jupyter_client
|
URL: https://github.com/jupyter/jupyter_client
|
||||||
Source0: %{url}/archive/%{version}/jupyter_client-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/jupyter_client-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Patch0: 0001-fix-Illegal-char.patch
|
Patch0: 0001-modify-the-range-of-version-required.patch
|
||||||
|
|
||||||
# Base Requires
|
# Base Requires
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -55,5 +55,8 @@ for use with Jupyter frontends.
|
|||||||
%{python3_sitelib}/jupyter_client/
|
%{python3_sitelib}/jupyter_client/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 13 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 8.3.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user