diff --git a/0001-add-setup.py.patch b/0001-add-setup.py.patch deleted file mode 100644 index fd41b5b..0000000 --- a/0001-add-setup.py.patch +++ /dev/null @@ -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" -+ ] -+ ) -+ diff --git a/jupyter_core-5.3.1.tar.gz b/jupyter_core-5.3.1.tar.gz deleted file mode 100644 index 6300232..0000000 Binary files a/jupyter_core-5.3.1.tar.gz and /dev/null differ diff --git a/jupyter_core-5.7.1.tar.gz b/jupyter_core-5.7.1.tar.gz new file mode 100644 index 0000000..43879b9 Binary files /dev/null and b/jupyter_core-5.7.1.tar.gz differ diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index 6c455ab..a0216af 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -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 - 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 - 5.3.1-2 - add python-jupyter-filesystem package