diff --git a/notebook-7.1.1.tar.gz b/notebook-7.2.2.tar.gz similarity index 42% rename from notebook-7.1.1.tar.gz rename to notebook-7.2.2.tar.gz index 165df94d32b25b74fbcb35ed80df14cb84eb94f3..9b1b4cdf74bfe87a453f436f0745fe1f59ad18b3 100644 Binary files a/notebook-7.1.1.tar.gz and b/notebook-7.2.2.tar.gz differ diff --git a/python-notebook.spec b/python-notebook.spec index c81dead66cd95705340098d47303a9f431e7f77b..481b946a4e94eea558d13929801afdf2fad69ee4 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-notebook -Version: 7.1.1 +Version: 7.2.2 Release: 1 Summary: A web-based notebook environment for interactive computing. License: BSD-3-Clause URL: https://github.com/jupyter/notebook -Source0: https://files.pythonhosted.org/packages/86/6b/5c7878a717e90716a69628a4f1b1c198f422434c2499d5110b71ae4d9048/notebook-7.1.1.tar.gz +Source0: https://files.pythonhosted.org/packages/0f/33/30b83c1c84e368087059bde1269549612584924db156bff53654e165a498/notebook-7.2.2.tar.gz BuildArch: noarch %description Jupyter Notebook - A web-based notebook environment for interactive computing. @@ -71,5 +71,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 14 2024 liutao1 - 7.2.2-1 +- Update package to version 7.2.2 + Upgrade JupyterLab dependencies to v4.2.5 + Remove pseudoelement obstructing the cell collapser + + * Fri Mar 1 2024 Dongxing Wang - 7.1.1-1 - Init package