diff --git a/python-sphinxcontrib-pecanwsme.spec b/python-sphinxcontrib-pecanwsme.spec index 7d5b682..ac26f31 100644 --- a/python-sphinxcontrib-pecanwsme.spec +++ b/python-sphinxcontrib-pecanwsme.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinxcontrib-pecanwsme -Version: 0.10.0 -Release: 2 +Version: 0.11.0 +Release: 1 Summary: A Sphinx extension for documenting APIs built with Pecan and WSME URL: https://github.com/sphinx-contrib/pecanwsme -License: Apache-2.0 -Source0: https://files.pythonhosted.org/packages/75/2b/105d07f47485ecf774cd80b881c29e148182b72a3a60596abdd016c87fce/sphinxcontrib-pecanwsme-0.10.0.tar.gz +License: Apache-2.0 +Source0: https://files.pythonhosted.org/packages/ca/49/3fa440190b2d00912a2822bd894ff28a27b0ee074ce45b9672f6a802d98c/sphinxcontrib-pecanwsme-0.11.0.tar.gz BuildArch: noarch Requires: python3-six @@ -16,7 +16,7 @@ Extension to Sphinx for documenting APIs built with Pecan and WSME %package -n python3-sphinxcontrib-pecanwsme Summary: A Sphinx extension for documenting APIs built with Pecan and WSME -Provides: python-sphinxcontrib-pecanwsme +Provides: python-sphinxcontrib-pecanwsme = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 21 2024 jiangxinyu - 0.11.0-1 +- Update package to version 0.11.0 + * Tue Aug 3 2021 huangtianhua - 0.10.0-2 - Adds pbr/pip as buildrequires diff --git a/sphinxcontrib-pecanwsme-0.10.0.tar.gz b/sphinxcontrib-pecanwsme-0.10.0.tar.gz deleted file mode 100644 index 0e43d53..0000000 Binary files a/sphinxcontrib-pecanwsme-0.10.0.tar.gz and /dev/null differ diff --git a/sphinxcontrib-pecanwsme-0.11.0.tar.gz b/sphinxcontrib-pecanwsme-0.11.0.tar.gz new file mode 100644 index 0000000..72745a2 Binary files /dev/null and b/sphinxcontrib-pecanwsme-0.11.0.tar.gz differ