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 new file mode 100644 index 0000000000000000000000000000000000000000..6e26c75bd18ea9d124755ff6613dfd1bd8031b4b Binary files /dev/null and b/nbformat-5.9.2.tar.gz differ diff --git a/python-nbformat.spec b/python-nbformat.spec index 831a3bdf517796329f95c147fc3c81d01d22dd0b..ab463f4f0e6a6104f5c48e4621b717b6abe9a07c 100644 --- a/python-nbformat.spec +++ b/python-nbformat.spec @@ -8,12 +8,12 @@ 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.0 +Version: 5.9.2 Release: 1 Summary: The Jupyter Notebook format. License: BSD-3-Clause URL: https://github.com/jupyter/nbformat -Source0: %{pypi_source %{pypi_name}} +Source0: https://files.pythonhosted.org/packages/54/d8/31dceef56952da6ea2c43405a83c9759a22a86cb530197988cfa8599b178/nbformat-5.9.2.tar.gz BuildArch: noarch @@ -76,5 +76,8 @@ Documentation for %{name} %license LICENSE %changelog +* Sat Oct 7 2023 luluoc - 5.9.2-1 +- Upgrade package version 5.9.2. + * Mon Jul 10 2023 Dongxing Wang - 5.9.0-1 - Initial package.