Update package with version 8.6.0
This commit is contained in:
parent
4537869271
commit
6d53890473
@ -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
|
||||
|
||||
|
||||
@ -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
BIN
jupyter_client-8.6.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user