diff --git a/python-sphinx.spec b/python-sphinx.spec index ffbcd2bf8c17539d3d8dbf28a764ef12d0bb088c..e3ca37feb2b7e8f6269c1e8f075e355ff012ea8c 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,11 +1,11 @@ Name: python-sphinx -Version: 7.0.1 +Version: 8.1.3 Release: 1 Epoch: 1 Summary: Python documentation generator License: BSD and MIT -URL: http://sphinx-doc.org/ -Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz +URL: https://github.com/sphinx-doc/sphinx +Source0: %{url}/archive/v%{version}/sphinx-%{version}.tar.gz BuildArch: noarch @@ -25,7 +25,7 @@ BuildRequires: python3-sphinxcontrib-jsmath BuildRequires: python3-sphinxcontrib-qthelp BuildRequires: python3-sphinxcontrib-serializinghtml BuildRequires: python3-sphinx-theme-alabaster -BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel python3-pytest +BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel python3-pytest BuildRequires: python3-flit-core BuildRequires: dos2unix @@ -132,7 +132,7 @@ Summary:Locale files for python-sphinx This package contains locale files for Sphinx. %prep -%autosetup -n Sphinx-%{version} -p1 +%autosetup -n sphinx-%{version} -p1 %build @@ -206,14 +206,14 @@ export PATH=%{buildroot}%{_bindir}:$PATH %endif %files locale -f sphinx.lang -%license LICENSE +%license LICENSE.rst %dir %{_datadir}/sphinx/ %dir %{_datadir}/sphinx/locale %dir %{_datadir}/sphinx/locale/* %files -n python3-sphinx -f sphinx.lang -%license LICENSE -%doc AUTHORS CHANGES EXAMPLES README.rst +%license LICENSE.rst +%doc AUTHORS.rst CHANGES.rst EXAMPLES.rst README.rst %{_bindir}/sphinx-* %{python3_sitelib}/sphinx* %{_libexecdir}/python3-sphinx/ @@ -223,6 +223,16 @@ export PATH=%{buildroot}%{_bindir}:$PATH %{_mandir}/man1/* %changelog +* Tue Oct 29 2024 Dongxing Wang - 1:8.1.3-1 +- Update package to version 8.1.3 + Restore support for cut_lines() with no object type + Add lower-bounds to the sphinxcontrib-* dependencies + Update the LaTeX parskip package from 2001 to 2018 + Remove unused internal class sphinx.util.Tee. Patch by Adam Turner + Disable smartquotes for languages: zh_CN and zh_TW by default + Mention evaluation of templated content during production of static output files + Support type-dependent search result highlighting via CSS + * Fri Jul 28 2023 xu_ping <707078654@qq.com> - 1:7.0.1-1 - Upgrade version to 7.0.1 diff --git a/Sphinx-7.0.1.tar.gz b/sphinx-8.1.3.tar.gz similarity index 45% rename from Sphinx-7.0.1.tar.gz rename to sphinx-8.1.3.tar.gz index bef7ac06766fc13f16ee3b83a6dcfa50025f41a1..872e526274155b8fa6027693214563dd988bd59a 100644 Binary files a/Sphinx-7.0.1.tar.gz and b/sphinx-8.1.3.tar.gz differ