update version to 2.1.0

This commit is contained in:
wubijie 2023-05-05 10:27:07 +08:00
parent 11b50aa9e2
commit b58e5551b0
3 changed files with 12 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,17 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pallets-sphinx-themes Name: python-pallets-sphinx-themes
Version: 2.0.3 Version: 2.1.0
Release: 1 Release: 1
Summary: Sphinx themes for Pallets and related projects. Summary: Sphinx themes for Pallets and related projects.
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/pallets/pallets-sphinx-themes/ 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 BuildArch: noarch
Requires: python3-packaging
Requires: python3-Sphinx
Requires: python3-importlib-metadata
%description %description
Themes for the Pallets projects. If you're writing an extension, use the Themes for the Pallets projects. If you're writing an extension, use the
appropriate theme to make your documentation look consistent. appropriate theme to make your documentation look consistent.
@ -23,11 +19,15 @@ Available themes:
%package -n python3-pallets-sphinx-themes %package -n python3-pallets-sphinx-themes
Summary: Sphinx themes for Pallets and related projects. 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-devel
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-packaging
Requires: python3-sphinx
Requires: python3-importlib-metadata
%description -n python3-pallets-sphinx-themes %description -n python3-pallets-sphinx-themes
Themes for the Pallets projects. If you're writing an extension, use the Themes for the Pallets projects. If you're writing an extension, use the
appropriate theme to make your documentation look consistent. appropriate theme to make your documentation look consistent.
@ -90,6 +90,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri May 05 2023 wubijie <wubijie@kylinos.cn> - 2.1.0-1
- Update package to version 2.1.0
* Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 2.0.3-1 * Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 2.0.3-1
- Update package to version 2.0.3 - Update package to version 2.0.3