diff --git a/nbsphinx-0.9.2.tar.gz b/nbsphinx-0.9.2.tar.gz deleted file mode 100644 index d44c09f116edacb0f61e7176ce2bbde90abd4258..0000000000000000000000000000000000000000 Binary files a/nbsphinx-0.9.2.tar.gz and /dev/null differ diff --git a/nbsphinx-0.9.4.tar.gz b/nbsphinx-0.9.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..22eab2094563b22bea1fb8ce5ea1065d13f11134 Binary files /dev/null and b/nbsphinx-0.9.4.tar.gz differ diff --git a/python-nbsphinx.spec b/python-nbsphinx.spec index 087690b1d0511d30fa47c6d7160d20e4348694a0..80d633f7fe43262637a254065c6763173bf9d8e2 100644 --- a/python-nbsphinx.spec +++ b/python-nbsphinx.spec @@ -2,12 +2,12 @@ %global pypi_name nbsphinx Name: python-%{pypi_name} -Version: 0.9.2 +Version: 0.9.4 Release: 1 Summary: Jupyter Notebook Tools for Sphinx. License: MIT URL: https://github.com/spatialaudio/nbsphinx/ -Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/8d/84/cb762ec2463d41c5bd9370bdeeab56153c363b232ff69f5dea2bf032a889/nbsphinx-0.9.4.tar.gz BuildRequires: python3-pip BuildRequires: python3-devel @@ -50,5 +50,9 @@ automatically executed during the Sphinx build process. %{python3_sitelib}/nbsphinx/ %changelog +* Wed Jul 31 2024 liudy - 0.9.4-1 +- Require docutils >= 0.18.1 +- Minor fixes, documentation and CI updates + * Thu Jul 13 2023 li-miaomiao_zhr - 0.9.2-1 - Package init