diff --git a/notebook-7.4.0.tar.gz b/notebook-7.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a0719694ad03a25badcc53372fd03f6fa867e87e Binary files /dev/null and b/notebook-7.4.0.tar.gz differ diff --git a/python-notebook.spec b/python-notebook.spec index c81dead66cd95705340098d47303a9f431e7f77b..5b3bd1ca63b022b22587b0ee9b1c62017ba7a95c 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.4.0 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/33/7c/2dd051638502268da7a6784ae18bb40c2d7fcbea3581bf14078a168f9960/notebook-7.4.0.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 +* Sun Apr 20 2025 Dongxing Wang - 7.4.0-1 +- Update package with version 7.4.0 + Add support for a down area + Support ServiceManagerPlugin + Add active cell border padding, remove double cell padding + * Fri Mar 1 2024 Dongxing Wang - 7.1.1-1 - Init package