!6 Update package with version 5.7.1

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

View File

@ -1,23 +0,0 @@
--- c/setup.py 1970-01-01 08:00:00.000000000 +0800
+++ a/setup.py 2022-11-15 09:25:30.055103630 +0800
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+
+from setuptools import setup
+
+if __name__ == "__main__":
+ setup(
+ name = "jupyter_core",
+ version = "5.0.0",
+ python_requires = ">=3.8",
+ classifiers = [
+ "Framework :: Jupyter",
+ "Intended Audience :: Developers",
+ "Intended Audience :: System Administrators",
+ "Intended Audience :: Science/Research",
+ "License :: OSI Approved :: BSD License",
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 3"
+ ]
+ )
+

Binary file not shown.

BIN
jupyter_core-5.7.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-jupyter-core
Version: 5.3.1
Release: 2
Version: 5.7.1
Release: 1
Summary: Jupyter core package. A base package on which Jupyter projects rely.
License: BSD-3-Clause
URL: https://pypi.org/project/jupyter-core/
Source0: %{url}/archive/%{version}/jupyter_core-%{version}.tar.gz
Patch0: 0001-add-setup.py.patch
BuildArch: noarch
Requires: python3-traitlets
@ -91,6 +90,14 @@ mkdir %{buildroot}%{_sysconfdir}/jupyter/nbconfig/tree.d
%{_sysconfdir}/jupyter
%changelog
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 5.7.1-1
- Update package with version 5.7.1
Derive JupyterAsyncApp from JupyterApp
Modernize event loop behavior
Enable async JupyterApp
Clean up lint and add downstream checks
Add python 3.12 support and update typings for traitlets 5.11
* Thu Aug 10 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 5.3.1-2
- add python-jupyter-filesystem package