!12 Upgrade to 4.34.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-08 02:20:17 +00:00 committed by Gitee
commit f5c7b81abd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

BIN
breathe-4.34.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-breathe Name: python-breathe
Version: 4.33.1 Version: 4.34.0
Release: 1 Release: 1
Summary: Sphinx Doxygen renderer Summary: Sphinx Doxygen renderer
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/michaeljones/breathe URL: https://github.com/michaeljones/breathe
Source0: https://github.com/michaeljones/breathe/archive/refs/tags/v4.33.1.tar.gz Source0: https://github.com/michaeljones/breathe/archive/refs/tags/v%{version}.tar.gz#/breathe-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -30,7 +30,7 @@ Provides: python3-breathe-doc
Breathe is an extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output. Breathe is an extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output.
%prep %prep
%autosetup -n breathe-4.33.1 -p1 %autosetup -n breathe-%{version} -p1
%build %build
%py3_build %py3_build
@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Sep 30 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 4.34.0-1
- Upgrade to 4.34.0
* Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 4.33.1-1 * Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 4.33.1-1
- Upgrade to version 4.33.1 - Upgrade to version 4.33.1

Binary file not shown.