Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9e05f2cf58
!14 Update package to version 4.35.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-03-22 03:42:13 +00:00
jxy_git
6176bb4f66 Update package to version 4.35.0 2023-03-21 14:34:58 +08:00
openeuler-ci-bot
f5c7b81abd
!12 Upgrade to 4.34.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-10-08 02:20:17 +00:00
jxy_git
3694f64b39 Upgrade to 4.34.0 2022-09-30 16:57:31 +08:00
openeuler-ci-bot
559a340429
!11 Package upgrade
From: @houyingchao 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-17 06:41:38 +00:00
houyingchao
52592d7558 Package upgrade 2022-06-17 10:29:16 +08:00
openeuler-ci-bot
309be1c74d
!9 【轻量级 PR】:fix bogus date in %changelog
From: @loong-C 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 09:31:58 +00:00
loong-C
3f1afebd24
fix bogus date in %changelog 2022-06-16 01:43:42 +00:00
openeuler-ci-bot
d5f2f96207
!8 License compliance rectification
From: @houyingchao 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-05-11 07:48:21 +00:00
houyingchao
5446b51375 License compliance rectification 2022-05-10 18:42:00 +08:00
4 changed files with 20 additions and 34 deletions

View File

@ -1,25 +0,0 @@
From 8b42ef5a9db2d816c9e749237b9681d1aba0bea2 Mon Sep 17 00:00:00 2001
From: bzg1107 <preloyalwhite@163.com>
Date: Tue, 4 Jan 2022 22:43:54 +0800
Subject: [PATCH] Cancel sphinx version limit
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 3f39730..6acc10a 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and
render `Doxygen <http://www.doxygen.org>`__ xml output.
'''
-requires = ['Sphinx>=3.0,<3.6', 'docutils>=0.12', 'six>=1.9']
+requires = ['Sphinx>=3.0', 'docutils>=0.12', 'six>=1.9']
if sys.version_info < (3, 5):
print('ERROR: Sphinx requires at least Python 3.5 to run.')
--
2.30.0

Binary file not shown.

BIN
breathe-4.35.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-breathe Name: python-breathe
Version: 4.29.0 Version: 4.35.0
Release: 2 Release: 1
Summary: Sphinx Doxygen renderer Summary: Sphinx Doxygen renderer
License: BSD License: BSD-3-Clause
URL: https://github.com/michaeljones/breathe URL: https://github.com/breathe-doc/breathe
Source0: https://files.pythonhosted.org/packages/df/0f/a1946bbc0731ac02ca191b11ca18c634310dd8d37121c5e21b06960e2f28/breathe-4.29.0.tar.gz Source0: https://github.com/breathe-doc/breathe/archive/refs/tags/v%{version}.tar.gz#/breathe-%{version}.tar.gz
Patch0: 0001-Cancel-sphinx-version-limit.patch
BuildArch: noarch BuildArch: noarch
%description %description
@ -14,7 +13,7 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and re
%package -n python3-breathe %package -n python3-breathe
Summary: Sphinx Doxygen renderer Summary: Sphinx Doxygen renderer
Provides: python-breathe Provides: python-breathe = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
@ -31,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.29.0 -p1 %autosetup -n breathe-%{version} -p1
%build %build
%py3_build %py3_build
@ -74,13 +73,25 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Mar 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 4.35.0-1
- Update package to version 4.35.0
* 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
- Upgrade to version 4.33.1
* Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 4.29.0-3
- License compliance rectification
* Sat Jan 8 2022 baizhonggui <baizhonggui@huawei.com> - 4.29.0-2 * Sat Jan 8 2022 baizhonggui <baizhonggui@huawei.com> - 4.29.0-2
- fix build error - fix build error
* Mon Aug 23 2021 OpenStack_SIG <openstack@openeuler.org> - 4.29.0-1 * Mon Aug 23 2021 OpenStack_SIG <openstack@openeuler.org> - 4.29.0-1
- Package update to 4.29.0 - Package update to 4.29.0
* Thu Jan 04 2021 wangxiao <wangxiao65@huawei.com> - 4.26.1-1 * Thu Feb 04 2021 wangxiao <wangxiao65@huawei.com> - 4.26.1-1
- update to 4.26.1 for fix build errors with Sphinx 3.4 - update to 4.26.1 for fix build errors with Sphinx 3.4
* Sat Oct 10 2020 zhanghua <zhanghua40@huawei.com> - 4.22.1-1 * Sat Oct 10 2020 zhanghua <zhanghua40@huawei.com> - 4.22.1-1