diff --git a/nbsphinx-0.9.4.tar.gz b/nbsphinx-0.9.4.tar.gz deleted file mode 100644 index 22eab2094563b22bea1fb8ce5ea1065d13f11134..0000000000000000000000000000000000000000 Binary files a/nbsphinx-0.9.4.tar.gz and /dev/null differ diff --git a/nbsphinx-0.9.5.tar.gz b/nbsphinx-0.9.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..51a1e926f7d1df3e2c9076db9e2c3ce60abc4d34 Binary files /dev/null and b/nbsphinx-0.9.5.tar.gz differ diff --git a/python-nbsphinx.spec b/python-nbsphinx.spec index 80d633f7fe43262637a254065c6763173bf9d8e2..c139befe738601024484bdd87ab54218d4cb510b 100644 --- a/python-nbsphinx.spec +++ b/python-nbsphinx.spec @@ -2,12 +2,12 @@ %global pypi_name nbsphinx Name: python-%{pypi_name} -Version: 0.9.4 +Version: 0.9.5 Release: 1 Summary: Jupyter Notebook Tools for Sphinx. License: MIT URL: https://github.com/spatialaudio/nbsphinx/ -Source0: https://files.pythonhosted.org/packages/8d/84/cb762ec2463d41c5bd9370bdeeab56153c363b232ff69f5dea2bf032a889/nbsphinx-0.9.4.tar.gz +Source0: https://files.pythonhosted.org/packages/af/49/a6b1ed510bcc7734daa20372222804d6109d3087ced82f65c8720da90ef4/nbsphinx-0.9.5.tar.gz BuildRequires: python3-pip BuildRequires: python3-devel @@ -50,6 +50,16 @@ automatically executed during the Sphinx build process. %{python3_sitelib}/nbsphinx/ %changelog +* Thu Oct 24 2024 shaoning - 0.9.5-1 +- Update package to version 0.9.5 + * Coalesce code cell outputs before getting thumbnail index + * DOC: remove basicstrap and typlog themes + * include-in-latex: make conf.py loading more robust + * Handle doc2path() API change + * DOC: fix broken link + * Binder: add ipympl to requirements + * Copy CSS and SVG files earlier + * Wed Jul 31 2024 liudy - 0.9.4-1 - Require docutils >= 0.18.1 - Minor fixes, documentation and CI updates