!4 Update package with version 8.6.0

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-06 06:24:57 +00:00 committed by Gitee
commit 51a3d75eb2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 16 additions and 10 deletions

View File

@ -1,6 +1,6 @@
From 9460740e909508a9dbd671be48355f4c39df92d5 Mon Sep 17 00:00:00 2001
From: desert-sailor <dxwangk@isoftstone.com>
Date: Wed, 9 Aug 2023 12:32:48 +0800
From 81b1161d1738b1808dabfd442cf6d1f1ca811d4c Mon Sep 17 00:00:00 2001
From: desert-sailor <dongxing.wang_a@thundersoft.com>
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

View File

@ -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 <dongxing.wang_a@thundersoft.com> - 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 <dxwangk@isoftstone.com> - 8.3.0-2
- Modify the range of version requiered

Binary file not shown.

BIN
jupyter_client-8.6.0.tar.gz Normal file

Binary file not shown.