diff --git a/Pallets-Sphinx-Themes-2.0.3.tar.gz b/Pallets-Sphinx-Themes-2.0.3.tar.gz deleted file mode 100644 index 7e6508d..0000000 Binary files a/Pallets-Sphinx-Themes-2.0.3.tar.gz and /dev/null differ diff --git a/Pallets-Sphinx-Themes-2.1.0.tar.gz b/Pallets-Sphinx-Themes-2.1.0.tar.gz new file mode 100644 index 0000000..c19f51d Binary files /dev/null and b/Pallets-Sphinx-Themes-2.1.0.tar.gz differ diff --git a/python-pallets-sphinx-themes.spec b/python-pallets-sphinx-themes.spec index 672e469..f5d78c5 100644 --- a/python-pallets-sphinx-themes.spec +++ b/python-pallets-sphinx-themes.spec @@ -1,17 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-pallets-sphinx-themes -Version: 2.0.3 +Version: 2.1.0 Release: 1 Summary: Sphinx themes for Pallets and related projects. License: BSD-3-Clause URL: https://github.com/pallets/pallets-sphinx-themes/ -Source0: https://files.pythonhosted.org/packages/38/46/660bea149d51bd4aa85acb0ab2680e00de95f6164c24706e49f1de1f8242/Pallets-Sphinx-Themes-2.0.3.tar.gz +Source0: https://files.pythonhosted.org/packages/44/03/d1a4e5a06e116a17e9b0abb9f8c7865c2e5d863543f153b403ce1ac9d559/Pallets-Sphinx-Themes-2.1.0.tar.gz BuildArch: noarch -Requires: python3-packaging -Requires: python3-Sphinx -Requires: python3-importlib-metadata - %description Themes for the Pallets projects. If you're writing an extension, use the appropriate theme to make your documentation look consistent. @@ -23,11 +19,15 @@ Available themes: %package -n python3-pallets-sphinx-themes Summary: Sphinx themes for Pallets and related projects. -Provides: python-pallets-sphinx-themes +Provides: python-pallets-sphinx-themes = %{version}-%{release} BuildRequires: python3-devel -BuildRequires: python3-pbr -BuildRequires: python3-pip +BuildRequires: python3-pbr +BuildRequires: python3-pip BuildRequires: python3-setuptools +Requires: python3-packaging +Requires: python3-sphinx +Requires: python3-importlib-metadata + %description -n python3-pallets-sphinx-themes Themes for the Pallets projects. If you're writing an extension, use the appropriate theme to make your documentation look consistent. @@ -90,6 +90,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 05 2023 wubijie - 2.1.0-1 +- Update package to version 2.1.0 + * Tue Feb 14 2023 wubijie - 2.0.3-1 - Update package to version 2.0.3