diff --git a/notebook-7.1.1.tar.gz b/notebook-7.1.2.tar.gz similarity index 43% rename from notebook-7.1.1.tar.gz rename to notebook-7.1.2.tar.gz index 165df94d32b25b74fbcb35ed80df14cb84eb94f3..af0dcd89560b0814f151cad1efb03bc454800fb7 100644 Binary files a/notebook-7.1.1.tar.gz and b/notebook-7.1.2.tar.gz differ diff --git a/python-notebook.spec b/python-notebook.spec index c81dead66cd95705340098d47303a9f431e7f77b..52f55398af0836f9ec9c7ac0e9d20bfcc04ff823 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.1.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/86/6b/5c7878a717e90716a69628a4f1b1c198f422434c2499d5110b71ae4d9048/notebook-7.1.2.tar.gz BuildArch: noarch %description Jupyter Notebook - A web-based notebook environment for interactive computing. @@ -71,5 +71,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 5 2024 liutao1 - 7.1.2-1 +- Update package to version 7.1.2 +- Update Release Scripts +- Fix jupyterlab install command in the releaser hook +- Update to JupyterLab 4.1.5 packages +- Add a section to use local dependencies + * Fri Mar 1 2024 Dongxing Wang - 7.1.1-1 - Init package