Update package with version 5.7.1

This commit is contained in:
desert-sailor 2024-03-06 12:21:04 +08:00
parent 027dbdadee
commit 654e6fb30c
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 %global _empty_manifest_terminate_build 0
Name: python-jupyter-core Name: python-jupyter-core
Version: 5.3.1 Version: 5.7.1
Release: 2 Release: 1
Summary: Jupyter core package. A base package on which Jupyter projects rely. Summary: Jupyter core package. A base package on which Jupyter projects rely.
License: BSD-3-Clause License: BSD-3-Clause
URL: https://pypi.org/project/jupyter-core/ URL: https://pypi.org/project/jupyter-core/
Source0: %{url}/archive/%{version}/jupyter_core-%{version}.tar.gz Source0: %{url}/archive/%{version}/jupyter_core-%{version}.tar.gz
Patch0: 0001-add-setup.py.patch
BuildArch: noarch BuildArch: noarch
Requires: python3-traitlets Requires: python3-traitlets
@ -91,6 +90,14 @@ mkdir %{buildroot}%{_sysconfdir}/jupyter/nbconfig/tree.d
%{_sysconfdir}/jupyter %{_sysconfdir}/jupyter
%changelog %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 * Thu Aug 10 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 5.3.1-2
- add python-jupyter-filesystem package - add python-jupyter-filesystem package