diff --git a/python-sphinx-remove-toctrees.spec b/python-sphinx-remove-toctrees.spec index 93e22f085a877943f95421a16c6ac4fa91020413..a288a82bcb35dc5a4aa94d632351e99c3829f36f 100644 --- a/python-sphinx-remove-toctrees.spec +++ b/python-sphinx-remove-toctrees.spec @@ -7,12 +7,12 @@ if your documentation uses auto-generated API documentation, which generates a l This extension can be used to remove the sidebar links for just the pages you specify, speed up the build considerably.} Name: python-%{pypi_name} -Version: 1.0.0 +Version: 1.0.0.post1 Release: 1 Summary: Reduce your documentation build size by selectively removing toctrees from pages. License: MIT URL: https://github.com/executablebooks/sphinx-remove-toctrees -Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/sphinx-remove-toctrees/sphinx-remove-toctrees-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -55,6 +55,9 @@ Help documents for the %{name} API %doc docs %changelog +* Wed Nov 19 2025 peiliya - 1.0.0.post1-1 +- Update to 1.0.0.post1 + * Sun Apr 7 2024 Dongxing Wang - 1.0.0-1 - Update package with version 1.0.0 Update build backend diff --git a/sphinx-remove-toctrees-1.0.0.post1.tar.gz b/sphinx-remove-toctrees-1.0.0.post1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/sphinx-remove-toctrees-1.0.0.tar.gz b/sphinx-remove-toctrees-1.0.0.tar.gz deleted file mode 100644 index f69c9f7d1bb76028d80d8b975af2c77ad67c7d62..0000000000000000000000000000000000000000 Binary files a/sphinx-remove-toctrees-1.0.0.tar.gz and /dev/null differ