diff --git a/python-sphinx.spec b/python-sphinx.spec index ffbcd2bf8c17539d3d8dbf28a764ef12d0bb088c..8e142ef917234edc9f44faf82af4065e1a50dac1 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,16 +1,23 @@ Name: python-sphinx -Version: 7.0.1 +Version: 6.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 +Source0: %{pypi_source sphinx} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-flit-core +#BuildRequires: python3-editables +#BuildRequires: python3-hatch-vcs +#BuildRequires: python3-hatchling BuildRequires: python3-babel BuildRequires: python3-docutils BuildRequires: python3-imagesize @@ -28,7 +35,7 @@ BuildRequires: python3-sphinx-theme-alabaster BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel python3-pytest BuildRequires: python3-flit-core -BuildRequires: dos2unix +#BuildRequires: dos2unix BuildRequires: python3-test BuildRequires: python3-html5lib @@ -40,7 +47,6 @@ BuildRequires: gettext BuildRequires: graphviz BuildRequires: texinfo - %description Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents @@ -132,8 +138,9 @@ Summary:Locale files for python-sphinx This package contains locale files for Sphinx. %prep -%autosetup -n Sphinx-%{version} -p1 +%autosetup -n sphinx-%{version} -p1 +#dos2unix -k ./sphinx/themes/basic/static/jquery.js %build %pyproject_build @@ -149,7 +156,7 @@ popd %install -%pyproject_install sphinx==%{version} +%pyproject_install # For backwards compatibility. Remove around Fedora 33 (with care) install -d %{buildroot}%{_libexecdir}/python3-sphinx @@ -223,11 +230,8 @@ export PATH=%{buildroot}%{_bindir}:$PATH %{_mandir}/man1/* %changelog -* Fri Jul 28 2023 xu_ping <707078654@qq.com> - 1:7.0.1-1 -- Upgrade version to 7.0.1 - -* Thu Jul 20 2023 shixuantong - 1:4.4.0-2 -- html: Updated jQuery version from 3.5.1 to 3.6.0 +* Fri Jun 16 2023 li-miaomiao_zhr - 1:6.1.3-1 +- Upgrade version to 6.1.3 * Thu Jun 16 2022 zhangy1317 - 1:4.4.0-1 - Upgrade version for openstack yoga diff --git a/sphinx-6.1.3.tar.gz b/sphinx-6.1.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3a9819be607a654a388d39f4057d3fd942d58720 Binary files /dev/null and b/sphinx-6.1.3.tar.gz differ