diff --git a/nbformat-5.10.0.tar.gz b/nbformat-5.10.0.tar.gz deleted file mode 100644 index 4af81d6085a7b370f4a78de8a948732fb5afe2dc..0000000000000000000000000000000000000000 Binary files a/nbformat-5.10.0.tar.gz and /dev/null differ diff --git a/nbformat-5.10.3.tar.gz b/nbformat-5.10.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..37f6d1e5567fc829521d8897010e0d483e56f07a Binary files /dev/null and b/nbformat-5.10.3.tar.gz differ diff --git a/python-nbformat.spec b/python-nbformat.spec index c0f30458a4734b5844e9efcf79e62ad8e258faea..35e38176e69d34a3946446db2f6912dfa4bc8ba1 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.10.0 +Version: 5.10.3 Release: 1 Summary: The Jupyter Notebook format. License: BSD-3-Clause @@ -76,6 +76,11 @@ Documentation for %{name} %license LICENSE %changelog +* Tue Aug 12 2025 dongqi - 5.10.3-1 +- Update package to version 5.10.3 + * Restore usage of npm token + * Revert PR #378 (Simplify NotebookNotary._data_dir_default) + * Thu Nov 07 2024 panzhe - 5.10.0-1 - Update package to version 5.10.0 * Fix typing error