diff --git a/nbformat-5.10.0.tar.gz b/nbformat-5.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4af81d6085a7b370f4a78de8a948732fb5afe2dc Binary files /dev/null and b/nbformat-5.10.0.tar.gz differ diff --git a/nbformat-5.9.0.tar.gz b/nbformat-5.9.0.tar.gz deleted file mode 100644 index 29dd9e2a61e8bf36c7d840ec63a7e2a43f7b534d..0000000000000000000000000000000000000000 Binary files a/nbformat-5.9.0.tar.gz and /dev/null differ diff --git a/nbformat-5.9.2.tar.gz b/nbformat-5.9.2.tar.gz deleted file mode 100644 index 6e26c75bd18ea9d124755ff6613dfd1bd8031b4b..0000000000000000000000000000000000000000 Binary files a/nbformat-5.9.2.tar.gz and /dev/null differ diff --git a/python-nbformat.spec b/python-nbformat.spec index cc0dfe57bad326ed1d24ff1795d0d845c6d0633b..c0f30458a4734b5844e9efcf79e62ad8e258faea 100644 --- a/python-nbformat.spec +++ b/python-nbformat.spec @@ -8,7 +8,7 @@ This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.} Name: python-%{pypi_name} -Version: 5.9.2 +Version: 5.10.0 Release: 1 Summary: The Jupyter Notebook format. License: BSD-3-Clause @@ -76,8 +76,12 @@ Documentation for %{name} %license LICENSE %changelog +* Thu Nov 07 2024 panzhe - 5.10.0-1 +- Update package to version 5.10.0 + * Fix typing error + * Fri Oct 13 2023 wen-minjuan - 5.9.2-1 - Upgrade version to 5.9.2-1 * Mon Jul 10 2023 Dongxing Wang - 5.9.0-1 -- Initial package. \ No newline at end of file +- Initial package.