!10 【轻量级 PR】:Add python3-reno as require

From: @huangtianhua
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-09 11:02:13 +00:00 committed by Gitee
commit 664a70e185

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-debtcollector Name: python-debtcollector
Version: 1.22.0 Version: 1.22.0
Release: 1 Release: 2
Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/debtcollector/latest URL: https://docs.openstack.org/debtcollector/latest
@ -19,6 +19,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-reno
# General requires # General requires
BuildRequires: python3-six BuildRequires: python3-six
BuildRequires: python3-wrapt BuildRequires: python3-wrapt
@ -26,6 +27,7 @@ BuildRequires: python3-wrapt
Requires: python3-pbr Requires: python3-pbr
Requires: python3-six Requires: python3-six
Requires: python3-wrapt Requires: python3-wrapt
Requires: python3-reno
%description -n python3-debtcollector %description -n python3-debtcollector
A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
@ -80,10 +82,14 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 1.22.0-2
- Adds python3-reno as require
* Thu Oct 28 2021 OpenStack_SIG <openstack@openeuler.org> - 1.22.0-1 * Thu Oct 28 2021 OpenStack_SIG <openstack@openeuler.org> - 1.22.0-1
- Upgrade package python3-debtcollector to version 1.22.0 - Upgrade package python3-debtcollector to version 1.22.0
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com> * Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires - Add buildrequires
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated