diff --git a/nbsphinx-0.9.5.tar.gz b/nbsphinx-0.9.5.tar.gz deleted file mode 100644 index 51a1e926f7d1df3e2c9076db9e2c3ce60abc4d34..0000000000000000000000000000000000000000 Binary files a/nbsphinx-0.9.5.tar.gz and /dev/null differ diff --git a/nbsphinx-0.9.7.tar.gz b/nbsphinx-0.9.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..562620018b55e34b07da205f0b25624175063a1c Binary files /dev/null and b/nbsphinx-0.9.7.tar.gz differ diff --git a/python-nbsphinx.spec b/python-nbsphinx.spec index 3e9aa1b56a785e13f9f8e1711f0a9d9497bea5e4..ebabf63d3032acff6608531378545214f0db86ec 100644 --- a/python-nbsphinx.spec +++ b/python-nbsphinx.spec @@ -2,12 +2,12 @@ %global pypi_name nbsphinx Name: python-%{pypi_name} -Version: 0.9.5 +Version: 0.9.7 Release: 1 Summary: Jupyter Notebook Tools for Sphinx. License: MIT URL: https://github.com/spatialaudio/nbsphinx/ -Source0: https://files.pythonhosted.org/packages/af/49/a6b1ed510bcc7734daa20372222804d6109d3087ced82f65c8720da90ef4/nbsphinx-0.9.5.tar.gz +Source0: https://files.pythonhosted.org/packages/source/n/nbsphinx/nbsphinx-0.9.7.tar.gz BuildRequires: python3-pip BuildRequires: python3-devel @@ -50,6 +50,12 @@ automatically executed during the Sphinx build process. %{python3_sitelib}/nbsphinx/ %changelog +* Wed Nov 12 2025 wuzhaomin - 0.9.7-1 +- Update package to version 0.9.7 +- DOC: fix a few outdated/broken links +- Markdown: fix bullet list parsing +- Ensure that old sphinx is tested with supported python version + * Tue Oct 29 2024 dongqi - 0.9.5-1 - Update package to version 0.9.5 - Miscellaneous fixes